2023-10-26T08:03:30.083 INFO:root:teuthology version: 0.0.1.dev201+g202b180 2023-10-26T08:03:30.084 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi --description rados/cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls mon_election/classic} --verbose --archive /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437083 --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437083/orig.config.yaml 2023-10-26T08:03:30.114 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-26T08:03:30.197 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437083 branch: wip-yuri5-testing-2023-10-24-0737-pacific description: rados/cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls mon_election/classic} email: yweinste@redhat.com first_in_suite: false job_id: '7437083' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri5-testing-2023-10-24-0737-pacific ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: f2ece71a1e784ed2e115679dd66f690a9706b8a8 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f2ece71a1e784ed2e115679dd66f690a9706b8a8 workunit: branch: wip-yuri5-testing-2023-10-24-0737-pacific sha1: f2ece71a1e784ed2e115679dd66f690a9706b8a8 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b seed: 4122 sha1: f2ece71a1e784ed2e115679dd66f690a9706b8a8 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-10-24-0737-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_f2ece71a1e784ed2e115679dd66f690a9706b8a8/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: f2ece71a1e784ed2e115679dd66f690a9706b8a8 targets: smithi012.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi079.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: env: - sha1 mon.a: - radosgw-admin realm create --rgw-realm=r --default - radosgw-admin zonegroup create --rgw-zonegroup=default --master --default - radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default - radosgw-admin period update --rgw-realm=r --commit - ceph orch apply rgw r z --placement=2 --port=8000 - sleep 120 - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 mon.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - ceph orch ls | grep '^osd ' - cephadm.shell: mon.a: - ceph orch upgrade ls - ceph orch upgrade ls --image quay.io/ceph/ceph | grep 16.2.0 - ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 202b180cb047e798fb131047314a862593f45403 timestamp: 2023-10-25_14:34:26 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.770726 2023-10-26T08:03:30.197 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_f2ece71a1e784ed2e115679dd66f690a9706b8a8/qa; will attempt to use it 2023-10-26T08:03:30.198 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_f2ece71a1e784ed2e115679dd66f690a9706b8a8/qa/tasks 2023-10-26T08:03:30.199 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-26T08:03:30.200 INFO:teuthology.task.internal:Checking packages... 2023-10-26T08:03:30.224 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'f2ece71a1e784ed2e115679dd66f690a9706b8a8' 2023-10-26T08:03:30.224 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-26T08:03:30.225 INFO:teuthology.packaging:ref: None 2023-10-26T08:03:30.225 INFO:teuthology.packaging:tag: None 2023-10-26T08:03:30.225 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-10-24-0737-pacific 2023-10-26T08:03:30.225 INFO:teuthology.packaging:sha1: f2ece71a1e784ed2e115679dd66f690a9706b8a8 2023-10-26T08:03:30.226 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri5-testing-2023-10-24-0737-pacific 2023-10-26T08:03:30.448 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-106-gf2ece71a-1focal 2023-10-26T08:03:30.448 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-26T08:03:30.455 INFO:teuthology.task.internal:no buildpackages task found 2023-10-26T08:03:30.455 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-26T08:03:30.499 INFO:teuthology.task.internal:Saving configuration 2023-10-26T08:03:30.513 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-26T08:03:30.610 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-26T08:03:30.637 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi012.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437083', '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': '2023-10-26 07:57:29.081913', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-10-26T08:03:30.659 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437083', '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': '2023-10-26 07:57:29.080034', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-10-26T08:03:30.659 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-26T08:03:30.714 INFO:teuthology.task.internal:roles: ubuntu@smithi012.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'] 2023-10-26T08:03:30.714 INFO:teuthology.task.internal:roles: ubuntu@smithi079.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'] 2023-10-26T08:03:30.715 INFO:teuthology.run_tasks:Running task console_log... 2023-10-26T08:03:30.846 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fdf6419fd30>, signals=[15]) 2023-10-26T08:03:30.848 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-26T08:03:30.853 INFO:teuthology.task.internal:Opening connections... 2023-10-26T08:03:30.854 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi012.front.sepia.ceph.com 2023-10-26T08:03:30.856 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T08:03:30.907 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2023-10-26T08:03:30.908 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T08:03:30.959 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-26T08:03:30.966 DEBUG:teuthology.orchestra.run.smithi012:> uname -m 2023-10-26T08:03:30.990 INFO:teuthology.orchestra.run.smithi012.stdout:x86_64 2023-10-26T08:03:30.991 DEBUG:teuthology.orchestra.run.smithi012:> cat /etc/os-release 2023-10-26T08:03:31.037 INFO:teuthology.orchestra.run.smithi012.stdout:NAME="Ubuntu" 2023-10-26T08:03:31.038 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-10-26T08:03:31.038 INFO:teuthology.orchestra.run.smithi012.stdout:ID=ubuntu 2023-10-26T08:03:31.038 INFO:teuthology.orchestra.run.smithi012.stdout:ID_LIKE=debian 2023-10-26T08:03:31.038 INFO:teuthology.orchestra.run.smithi012.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-10-26T08:03:31.039 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION_ID="20.04" 2023-10-26T08:03:31.039 INFO:teuthology.orchestra.run.smithi012.stdout:HOME_URL="https://www.ubuntu.com/" 2023-10-26T08:03:31.039 INFO:teuthology.orchestra.run.smithi012.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-10-26T08:03:31.039 INFO:teuthology.orchestra.run.smithi012.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-10-26T08:03:31.039 INFO:teuthology.orchestra.run.smithi012.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-10-26T08:03:31.039 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION_CODENAME=focal 2023-10-26T08:03:31.040 INFO:teuthology.orchestra.run.smithi012.stdout:UBUNTU_CODENAME=focal 2023-10-26T08:03:31.040 INFO:teuthology.lock.ops:Updating smithi012.front.sepia.ceph.com on lock server 2023-10-26T08:03:31.067 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2023-10-26T08:03:31.074 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2023-10-26T08:03:31.074 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2023-10-26T08:03:31.123 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="Ubuntu" 2023-10-26T08:03:31.123 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-10-26T08:03:31.123 INFO:teuthology.orchestra.run.smithi079.stdout:ID=ubuntu 2023-10-26T08:03:31.124 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE=debian 2023-10-26T08:03:31.124 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-10-26T08:03:31.124 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="20.04" 2023-10-26T08:03:31.124 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://www.ubuntu.com/" 2023-10-26T08:03:31.124 INFO:teuthology.orchestra.run.smithi079.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-10-26T08:03:31.125 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-10-26T08:03:31.125 INFO:teuthology.orchestra.run.smithi079.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-10-26T08:03:31.125 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_CODENAME=focal 2023-10-26T08:03:31.125 INFO:teuthology.orchestra.run.smithi079.stdout:UBUNTU_CODENAME=focal 2023-10-26T08:03:31.126 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2023-10-26T08:03:31.158 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-26T08:03:31.167 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-26T08:03:31.173 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-26T08:03:31.173 DEBUG:teuthology.orchestra.run.smithi012:> test '!' -e /home/ubuntu/cephtest 2023-10-26T08:03:31.176 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2023-10-26T08:03:31.182 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-26T08:03:31.188 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-26T08:03:31.188 DEBUG:teuthology.orchestra.run.smithi012:> test -z $(ls -A /var/lib/ceph) 2023-10-26T08:03:31.190 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2023-10-26T08:03:31.206 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-26T08:03:31.264 INFO:teuthology.run_tasks:Running task kernel... 2023-10-26T08:03:31.279 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-26T08:03:31.280 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-26T08:03:31.281 DEBUG:teuthology.orchestra.run.smithi012:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-26T08:03:31.282 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-26T08:03:31.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T08:03:31.287 DEBUG:teuthology.orchestra.run.smithi012:> uname -r 2023-10-26T08:03:31.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T08:03:31.289 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2023-10-26T08:03:31.295 INFO:teuthology.orchestra.run.smithi012.stdout:5.4.0-124-generic 2023-10-26T08:03:31.295 INFO:teuthology.task.kernel:Running kernel on smithi012: 5.4.0-124-generic 2023-10-26T08:03:31.296 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get clean 2023-10-26T08:03:31.297 INFO:teuthology.orchestra.run.smithi079.stdout:5.4.0-124-generic 2023-10-26T08:03:31.297 INFO:teuthology.task.kernel:Running kernel on smithi079: 5.4.0-124-generic 2023-10-26T08:03:31.297 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get clean 2023-10-26T08:03:31.453 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get update 2023-10-26T08:03:31.455 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2023-10-26T08:03:31.625 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-26T08:03:31.627 INFO:teuthology.orchestra.run.smithi079.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-10-26T08:03:31.636 INFO:teuthology.orchestra.run.smithi012.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-10-26T08:03:31.698 INFO:teuthology.orchestra.run.smithi012.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-10-26T08:03:31.735 INFO:teuthology.orchestra.run.smithi012.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-10-26T08:03:31.736 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-26T08:03:31.818 INFO:teuthology.orchestra.run.smithi079.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-10-26T08:03:31.949 INFO:teuthology.orchestra.run.smithi079.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [666 kB] 2023-10-26T08:03:32.016 INFO:teuthology.orchestra.run.smithi012.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [900 kB] 2023-10-26T08:03:32.053 INFO:teuthology.orchestra.run.smithi079.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,534 kB] 2023-10-26T08:03:32.108 INFO:teuthology.orchestra.run.smithi079.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [394 kB] 2023-10-26T08:03:32.112 INFO:teuthology.orchestra.run.smithi079.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-10-26T08:03:32.112 INFO:teuthology.orchestra.run.smithi079.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [33.3 kB] 2023-10-26T08:03:32.113 INFO:teuthology.orchestra.run.smithi079.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,315 kB] 2023-10-26T08:03:32.125 INFO:teuthology.orchestra.run.smithi012.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,923 kB] 2023-10-26T08:03:32.137 INFO:teuthology.orchestra.run.smithi079.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [324 kB] 2023-10-26T08:03:32.141 INFO:teuthology.orchestra.run.smithi079.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [572 B] 2023-10-26T08:03:32.141 INFO:teuthology.orchestra.run.smithi079.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [618 kB] 2023-10-26T08:03:32.147 INFO:teuthology.orchestra.run.smithi079.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [894 kB] 2023-10-26T08:03:32.157 INFO:teuthology.orchestra.run.smithi079.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [187 kB] 2023-10-26T08:03:32.159 INFO:teuthology.orchestra.run.smithi079.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-10-26T08:03:32.164 INFO:teuthology.orchestra.run.smithi079.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,196 B] 2023-10-26T08:03:32.165 INFO:teuthology.orchestra.run.smithi079.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-10-26T08:03:32.165 INFO:teuthology.orchestra.run.smithi079.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-10-26T08:03:32.165 INFO:teuthology.orchestra.run.smithi079.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-10-26T08:03:32.168 INFO:teuthology.orchestra.run.smithi079.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-10-26T08:03:32.169 INFO:teuthology.orchestra.run.smithi012.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [477 kB] 2023-10-26T08:03:32.174 INFO:teuthology.orchestra.run.smithi012.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-10-26T08:03:32.175 INFO:teuthology.orchestra.run.smithi012.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,433 kB] 2023-10-26T08:03:32.202 INFO:teuthology.orchestra.run.smithi012.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [34.6 kB] 2023-10-26T08:03:32.203 INFO:teuthology.orchestra.run.smithi012.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [341 kB] 2023-10-26T08:03:32.207 INFO:teuthology.orchestra.run.smithi012.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [568 B] 2023-10-26T08:03:32.207 INFO:teuthology.orchestra.run.smithi012.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,126 kB] 2023-10-26T08:03:32.220 INFO:teuthology.orchestra.run.smithi012.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [751 kB] 2023-10-26T08:03:32.228 INFO:teuthology.orchestra.run.smithi012.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [268 kB] 2023-10-26T08:03:32.231 INFO:teuthology.orchestra.run.smithi012.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.6 kB] 2023-10-26T08:03:32.232 INFO:teuthology.orchestra.run.smithi012.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2023-10-26T08:03:32.232 INFO:teuthology.orchestra.run.smithi012.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-10-26T08:03:32.233 INFO:teuthology.orchestra.run.smithi012.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-10-26T08:03:32.233 INFO:teuthology.orchestra.run.smithi012.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-10-26T08:03:32.238 INFO:teuthology.orchestra.run.smithi012.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-10-26T08:03:32.239 INFO:teuthology.orchestra.run.smithi012.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-10-26T08:03:32.239 INFO:teuthology.orchestra.run.smithi012.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-10-26T08:03:32.255 INFO:teuthology.orchestra.run.smithi012.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-10-26T08:03:32.255 INFO:teuthology.orchestra.run.smithi012.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-10-26T08:03:32.256 INFO:teuthology.orchestra.run.smithi012.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-10-26T08:03:32.309 INFO:teuthology.orchestra.run.smithi079.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,923 kB] 2023-10-26T08:03:32.349 INFO:teuthology.orchestra.run.smithi012.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [666 kB] 2023-10-26T08:03:32.676 INFO:teuthology.orchestra.run.smithi012.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,534 kB] 2023-10-26T08:03:32.694 INFO:teuthology.orchestra.run.smithi079.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [900 kB] 2023-10-26T08:03:32.724 INFO:teuthology.orchestra.run.smithi079.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [477 kB] 2023-10-26T08:03:32.737 INFO:teuthology.orchestra.run.smithi079.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-10-26T08:03:32.737 INFO:teuthology.orchestra.run.smithi079.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,433 kB] 2023-10-26T08:03:32.800 INFO:teuthology.orchestra.run.smithi079.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [34.6 kB] 2023-10-26T08:03:32.801 INFO:teuthology.orchestra.run.smithi079.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [341 kB] 2023-10-26T08:03:32.818 INFO:teuthology.orchestra.run.smithi079.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [568 B] 2023-10-26T08:03:32.865 INFO:teuthology.orchestra.run.smithi012.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [394 kB] 2023-10-26T08:03:32.879 INFO:teuthology.orchestra.run.smithi012.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-10-26T08:03:32.880 INFO:teuthology.orchestra.run.smithi012.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [33.3 kB] 2023-10-26T08:03:32.881 INFO:teuthology.orchestra.run.smithi012.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,315 kB] 2023-10-26T08:03:32.949 INFO:teuthology.orchestra.run.smithi012.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [324 kB] 2023-10-26T08:03:32.954 INFO:teuthology.orchestra.run.smithi012.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [572 B] 2023-10-26T08:03:32.955 INFO:teuthology.orchestra.run.smithi012.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [618 kB] 2023-10-26T08:03:32.968 INFO:teuthology.orchestra.run.smithi012.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [894 kB] 2023-10-26T08:03:32.982 INFO:teuthology.orchestra.run.smithi079.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [751 kB] 2023-10-26T08:03:33.168 INFO:teuthology.orchestra.run.smithi012.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [187 kB] 2023-10-26T08:03:33.572 INFO:teuthology.orchestra.run.smithi079.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,126 kB] 2023-10-26T08:03:33.586 INFO:teuthology.orchestra.run.smithi012.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-10-26T08:03:33.592 INFO:teuthology.orchestra.run.smithi012.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-10-26T08:03:33.599 INFO:teuthology.orchestra.run.smithi012.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,196 B] 2023-10-26T08:03:33.602 INFO:teuthology.orchestra.run.smithi012.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-10-26T08:03:33.604 INFO:teuthology.orchestra.run.smithi012.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-10-26T08:03:33.682 INFO:teuthology.orchestra.run.smithi079.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [268 kB] 2023-10-26T08:03:33.703 INFO:teuthology.orchestra.run.smithi079.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.6 kB] 2023-10-26T08:03:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2023-10-26T08:03:33.705 INFO:teuthology.orchestra.run.smithi079.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-10-26T08:03:33.706 INFO:teuthology.orchestra.run.smithi079.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-10-26T08:03:33.707 INFO:teuthology.orchestra.run.smithi079.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-10-26T08:03:33.708 INFO:teuthology.orchestra.run.smithi079.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-10-26T08:03:33.710 INFO:teuthology.orchestra.run.smithi079.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-10-26T08:03:33.713 INFO:teuthology.orchestra.run.smithi079.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-10-26T08:03:33.877 INFO:teuthology.orchestra.run.smithi079.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-10-26T08:03:34.060 INFO:teuthology.orchestra.run.smithi079.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-10-26T08:03:34.082 INFO:teuthology.orchestra.run.smithi079.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-10-26T08:03:36.046 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 17.8 MB in 3s (6,978 kB/s) 2023-10-26T08:03:36.217 INFO:teuthology.orchestra.run.smithi012.stdout:Fetched 17.8 MB in 3s (6,628 kB/s) 2023-10-26T08:03:37.418 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-10-26T08:03:37.443 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-10-26T08:03:37.517 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-10-26T08:03:37.686 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2023-10-26T08:03:37.711 DEBUG:teuthology.orchestra.run.smithi012:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-10-26T08:03:37.718 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2023-10-26T08:03:37.719 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2023-10-26T08:03:37.779 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2023-10-26T08:03:37.902 INFO:teuthology.orchestra.run.smithi079.stdout:The following additional packages will be installed: 2023-10-26T08:03:37.902 INFO:teuthology.orchestra.run.smithi079.stdout: linux-generic linux-headers-5.4.0-165 linux-headers-5.4.0-165-generic 2023-10-26T08:03:37.902 INFO:teuthology.orchestra.run.smithi079.stdout: linux-headers-generic linux-image-5.4.0-165-generic 2023-10-26T08:03:37.903 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-5.4.0-165-generic linux-modules-extra-5.4.0-165-generic 2023-10-26T08:03:37.903 INFO:teuthology.orchestra.run.smithi079.stdout:Suggested packages: 2023-10-26T08:03:37.903 INFO:teuthology.orchestra.run.smithi079.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-10-26T08:03:37.904 INFO:teuthology.orchestra.run.smithi079.stdout:Recommended packages: 2023-10-26T08:03:37.904 INFO:teuthology.orchestra.run.smithi079.stdout: thermald 2023-10-26T08:03:37.961 INFO:teuthology.orchestra.run.smithi079.stdout:The following NEW packages will be installed: 2023-10-26T08:03:37.962 INFO:teuthology.orchestra.run.smithi079.stdout: linux-headers-5.4.0-165 linux-headers-5.4.0-165-generic 2023-10-26T08:03:37.962 INFO:teuthology.orchestra.run.smithi079.stdout: linux-image-5.4.0-165-generic linux-modules-5.4.0-165-generic 2023-10-26T08:03:37.962 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-extra-5.4.0-165-generic 2023-10-26T08:03:37.963 INFO:teuthology.orchestra.run.smithi079.stdout:The following packages will be upgraded: 2023-10-26T08:03:37.963 INFO:teuthology.orchestra.run.smithi079.stdout: linux-generic linux-headers-generic linux-image-generic 2023-10-26T08:03:37.970 INFO:teuthology.orchestra.run.smithi012.stdout:Building dependency tree... 2023-10-26T08:03:37.970 INFO:teuthology.orchestra.run.smithi012.stdout:Reading state information... 2023-10-26T08:03:38.017 INFO:teuthology.orchestra.run.smithi079.stdout:3 upgraded, 5 newly installed, 0 to remove and 272 not upgraded. 2023-10-26T08:03:38.018 INFO:teuthology.orchestra.run.smithi079.stdout:Need to get 77.0 MB of archives. 2023-10-26T08:03:38.018 INFO:teuthology.orchestra.run.smithi079.stdout:After this operation, 380 MB of additional disk space will be used. 2023-10-26T08:03:38.018 INFO:teuthology.orchestra.run.smithi079.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-165-generic amd64 5.4.0-165.182 [14.9 MB] 2023-10-26T08:03:38.155 INFO:teuthology.orchestra.run.smithi012.stdout:The following additional packages will be installed: 2023-10-26T08:03:38.156 INFO:teuthology.orchestra.run.smithi012.stdout: linux-generic linux-headers-5.4.0-165 linux-headers-5.4.0-165-generic 2023-10-26T08:03:38.156 INFO:teuthology.orchestra.run.smithi012.stdout: linux-headers-generic linux-image-5.4.0-165-generic 2023-10-26T08:03:38.156 INFO:teuthology.orchestra.run.smithi012.stdout: linux-modules-5.4.0-165-generic linux-modules-extra-5.4.0-165-generic 2023-10-26T08:03:38.157 INFO:teuthology.orchestra.run.smithi012.stdout:Suggested packages: 2023-10-26T08:03:38.157 INFO:teuthology.orchestra.run.smithi012.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-10-26T08:03:38.157 INFO:teuthology.orchestra.run.smithi012.stdout:Recommended packages: 2023-10-26T08:03:38.157 INFO:teuthology.orchestra.run.smithi012.stdout: thermald 2023-10-26T08:03:38.219 INFO:teuthology.orchestra.run.smithi012.stdout:The following NEW packages will be installed: 2023-10-26T08:03:38.219 INFO:teuthology.orchestra.run.smithi012.stdout: linux-headers-5.4.0-165 linux-headers-5.4.0-165-generic 2023-10-26T08:03:38.219 INFO:teuthology.orchestra.run.smithi012.stdout: linux-image-5.4.0-165-generic linux-modules-5.4.0-165-generic 2023-10-26T08:03:38.220 INFO:teuthology.orchestra.run.smithi012.stdout: linux-modules-extra-5.4.0-165-generic 2023-10-26T08:03:38.220 INFO:teuthology.orchestra.run.smithi012.stdout:The following packages will be upgraded: 2023-10-26T08:03:38.221 INFO:teuthology.orchestra.run.smithi012.stdout: linux-generic linux-headers-generic linux-image-generic 2023-10-26T08:03:38.302 INFO:teuthology.orchestra.run.smithi079.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-165-generic amd64 5.4.0-165.182 [10.5 MB] 2023-10-26T08:03:38.392 INFO:teuthology.orchestra.run.smithi079.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-165-generic amd64 5.4.0-165.182 [39.2 MB] 2023-10-26T08:03:38.872 INFO:teuthology.orchestra.run.smithi079.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.165.162 [1,900 B] 2023-10-26T08:03:38.873 INFO:teuthology.orchestra.run.smithi079.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.165.162 [2,596 B] 2023-10-26T08:03:38.873 INFO:teuthology.orchestra.run.smithi079.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-165 all 5.4.0-165.182 [11.0 MB] 2023-10-26T08:03:38.967 INFO:teuthology.orchestra.run.smithi079.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-165-generic amd64 5.4.0-165.182 [1,360 kB] 2023-10-26T08:03:38.977 INFO:teuthology.orchestra.run.smithi079.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.165.162 [2,464 B] 2023-10-26T08:03:39.650 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 77.0 MB in 1s (76.6 MB/s) 2023-10-26T08:03:39.845 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-modules-5.4.0-165-generic. 2023-10-26T08:03:41.627 INFO:teuthology.orchestra.run.smithi079.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.) 2023-10-26T08:03:41.632 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../0-linux-modules-5.4.0-165-generic_5.4.0-165.182_amd64.deb ... 2023-10-26T08:03:41.709 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-modules-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:03:43.895 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-image-5.4.0-165-generic. 2023-10-26T08:03:43.909 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../1-linux-image-5.4.0-165-generic_5.4.0-165.182_amd64.deb ... 2023-10-26T08:03:44.010 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-image-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:03:45.082 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-165-generic. 2023-10-26T08:03:45.095 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-165-generic_5.4.0-165.182_amd64.deb ... 2023-10-26T08:03:45.131 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-modules-extra-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:03:46.692 INFO:teuthology.orchestra.run.smithi012.stdout:3 upgraded, 5 newly installed, 0 to remove and 272 not upgraded. 2023-10-26T08:03:46.692 INFO:teuthology.orchestra.run.smithi012.stdout:Need to get 77.0 MB of archives. 2023-10-26T08:03:46.692 INFO:teuthology.orchestra.run.smithi012.stdout:After this operation, 380 MB of additional disk space will be used. 2023-10-26T08:03:46.693 INFO:teuthology.orchestra.run.smithi012.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-165-generic amd64 5.4.0-165.182 [14.9 MB] 2023-10-26T08:03:47.044 INFO:teuthology.orchestra.run.smithi012.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-165-generic amd64 5.4.0-165.182 [10.5 MB] 2023-10-26T08:03:47.153 INFO:teuthology.orchestra.run.smithi012.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-165-generic amd64 5.4.0-165.182 [39.2 MB] 2023-10-26T08:03:47.931 INFO:teuthology.orchestra.run.smithi012.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.165.162 [1,900 B] 2023-10-26T08:03:47.931 INFO:teuthology.orchestra.run.smithi012.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.165.162 [2,596 B] 2023-10-26T08:03:47.932 INFO:teuthology.orchestra.run.smithi012.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-165 all 5.4.0-165.182 [11.0 MB] 2023-10-26T08:03:48.070 INFO:teuthology.orchestra.run.smithi012.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-165-generic amd64 5.4.0-165.182 [1,360 kB] 2023-10-26T08:03:48.085 INFO:teuthology.orchestra.run.smithi012.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.165.162 [2,464 B] 2023-10-26T08:03:48.801 INFO:teuthology.orchestra.run.smithi012.stdout:Fetched 77.0 MB in 10s (7,813 kB/s) 2023-10-26T08:03:48.994 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-modules-5.4.0-165-generic. 2023-10-26T08:03:49.891 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../3-linux-generic_5.4.0.165.162_amd64.deb ... 2023-10-26T08:03:50.018 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-generic (5.4.0.165.162) over (5.4.0.124.125) ... 2023-10-26T08:03:50.354 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.165.162_amd64.deb ... 2023-10-26T08:03:50.497 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-image-generic (5.4.0.165.162) over (5.4.0.124.125) ... 2023-10-26T08:03:50.736 INFO:teuthology.orchestra.run.smithi012.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.) 2023-10-26T08:03:50.741 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../0-linux-modules-5.4.0-165-generic_5.4.0-165.182_amd64.deb ... 2023-10-26T08:03:50.833 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-modules-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:03:50.850 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-headers-5.4.0-165. 2023-10-26T08:03:50.863 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../5-linux-headers-5.4.0-165_5.4.0-165.182_all.deb ... 2023-10-26T08:03:50.908 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-5.4.0-165 (5.4.0-165.182) ... 2023-10-26T08:03:52.742 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-image-5.4.0-165-generic. 2023-10-26T08:03:52.759 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../1-linux-image-5.4.0-165-generic_5.4.0-165.182_amd64.deb ... 2023-10-26T08:03:52.854 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-image-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:03:53.954 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-165-generic. 2023-10-26T08:03:53.968 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-165-generic_5.4.0-165.182_amd64.deb ... 2023-10-26T08:03:54.012 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-modules-extra-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:03:56.251 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-headers-5.4.0-165-generic. 2023-10-26T08:03:56.273 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../6-linux-headers-5.4.0-165-generic_5.4.0-165.182_amd64.deb ... 2023-10-26T08:03:56.317 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:03:58.925 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../3-linux-generic_5.4.0.165.162_amd64.deb ... 2023-10-26T08:03:59.052 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-generic (5.4.0.165.162) over (5.4.0.124.125) ... 2023-10-26T08:03:59.394 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.165.162_amd64.deb ... 2023-10-26T08:03:59.684 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-image-generic (5.4.0.165.162) over (5.4.0.124.125) ... 2023-10-26T08:03:59.960 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.165.162_amd64.deb ... 2023-10-26T08:04:00.082 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-generic (5.4.0.165.162) over (5.4.0.124.125) ... 2023-10-26T08:04:00.326 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-headers-5.4.0-165. 2023-10-26T08:04:00.343 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../5-linux-headers-5.4.0-165_5.4.0-165.182_all.deb ... 2023-10-26T08:04:00.384 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-headers-5.4.0-165 (5.4.0-165.182) ... 2023-10-26T08:04:00.407 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-5.4.0-165 (5.4.0-165.182) ... 2023-10-26T08:04:00.528 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-modules-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:04:01.739 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:04:01.873 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-generic (5.4.0.165.162) ... 2023-10-26T08:04:01.991 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-image-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:04:03.140 INFO:teuthology.orchestra.run.smithi079.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-165-generic 2023-10-26T08:04:03.140 INFO:teuthology.orchestra.run.smithi079.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-165-generic 2023-10-26T08:04:03.293 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-modules-extra-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:04:04.478 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-image-generic (5.4.0.165.162) ... 2023-10-26T08:04:05.613 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-generic (5.4.0.165.162) ... 2023-10-26T08:04:05.739 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for linux-image-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:04:05.828 INFO:teuthology.orchestra.run.smithi079.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-10-26T08:04:05.828 INFO:teuthology.orchestra.run.smithi079.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-165-generic 2023-10-26T08:04:06.838 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-headers-5.4.0-165-generic. 2023-10-26T08:04:06.861 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../6-linux-headers-5.4.0-165-generic_5.4.0-165.182_amd64.deb ... 2023-10-26T08:04:06.904 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-headers-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:04:09.692 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.165.162_amd64.deb ... 2023-10-26T08:04:09.819 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-headers-generic (5.4.0.165.162) over (5.4.0.124.125) ... 2023-10-26T08:04:10.143 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-headers-5.4.0-165 (5.4.0-165.182) ... 2023-10-26T08:04:10.282 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-modules-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:04:12.010 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-headers-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:04:12.136 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-headers-generic (5.4.0.165.162) ... 2023-10-26T08:04:12.262 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-image-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:04:13.480 INFO:teuthology.orchestra.run.smithi012.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-165-generic 2023-10-26T08:04:13.480 INFO:teuthology.orchestra.run.smithi012.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-165-generic 2023-10-26T08:04:13.614 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-modules-extra-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:04:14.848 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-image-generic (5.4.0.165.162) ... 2023-10-26T08:04:14.966 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-generic (5.4.0.165.162) ... 2023-10-26T08:04:15.076 INFO:teuthology.orchestra.run.smithi012.stdout:Processing triggers for linux-image-5.4.0-165-generic (5.4.0-165.182) ... 2023-10-26T08:04:15.158 INFO:teuthology.orchestra.run.smithi012.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-10-26T08:04:15.158 INFO:teuthology.orchestra.run.smithi012.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-165-generic 2023-10-26T08:04:28.150 INFO:teuthology.orchestra.run.smithi079.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-10-26T08:04:28.151 INFO:teuthology.orchestra.run.smithi079.stdout:Sourcing file `/etc/default/grub' 2023-10-26T08:04:28.166 INFO:teuthology.orchestra.run.smithi079.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-26T08:04:28.188 INFO:teuthology.orchestra.run.smithi079.stdout:Generating grub configuration file ... 2023-10-26T08:04:28.533 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.4.0-165-generic 2023-10-26T08:04:28.553 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.4.0-165-generic 2023-10-26T08:04:28.913 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-26T08:04:28.925 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-26T08:04:31.589 INFO:teuthology.orchestra.run.smithi079.stdout:done 2023-10-26T08:04:32.027 DEBUG:teuthology.orchestra.run.smithi079:> dpkg -s linux-image-generic 2023-10-26T08:04:32.076 INFO:teuthology.orchestra.run.smithi079.stdout:Package: linux-image-generic 2023-10-26T08:04:32.076 INFO:teuthology.orchestra.run.smithi079.stdout:Status: install ok installed 2023-10-26T08:04:32.076 INFO:teuthology.orchestra.run.smithi079.stdout:Priority: optional 2023-10-26T08:04:32.077 INFO:teuthology.orchestra.run.smithi079.stdout:Section: kernel 2023-10-26T08:04:32.077 INFO:teuthology.orchestra.run.smithi079.stdout:Installed-Size: 20 2023-10-26T08:04:32.077 INFO:teuthology.orchestra.run.smithi079.stdout:Maintainer: Ubuntu Kernel Team 2023-10-26T08:04:32.077 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: amd64 2023-10-26T08:04:32.078 INFO:teuthology.orchestra.run.smithi079.stdout:Source: linux-meta 2023-10-26T08:04:32.078 INFO:teuthology.orchestra.run.smithi079.stdout:Version: 5.4.0.165.162 2023-10-26T08:04:32.078 INFO:teuthology.orchestra.run.smithi079.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-10-26T08:04:32.078 INFO:teuthology.orchestra.run.smithi079.stdout:Depends: linux-image-5.4.0-165-generic, linux-modules-extra-5.4.0-165-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-26T08:04:32.078 INFO:teuthology.orchestra.run.smithi079.stdout:Recommends: thermald 2023-10-26T08:04:32.079 INFO:teuthology.orchestra.run.smithi079.stdout:Description: Generic Linux kernel image 2023-10-26T08:04:32.079 INFO:teuthology.orchestra.run.smithi079.stdout: This package will always depend on the latest generic kernel image 2023-10-26T08:04:32.079 INFO:teuthology.orchestra.run.smithi079.stdout: available. 2023-10-26T08:04:32.079 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-165-generic 2023-10-26T08:04:32.080 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-26T08:04:32.080 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-26T08:04:32.080 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-10-26T08:04:32.080 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2023-10-26T08:04:32.081 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get clean 2023-10-26T08:04:32.151 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2023-10-26T08:04:32.430 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-26T08:04:32.431 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-26T08:04:32.501 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-26T08:04:32.583 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-26T08:04:34.162 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-10-26T08:04:34.187 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-10-26T08:04:34.253 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-10-26T08:04:34.458 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2023-10-26T08:04:34.459 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2023-10-26T08:04:34.677 INFO:teuthology.orchestra.run.smithi079.stdout:linux-image-generic is already the newest version (5.4.0.165.162). 2023-10-26T08:04:34.677 INFO:teuthology.orchestra.run.smithi079.stdout:0 upgraded, 0 newly installed, 0 to remove and 272 not upgraded. 2023-10-26T08:04:34.679 DEBUG:teuthology.orchestra.run.smithi079:> dpkg -s linux-image-generic 2023-10-26T08:04:34.700 INFO:teuthology.orchestra.run.smithi079.stdout:Package: linux-image-generic 2023-10-26T08:04:34.701 INFO:teuthology.orchestra.run.smithi079.stdout:Status: install ok installed 2023-10-26T08:04:34.701 INFO:teuthology.orchestra.run.smithi079.stdout:Priority: optional 2023-10-26T08:04:34.701 INFO:teuthology.orchestra.run.smithi079.stdout:Section: kernel 2023-10-26T08:04:34.701 INFO:teuthology.orchestra.run.smithi079.stdout:Installed-Size: 20 2023-10-26T08:04:34.702 INFO:teuthology.orchestra.run.smithi079.stdout:Maintainer: Ubuntu Kernel Team 2023-10-26T08:04:34.702 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: amd64 2023-10-26T08:04:34.702 INFO:teuthology.orchestra.run.smithi079.stdout:Source: linux-meta 2023-10-26T08:04:34.702 INFO:teuthology.orchestra.run.smithi079.stdout:Version: 5.4.0.165.162 2023-10-26T08:04:34.703 INFO:teuthology.orchestra.run.smithi079.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-10-26T08:04:34.703 INFO:teuthology.orchestra.run.smithi079.stdout:Depends: linux-image-5.4.0-165-generic, linux-modules-extra-5.4.0-165-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-26T08:04:34.703 INFO:teuthology.orchestra.run.smithi079.stdout:Recommends: thermald 2023-10-26T08:04:34.703 INFO:teuthology.orchestra.run.smithi079.stdout:Description: Generic Linux kernel image 2023-10-26T08:04:34.703 INFO:teuthology.orchestra.run.smithi079.stdout: This package will always depend on the latest generic kernel image 2023-10-26T08:04:34.704 INFO:teuthology.orchestra.run.smithi079.stdout: available. 2023-10-26T08:04:34.704 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2023-10-26T08:04:34.709 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.0cUKsldkYm 2023-10-26T08:04:34.709 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub/grub.cfg /tmp/tmp.0cUKsldkYm 2023-10-26T08:04:34.719 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.0cUKsldkYm 2023-10-26T08:04:34.802 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.0cUKsldkYm is 9KB 2023-10-26T08:04:34.816 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.0cUKsldkYm 2023-10-26T08:04:34.822 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-10-26T08:04:34.880 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-10-26T08:04:34.881 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-10-26T08:04:34.881 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-10-26T08:04:34.917 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-165-generic 2023-10-26T08:04:34.918 DEBUG:teuthology.orchestra.run.smithi079:> sudo update-grub 2023-10-26T08:04:36.212 INFO:teuthology.orchestra.run.smithi079.stderr:Sourcing file `/etc/default/grub' 2023-10-26T08:04:36.223 INFO:teuthology.orchestra.run.smithi079.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-26T08:04:36.243 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2023-10-26T08:04:36.508 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.4.0-165-generic 2023-10-26T08:04:36.520 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.4.0-165-generic 2023-10-26T08:04:36.905 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-26T08:04:36.917 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-26T08:04:37.439 INFO:teuthology.orchestra.run.smithi012.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-10-26T08:04:37.440 INFO:teuthology.orchestra.run.smithi012.stdout:Sourcing file `/etc/default/grub' 2023-10-26T08:04:37.458 INFO:teuthology.orchestra.run.smithi012.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-26T08:04:37.478 INFO:teuthology.orchestra.run.smithi012.stdout:Generating grub configuration file ... 2023-10-26T08:04:37.779 INFO:teuthology.orchestra.run.smithi012.stdout:Found linux image: /boot/vmlinuz-5.4.0-165-generic 2023-10-26T08:04:37.808 INFO:teuthology.orchestra.run.smithi012.stdout:Found initrd image: /boot/initrd.img-5.4.0-165-generic 2023-10-26T08:04:38.206 INFO:teuthology.orchestra.run.smithi012.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-26T08:04:38.217 INFO:teuthology.orchestra.run.smithi012.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-26T08:04:38.594 INFO:teuthology.orchestra.run.smithi079.stderr:done 2023-10-26T08:04:38.596 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2023-10-26T08:04:40.551 INFO:teuthology.orchestra.run.smithi012.stdout:done 2023-10-26T08:04:41.006 DEBUG:teuthology.orchestra.run.smithi012:> dpkg -s linux-image-generic 2023-10-26T08:04:41.054 INFO:teuthology.orchestra.run.smithi012.stdout:Package: linux-image-generic 2023-10-26T08:04:41.055 INFO:teuthology.orchestra.run.smithi012.stdout:Status: install ok installed 2023-10-26T08:04:41.055 INFO:teuthology.orchestra.run.smithi012.stdout:Priority: optional 2023-10-26T08:04:41.055 INFO:teuthology.orchestra.run.smithi012.stdout:Section: kernel 2023-10-26T08:04:41.055 INFO:teuthology.orchestra.run.smithi012.stdout:Installed-Size: 20 2023-10-26T08:04:41.055 INFO:teuthology.orchestra.run.smithi012.stdout:Maintainer: Ubuntu Kernel Team 2023-10-26T08:04:41.056 INFO:teuthology.orchestra.run.smithi012.stdout:Architecture: amd64 2023-10-26T08:04:41.056 INFO:teuthology.orchestra.run.smithi012.stdout:Source: linux-meta 2023-10-26T08:04:41.056 INFO:teuthology.orchestra.run.smithi012.stdout:Version: 5.4.0.165.162 2023-10-26T08:04:41.056 INFO:teuthology.orchestra.run.smithi012.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-10-26T08:04:41.056 INFO:teuthology.orchestra.run.smithi012.stdout:Depends: linux-image-5.4.0-165-generic, linux-modules-extra-5.4.0-165-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-26T08:04:41.057 INFO:teuthology.orchestra.run.smithi012.stdout:Recommends: thermald 2023-10-26T08:04:41.057 INFO:teuthology.orchestra.run.smithi012.stdout:Description: Generic Linux kernel image 2023-10-26T08:04:41.057 INFO:teuthology.orchestra.run.smithi012.stdout: This package will always depend on the latest generic kernel image 2023-10-26T08:04:41.057 INFO:teuthology.orchestra.run.smithi012.stdout: available. 2023-10-26T08:04:41.058 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-165-generic 2023-10-26T08:04:41.058 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-26T08:04:41.058 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-26T08:04:41.058 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-10-26T08:04:41.059 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi012.front.sepia.ceph.com, path=None, version=distro) 2023-10-26T08:04:41.059 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get clean 2023-10-26T08:04:41.137 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get update 2023-10-26T08:04:41.396 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-26T08:04:41.396 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-26T08:04:41.466 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-26T08:04:41.548 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-26T08:04:43.210 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2023-10-26T08:04:43.236 DEBUG:teuthology.orchestra.run.smithi012:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-10-26T08:04:43.306 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2023-10-26T08:04:43.492 INFO:teuthology.orchestra.run.smithi012.stdout:Building dependency tree... 2023-10-26T08:04:43.493 INFO:teuthology.orchestra.run.smithi012.stdout:Reading state information... 2023-10-26T08:04:43.712 INFO:teuthology.orchestra.run.smithi012.stdout:linux-image-generic is already the newest version (5.4.0.165.162). 2023-10-26T08:04:43.713 INFO:teuthology.orchestra.run.smithi012.stdout:0 upgraded, 0 newly installed, 0 to remove and 272 not upgraded. 2023-10-26T08:04:43.718 DEBUG:teuthology.orchestra.run.smithi012:> dpkg -s linux-image-generic 2023-10-26T08:04:43.736 INFO:teuthology.orchestra.run.smithi012.stdout:Package: linux-image-generic 2023-10-26T08:04:43.736 INFO:teuthology.orchestra.run.smithi012.stdout:Status: install ok installed 2023-10-26T08:04:43.737 INFO:teuthology.orchestra.run.smithi012.stdout:Priority: optional 2023-10-26T08:04:43.737 INFO:teuthology.orchestra.run.smithi012.stdout:Section: kernel 2023-10-26T08:04:43.737 INFO:teuthology.orchestra.run.smithi012.stdout:Installed-Size: 20 2023-10-26T08:04:43.737 INFO:teuthology.orchestra.run.smithi012.stdout:Maintainer: Ubuntu Kernel Team 2023-10-26T08:04:43.737 INFO:teuthology.orchestra.run.smithi012.stdout:Architecture: amd64 2023-10-26T08:04:43.738 INFO:teuthology.orchestra.run.smithi012.stdout:Source: linux-meta 2023-10-26T08:04:43.738 INFO:teuthology.orchestra.run.smithi012.stdout:Version: 5.4.0.165.162 2023-10-26T08:04:43.738 INFO:teuthology.orchestra.run.smithi012.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-10-26T08:04:43.738 INFO:teuthology.orchestra.run.smithi012.stdout:Depends: linux-image-5.4.0-165-generic, linux-modules-extra-5.4.0-165-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-26T08:04:43.738 INFO:teuthology.orchestra.run.smithi012.stdout:Recommends: thermald 2023-10-26T08:04:43.739 INFO:teuthology.orchestra.run.smithi012.stdout:Description: Generic Linux kernel image 2023-10-26T08:04:43.739 INFO:teuthology.orchestra.run.smithi012.stdout: This package will always depend on the latest generic kernel image 2023-10-26T08:04:43.739 INFO:teuthology.orchestra.run.smithi012.stdout: available. 2023-10-26T08:04:43.739 DEBUG:teuthology.orchestra.run.smithi012:> mktemp 2023-10-26T08:04:43.786 INFO:teuthology.orchestra.run.smithi012.stdout:/tmp/tmp.KXVej8mjtV 2023-10-26T08:04:43.787 DEBUG:teuthology.orchestra.run.smithi012:> sudo cp /boot/grub/grub.cfg /tmp/tmp.KXVej8mjtV 2023-10-26T08:04:43.803 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 0666 /tmp/tmp.KXVej8mjtV 2023-10-26T08:04:43.842 DEBUG:teuthology.orchestra.remote:smithi012:/tmp/tmp.KXVej8mjtV is 9KB 2023-10-26T08:04:43.857 DEBUG:teuthology.orchestra.run.smithi012:> rm -fr /tmp/tmp.KXVej8mjtV 2023-10-26T08:04:43.863 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-10-26T08:04:43.922 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2023-10-26T08:04:43.922 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-10-26T08:04:43.927 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-10-26T08:04:43.961 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-165-generic 2023-10-26T08:04:43.961 DEBUG:teuthology.orchestra.run.smithi012:> sudo update-grub 2023-10-26T08:04:45.268 INFO:teuthology.orchestra.run.smithi012.stderr:Sourcing file `/etc/default/grub' 2023-10-26T08:04:45.273 INFO:teuthology.orchestra.run.smithi012.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-26T08:04:45.284 INFO:teuthology.orchestra.run.smithi012.stderr:Generating grub configuration file ... 2023-10-26T08:04:45.529 INFO:teuthology.orchestra.run.smithi012.stderr:Found linux image: /boot/vmlinuz-5.4.0-165-generic 2023-10-26T08:04:45.541 INFO:teuthology.orchestra.run.smithi012.stderr:Found initrd image: /boot/initrd.img-5.4.0-165-generic 2023-10-26T08:04:45.916 INFO:teuthology.orchestra.run.smithi012.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-26T08:04:45.926 INFO:teuthology.orchestra.run.smithi012.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-26T08:04:47.175 INFO:teuthology.orchestra.run.smithi012.stderr:done 2023-10-26T08:04:47.177 DEBUG:teuthology.orchestra.run.smithi012:> sudo shutdown -r now 2023-10-26T08:05:08.618 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-10-26T08:05:08.619 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-10-26T08:05:08.620 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T08:05:17.186 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-10-26T08:05:17.187 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2023-10-26T08:05:17.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T08:05:27.034 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2023-10-26T08:05:35.738 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.12 2023-10-26T08:05:36.036 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-10-26T08:05:36.037 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T08:05:39.098 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2023-10-26T08:05:44.742 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2023-10-26T08:05:44.743 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T08:05:51.102 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-10-26T08:05:51.103 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T08:06:03.133 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.12 2023-10-26T08:06:09.532 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2023-10-26T08:06:15.138 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2023-10-26T08:06:15.139 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T08:06:18.202 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.12 2023-10-26T08:06:24.538 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-10-26T08:06:24.539 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T08:06:24.771 DEBUG:teuthology.orchestra.run.smithi079:> true 2023-10-26T08:06:25.310 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-10-26T08:06:25.310 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-165-generic"... 2023-10-26T08:06:25.311 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2023-10-26T08:06:25.319 INFO:teuthology.orchestra.run.smithi079.stdout:5.4.0-165-generic 2023-10-26T08:06:25.319 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-165-generic vs 5.4.0-165-generic 2023-10-26T08:06:25.320 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-26T08:06:25.320 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-10-26T08:06:26.321 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-10-26T08:06:26.321 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-26T08:06:26.404 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2023-10-26T08:06:26.423 DEBUG:teuthology.parallel:result is None 2023-10-26T08:06:33.203 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2023-10-26T08:06:33.204 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T08:06:33.403 DEBUG:teuthology.orchestra.run.smithi012:> true 2023-10-26T08:06:34.009 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi012.front.sepia.ceph.com' 2023-10-26T08:06:34.010 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-165-generic"... 2023-10-26T08:06:34.010 DEBUG:teuthology.orchestra.run.smithi012:> uname -r 2023-10-26T08:06:34.016 INFO:teuthology.orchestra.run.smithi012.stdout:5.4.0-165-generic 2023-10-26T08:06:34.017 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-165-generic vs 5.4.0-165-generic 2023-10-26T08:06:34.017 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-26T08:06:34.017 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-10-26T08:06:35.018 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-10-26T08:06:35.019 DEBUG:teuthology.orchestra.run.smithi012:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-26T08:06:35.134 INFO:teuthology.orchestra.run.smithi012.stdout:ttyS1 2023-10-26T08:06:35.167 DEBUG:teuthology.parallel:result is None 2023-10-26T08:06:35.168 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-26T08:06:35.176 INFO:teuthology.task.internal:Creating test directory... 2023-10-26T08:06:35.176 DEBUG:teuthology.orchestra.run.smithi012:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-26T08:06:35.179 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-26T08:06:35.186 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-26T08:06:35.238 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-26T08:06:35.254 INFO:teuthology.task.internal:Creating archive directory... 2023-10-26T08:06:35.254 DEBUG:teuthology.orchestra.run.smithi012:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-26T08:06:35.257 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-26T08:06:35.278 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-26T08:06:35.285 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-26T08:06:35.285 DEBUG:teuthology.orchestra.run.smithi012:> 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 2023-10-26T08:06:35.311 DEBUG:teuthology.orchestra.run.smithi079:> 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 2023-10-26T08:06:35.326 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-26T08:06:35.335 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-26T08:06:35.336 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-26T08:06:35.345 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-26T08:06:35.347 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-26T08:06:35.356 INFO:teuthology.task.internal:Configuring sudo... 2023-10-26T08:06:35.357 DEBUG:teuthology.orchestra.run.smithi012:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-26T08:06:35.359 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-26T08:06:35.376 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-26T08:06:35.403 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-26T08:06:35.404 DEBUG:teuthology.orchestra.run.smithi012:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-26T08:06:35.407 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-26T08:06:35.414 DEBUG:teuthology.orchestra.run.smithi012:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-26T08:06:35.460 DEBUG:teuthology.orchestra.run.smithi012:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-26T08:06:35.467 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2023-10-26T08:06:35.467 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-26T08:06:35.492 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-26T08:06:35.500 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-26T08:06:35.507 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-10-26T08:06:35.507 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-26T08:06:35.530 DEBUG:teuthology.orchestra.run.smithi012:> sudo service rsyslog restart 2023-10-26T08:06:35.533 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2023-10-26T08:06:35.625 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-26T08:06:35.635 INFO:teuthology.task.internal:Starting timer... 2023-10-26T08:06:35.636 INFO:teuthology.run_tasks:Running task pcp... 2023-10-26T08:06:35.687 INFO:teuthology.run_tasks:Running task selinux... 2023-10-26T08:06:35.706 DEBUG:teuthology.task.selinux:Excluding smithi012: OS 'ubuntu' does not support SELinux 2023-10-26T08:06:35.706 DEBUG:teuthology.task.selinux:Excluding smithi079: OS 'ubuntu' does not support SELinux 2023-10-26T08:06:35.707 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-26T08:06:35.707 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-10-26T08:06:35.707 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-26T08:06:35.707 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-26T08:06:35.717 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-10-26T08:06:35.718 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-26T08:06:35.740 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'}]}] 2023-10-26T08:06:35.758 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi012.front.sepia.ceph.com,smithi079.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-26T08:12:25.294 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi012.front.sepia.ceph.com'), Remote(name='ubuntu@smithi079.front.sepia.ceph.com')] 2023-10-26T08:12:25.295 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2023-10-26T08:12:25.296 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T08:12:25.345 DEBUG:teuthology.orchestra.run.smithi012:> true 2023-10-26T08:12:25.467 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi012.front.sepia.ceph.com' 2023-10-26T08:12:25.468 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-10-26T08:12:25.469 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T08:12:25.516 DEBUG:teuthology.orchestra.run.smithi079:> true 2023-10-26T08:12:25.636 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-10-26T08:12:25.637 INFO:teuthology.run_tasks:Running task clock... 2023-10-26T08:12:25.646 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-26T08:12:25.647 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-26T08:12:25.648 DEBUG:teuthology.orchestra.run.smithi012:> 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 2023-10-26T08:12:25.650 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-26T08:12:25.650 DEBUG:teuthology.orchestra.run.smithi079:> 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 2023-10-26T08:12:25.684 INFO:teuthology.orchestra.run.smithi012.stdout:26 Oct 08:12:25 ntpd[22258]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-10-26T08:12:25.684 INFO:teuthology.orchestra.run.smithi012.stdout:26 Oct 08:12:25 ntpd[22258]: Command line: ntpd -gq 2023-10-26T08:12:25.685 INFO:teuthology.orchestra.run.smithi012.stdout:26 Oct 08:12:25 ntpd[22258]: proto: precision = 0.080 usec (-23) 2023-10-26T08:12:25.685 INFO:teuthology.orchestra.run.smithi012.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-26T08:12:25.686 INFO:teuthology.orchestra.run.smithi012.stdout:26 Oct 08:12:25 ntpd[22258]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-26T08:12:25.686 INFO:teuthology.orchestra.run.smithi012.stdout:26 Oct 08:12:25 ntpd[22258]: restrict ::: KOD does nothing without LIMITED. 2023-10-26T08:12:25.686 INFO:teuthology.orchestra.run.smithi012.stderr:restrict ::: KOD does nothing without LIMITED. 2023-10-26T08:12:25.687 INFO:teuthology.orchestra.run.smithi012.stdout:26 Oct 08:12:25 ntpd[22258]: Listen and drop on 0 v6wildcard [::]:123 2023-10-26T08:12:25.687 INFO:teuthology.orchestra.run.smithi012.stdout:26 Oct 08:12:25 ntpd[22258]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-10-26T08:12:25.688 INFO:teuthology.orchestra.run.smithi012.stdout:26 Oct 08:12:25 ntpd[22258]: Listen normally on 2 lo 127.0.0.1:123 2023-10-26T08:12:25.688 INFO:teuthology.orchestra.run.smithi012.stdout:26 Oct 08:12:25 ntpd[22258]: Listen normally on 3 ens1f0 172.21.15.12:123 2023-10-26T08:12:25.688 INFO:teuthology.orchestra.run.smithi012.stdout:26 Oct 08:12:25 ntpd[22258]: Listen normally on 4 lo [::1]:123 2023-10-26T08:12:25.688 INFO:teuthology.orchestra.run.smithi012.stdout:26 Oct 08:12:25 ntpd[22258]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fef8:25ea%3]:123 2023-10-26T08:12:25.688 INFO:teuthology.orchestra.run.smithi012.stdout:26 Oct 08:12:25 ntpd[22258]: Listening on routing socket on fd #22 for interface updates 2023-10-26T08:12:25.712 INFO:teuthology.orchestra.run.smithi079.stdout:26 Oct 08:12:25 ntpd[22279]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-10-26T08:12:25.713 INFO:teuthology.orchestra.run.smithi079.stdout:26 Oct 08:12:25 ntpd[22279]: Command line: ntpd -gq 2023-10-26T08:12:25.713 INFO:teuthology.orchestra.run.smithi079.stdout:26 Oct 08:12:25 ntpd[22279]: proto: precision = 0.087 usec (-23) 2023-10-26T08:12:25.714 INFO:teuthology.orchestra.run.smithi079.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-26T08:12:25.714 INFO:teuthology.orchestra.run.smithi079.stdout:26 Oct 08:12:25 ntpd[22279]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-26T08:12:25.715 INFO:teuthology.orchestra.run.smithi079.stderr:restrict ::: KOD does nothing without LIMITED. 2023-10-26T08:12:25.716 INFO:teuthology.orchestra.run.smithi079.stdout:26 Oct 08:12:25 ntpd[22279]: restrict ::: KOD does nothing without LIMITED. 2023-10-26T08:12:25.716 INFO:teuthology.orchestra.run.smithi079.stdout:26 Oct 08:12:25 ntpd[22279]: Listen and drop on 0 v6wildcard [::]:123 2023-10-26T08:12:25.716 INFO:teuthology.orchestra.run.smithi079.stdout:26 Oct 08:12:25 ntpd[22279]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-10-26T08:12:25.716 INFO:teuthology.orchestra.run.smithi079.stdout:26 Oct 08:12:25 ntpd[22279]: Listen normally on 2 lo 127.0.0.1:123 2023-10-26T08:12:25.716 INFO:teuthology.orchestra.run.smithi079.stdout:26 Oct 08:12:25 ntpd[22279]: Listen normally on 3 enp3s0f1 172.21.15.79:123 2023-10-26T08:12:25.717 INFO:teuthology.orchestra.run.smithi079.stdout:26 Oct 08:12:25 ntpd[22279]: Listen normally on 4 lo [::1]:123 2023-10-26T08:12:25.717 INFO:teuthology.orchestra.run.smithi079.stdout:26 Oct 08:12:25 ntpd[22279]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce87%5]:123 2023-10-26T08:12:25.717 INFO:teuthology.orchestra.run.smithi079.stdout:26 Oct 08:12:25 ntpd[22279]: Listening on routing socket on fd #22 for interface updates 2023-10-26T08:12:26.685 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:26 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:26.686 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:26 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:26.686 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:26 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:26.686 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:26 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:26.686 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:26 ntpd[22258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:26.687 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:26 ntpd[22258]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:27.713 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:27 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:27.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:27 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:27.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:27 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:27.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:27 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:27.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:27 ntpd[22279]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:27.715 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:27 ntpd[22279]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:28.686 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:28.686 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:28.686 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:28.687 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:28.687 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:28.687 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:28.687 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:28.687 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:28.688 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:28.688 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:28.688 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:28.688 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:28.688 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:28.688 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:28.689 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:28.689 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:28.689 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:28.689 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:28 ntpd[22258]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:29.713 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:29 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:29.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:29 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:29.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:29 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:29.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:29 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:29.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:29 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:29.715 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:29 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:29.715 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:29 ntpd[22279]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:29.715 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:29 ntpd[22279]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:30.687 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:30.687 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:30.687 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:30.688 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:30.688 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:30.688 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:30.688 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:30.688 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:30.689 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:30.689 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:30.689 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:30.689 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:30.689 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:30.690 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:30.690 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:30.690 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:30.690 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:30.690 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:30.691 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:30.691 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:30 ntpd[22258]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:30.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:30 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:30.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:30 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:30.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:30 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:30.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:30 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:30.715 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:30 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:30.715 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:30 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:30.715 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:30 ntpd[22279]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:30.715 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:30 ntpd[22279]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:30.715 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:30 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:30.715 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:30 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:30.716 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:30 ntpd[22279]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:30.716 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:30 ntpd[22279]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:31.713 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:31 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:31.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:31 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:31.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:31 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:31.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:31 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:31.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:31 ntpd[22279]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:31.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:31 ntpd[22279]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:32.686 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:32.687 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:32.687 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:32.687 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:32.687 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:32.687 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:32.688 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:32.688 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:32.688 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:32.688 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:32.689 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:32.689 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:32.689 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:32.689 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:32.690 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:32.690 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:32.690 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:32.690 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:32.691 INFO:teuthology.orchestra.run.smithi012.stdout:26 Oct 08:12:32 ntpd[22258]: ntpd: time slew +0.001907 s 2023-10-26T08:12:32.691 INFO:teuthology.orchestra.run.smithi012.stdout:ntpd: time slew +0.001907s 2023-10-26T08:12:32.691 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-10-26T08:12:32.692 INFO:teuthology.orchestra.run.smithi012.stderr:26 Oct 08:12:32 ntpd[22258]: can't open /var/log/ntpstats/loopstats.20231026: Permission denied 2023-10-26T08:12:32.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:32 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:32.715 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:32 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:32.715 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:32 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:32.716 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:32 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:32.716 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:32 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:32.716 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:32 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:32.716 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:32 ntpd[22279]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:32.717 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:32 ntpd[22279]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:32.717 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:32 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:32.717 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:32 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:32.717 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:32 ntpd[22279]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:32.717 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:32 ntpd[22279]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:32.755 INFO:teuthology.orchestra.run.smithi012.stdout: remote refid st t when poll reach delay offset jitter 2023-10-26T08:12:32.756 INFO:teuthology.orchestra.run.smithi012.stdout:============================================================================== 2023-10-26T08:12:32.756 INFO:teuthology.orchestra.run.smithi012.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-26T08:12:32.756 INFO:teuthology.orchestra.run.smithi012.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-26T08:12:32.757 INFO:teuthology.orchestra.run.smithi012.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-26T08:12:32.757 INFO:teuthology.orchestra.run.smithi012.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-26T08:12:33.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:33 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:33.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:33 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:33.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:33 ntpd[22279]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-26T08:12:33.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:33 ntpd[22279]: can't open /var/log/ntpstats/rawstats.20231026: Permission denied 2023-10-26T08:12:33.714 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:33 ntpd[22279]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-26T08:12:33.715 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:33 ntpd[22279]: can't open /var/log/ntpstats/peerstats.20231026: Permission denied 2023-10-26T08:12:33.715 INFO:teuthology.orchestra.run.smithi079.stdout:26 Oct 08:12:33 ntpd[22279]: ntpd: time slew -0.000147 s 2023-10-26T08:12:33.715 INFO:teuthology.orchestra.run.smithi079.stdout:ntpd: time slew -0.000147s 2023-10-26T08:12:33.716 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:33 ntpd[22279]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-10-26T08:12:33.716 INFO:teuthology.orchestra.run.smithi079.stderr:26 Oct 08:12:33 ntpd[22279]: can't open /var/log/ntpstats/loopstats.20231026: Permission denied 2023-10-26T08:12:33.784 INFO:teuthology.orchestra.run.smithi079.stdout: remote refid st t when poll reach delay offset jitter 2023-10-26T08:12:33.785 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================== 2023-10-26T08:12:33.785 INFO:teuthology.orchestra.run.smithi079.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-26T08:12:33.785 INFO:teuthology.orchestra.run.smithi079.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-26T08:12:33.785 INFO:teuthology.orchestra.run.smithi079.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-26T08:12:33.785 INFO:teuthology.orchestra.run.smithi079.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-26T08:12:33.786 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-26T08:12:33.860 INFO:tasks.cephadm:Config: {'add_mons_via_daemon_add': True, 'allow_ptrace': False, 'avoid_pacific_features': True, 'cephadm_branch': 'v15.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v15.2.0', 'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'f2ece71a1e784ed2e115679dd66f690a9706b8a8'} 2023-10-26T08:12:33.860 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.0 2023-10-26T08:12:33.861 INFO:tasks.cephadm:Cluster fsid is 6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:12:33.862 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-26T08:12:33.862 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.12', 'mon.c': '[v2:172.21.15.12:3301,v1:172.21.15.12:6790]', 'mon.b': '172.21.15.79'} 2023-10-26T08:12:33.862 INFO:tasks.cephadm:First mon is mon.a on smithi012 2023-10-26T08:12:33.863 INFO:tasks.cephadm:First mgr is y 2023-10-26T08:12:33.863 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-26T08:12:33.863 DEBUG:teuthology.orchestra.run.smithi012:> sudo hostname $(hostname -s) 2023-10-26T08:12:33.881 DEBUG:teuthology.orchestra.run.smithi079:> sudo hostname $(hostname -s) 2023-10-26T08:12:33.899 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.0)... 2023-10-26T08:12:33.899 DEBUG:teuthology.orchestra.run.smithi012:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-26T08:12:34.158 INFO:teuthology.orchestra.run.smithi012.stdout:-rw-rw-r-- 1 ubuntu ubuntu 151122 Oct 26 08:12 /home/ubuntu/cephtest/cephadm 2023-10-26T08:12:34.159 DEBUG:teuthology.orchestra.run.smithi079:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-26T08:12:34.301 INFO:teuthology.orchestra.run.smithi079.stdout:-rw-rw-r-- 1 ubuntu ubuntu 151122 Oct 26 08:12 /home/ubuntu/cephtest/cephadm 2023-10-26T08:12:34.302 DEBUG:teuthology.orchestra.run.smithi012:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-26T08:12:34.311 DEBUG:teuthology.orchestra.run.smithi079:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-26T08:12:34.331 DEBUG:teuthology.orchestra.run.smithi012:> sudo mkdir -p /etc/ceph 2023-10-26T08:12:34.348 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /etc/ceph 2023-10-26T08:12:34.364 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 777 /etc/ceph 2023-10-26T08:12:34.406 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 777 /etc/ceph 2023-10-26T08:12:34.420 INFO:tasks.cephadm:Writing seed config... 2023-10-26T08:12:34.421 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2023-10-26T08:12:34.421 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-26T08:12:34.421 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-26T08:12:34.422 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-26T08:12:34.422 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-26T08:12:34.422 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-26T08:12:34.423 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-26T08:12:34.423 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-26T08:12:34.423 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2023-10-26T08:12:34.424 DEBUG:teuthology.orchestra.run.smithi012:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-26T08:12:34.431 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = 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 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 6a98a15c-73d7-11ee-8db9-212e2dc638e7 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-10-26T08:12:34.431 DEBUG:teuthology.orchestra.run.smithi012:mon.a> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.a.service 2023-10-26T08:12:34.434 DEBUG:teuthology.orchestra.run.smithi012:mgr.y> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.y.service 2023-10-26T08:12:34.436 INFO:tasks.cephadm:Bootstrapping... 2023-10-26T08:12:34.437 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 -v bootstrap --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 --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.12 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-26T08:12:34.596 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Could not locate podman: podman not found 2023-10-26T08:12:34.596 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Verifying podman|docker is present... 2023-10-26T08:12:34.596 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Verifying lvm2 is present... 2023-10-26T08:12:34.596 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Verifying time synchronization is in place... 2023-10-26T08:12:34.597 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2023-10-26T08:12:34.603 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-26T08:12:34.603 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2023-10-26T08:12:34.610 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-10-26T08:12:34.610 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2023-10-26T08:12:34.615 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-10-26T08:12:34.616 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2023-10-26T08:12:34.621 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-10-26T08:12:34.621 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-enabled systemd-timesyncd.service 2023-10-26T08:12:34.627 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stdout masked 2023-10-26T08:12:34.628 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-active systemd-timesyncd.service 2023-10-26T08:12:34.633 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-10-26T08:12:34.634 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-enabled ntpd.service 2023-10-26T08:12:34.639 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-10-26T08:12:34.640 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-active ntpd.service 2023-10-26T08:12:34.646 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-10-26T08:12:34.646 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-enabled ntp.service 2023-10-26T08:12:34.654 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stdout enabled 2023-10-26T08:12:34.654 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-active ntp.service 2023-10-26T08:12:34.660 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stdout active 2023-10-26T08:12:34.661 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Unit ntp.service is enabled and running 2023-10-26T08:12:34.661 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Repeating the final host check... 2023-10-26T08:12:34.661 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:podman|docker (/usr/bin/docker) is present 2023-10-26T08:12:34.661 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:systemctl is present 2023-10-26T08:12:34.662 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:lvcreate is present 2023-10-26T08:12:34.662 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2023-10-26T08:12:34.665 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-26T08:12:34.666 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2023-10-26T08:12:34.670 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-10-26T08:12:34.671 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2023-10-26T08:12:34.677 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-10-26T08:12:34.678 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2023-10-26T08:12:34.682 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-10-26T08:12:34.683 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-enabled systemd-timesyncd.service 2023-10-26T08:12:34.688 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stdout masked 2023-10-26T08:12:34.689 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-active systemd-timesyncd.service 2023-10-26T08:12:34.694 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-10-26T08:12:34.695 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-enabled ntpd.service 2023-10-26T08:12:34.701 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-10-26T08:12:34.701 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-active ntpd.service 2023-10-26T08:12:34.707 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-10-26T08:12:34.708 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-enabled ntp.service 2023-10-26T08:12:34.714 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stdout enabled 2023-10-26T08:12:34.715 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl is-active ntp.service 2023-10-26T08:12:34.721 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stdout active 2023-10-26T08:12:34.721 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Unit ntp.service is enabled and running 2023-10-26T08:12:34.722 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Host looks OK 2023-10-26T08:12:34.722 INFO:journalctl@ceph.mgr.y.smithi012.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:12:34.723 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:root:Cluster fsid: 6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:12:34.723 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Acquiring lock 139901364869296 on /run/cephadm/6a98a15c-73d7-11ee-8db9-212e2dc638e7.lock 2023-10-26T08:12:34.723 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Lock 139901364869296 acquired on /run/cephadm/6a98a15c-73d7-11ee-8db9-212e2dc638e7.lock 2023-10-26T08:12:34.724 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Verifying IP 172.21.15.12 port 3300 ... 2023-10-26T08:12:34.724 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Verifying IP 172.21.15.12 port 6789 ... 2023-10-26T08:12:34.724 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Base mon IP is 172.21.15.12, final addrv is [v2:172.21.15.12:3300,v1:172.21.15.12:6789] 2023-10-26T08:12:34.724 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: /usr/sbin/ip route ls 2023-10-26T08:12:34.726 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout default via 172.21.15.254 dev ens1f0 2023-10-26T08:12:34.726 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-10-26T08:12:34.727 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.12 2023-10-26T08:12:34.727 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Mon IP 172.21.15.12 is in CIDR network 172.21.0.0/20 2023-10-26T08:12:34.728 INFO:journalctl@ceph.mon.a.smithi012.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:12:34.729 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0 container... 2023-10-26T08:12:34.729 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: /usr/bin/docker pull docker.io/ceph/ceph:v15.2.0 2023-10-26T08:12:38.587 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/docker:stdout v15.2.0: Pulling from ceph/ceph 2023-10-26T08:12:38.863 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/docker:stdout 8a29a15cefae: Pulling fs layer 2023-10-26T08:12:38.863 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/docker:stdout 120f0bd0d532: Pulling fs layer 2023-10-26T08:12:41.925 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/docker:stdout 8a29a15cefae: Verifying Checksum 2023-10-26T08:12:41.925 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/docker:stdout 8a29a15cefae: Download complete 2023-10-26T08:12:44.719 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/docker:stdout 120f0bd0d532: Verifying Checksum 2023-10-26T08:12:44.719 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/docker:stdout 120f0bd0d532: Download complete 2023-10-26T08:12:46.487 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/docker:stdout 8a29a15cefae: Pull complete 2023-10-26T08:12:59.736 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/docker:stdout 120f0bd0d532: Pull complete 2023-10-26T08:12:59.898 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/docker:stdout Digest: sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60 2023-10-26T08:12:59.945 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/docker:stdout Status: Downloaded newer image for ceph/ceph:v15.2.0 2023-10-26T08:12:59.973 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/docker:stdout docker.io/ceph/ceph:v15.2.0 2023-10-26T08:12:59.975 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Extracting ceph user uid/gid from container image... 2023-10-26T08:12:59.975 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '--entrypoint', 'stat', 'docker.io/ceph/ceph:v15.2.0', '-c', '%u %g', '/var/lib/ceph'] 2023-10-26T08:12:59.976 INFO:teuthology.orchestra.run.smithi012.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=smithi012 --entrypoint stat docker.io/ceph/ceph:v15.2.0 -c %u %g /var/lib/ceph 2023-10-26T08:13:11.736 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:stat:stdout 167 167 2023-10-26T08:13:12.370 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Creating initial keys... 2023-10-26T08:13:12.370 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2023-10-26T08:13:12.370 INFO:teuthology.orchestra.run.smithi012.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=smithi012 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2023-10-26T08:13:13.081 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQCZHzplRyiqBBAA93qQUzL/GlfcpQcXUK1HEA== 2023-10-26T08:13:13.690 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2023-10-26T08:13:13.690 INFO:teuthology.orchestra.run.smithi012.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=smithi012 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2023-10-26T08:13:14.422 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQCaHzplSdL7GBAAkBuEnIfp4SMrzM1pE/qSgQ== 2023-10-26T08:13:15.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2023-10-26T08:13:15.005 INFO:teuthology.orchestra.run.smithi012.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=smithi012 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2023-10-26T08:13:15.708 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQCbHzpl9rIFKhAA5hBVkZAnaUMZNkT6hOz9Xw== 2023-10-26T08:13:16.266 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Creating initial monmap... 2023-10-26T08:13:16.266 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/tmp/ceph-tmptnamzo8o:/tmp/monmap:z', '--entrypoint', '/usr/bin/monmaptool', 'docker.io/ceph/ceph:v15.2.0', '--create', '--clobber', '--fsid', '6a98a15c-73d7-11ee-8db9-212e2dc638e7', '--addv', 'a', '[v2:172.21.15.12:3300,v1:172.21.15.12:6789]', '/tmp/monmap'] 2023-10-26T08:13:16.267 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /tmp/ceph-tmptnamzo8o:/tmp/monmap:z --entrypoint /usr/bin/monmaptool docker.io/ceph/ceph:v15.2.0 --create --clobber --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 --addv a [v2:172.21.15.12:3300,v1:172.21.15.12:6789] /tmp/monmap 2023-10-26T08:13:17.170 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-26T08:13:17.171 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: set fsid to 6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:13:17.171 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-26T08:13:17.760 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Creating mon... 2023-10-26T08:13:17.764 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/mon.a:/var/lib/ceph/mon/ceph-a:z', '-v', '/tmp/ceph-tmp7j8a635j:/tmp/keyring:z', '-v', '/tmp/ceph-tmptnamzo8o:/tmp/monmap:z', '--entrypoint', '/usr/bin/ceph-mon', 'docker.io/ceph/ceph:v15.2.0', '--mkfs', '-i', 'a', '--fsid', '6a98a15c-73d7-11ee-8db9-212e2dc638e7', '-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'] 2023-10-26T08:13:17.764 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmp7j8a635j:/tmp/keyring:z -v /tmp/ceph-tmptnamzo8o:/tmp/monmap:z --entrypoint /usr/bin/ceph-mon docker.io/ceph/ceph:v15.2.0 --mkfs -i a --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -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 2023-10-26T08:13:18.474 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.465+0000 7f22eaa4a6c0 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-26T08:13:18.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.465+0000 7f22eaa4a6c0 1 imported monmap: 2023-10-26T08:13:18.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr epoch 0 2023-10-26T08:13:18.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:13:18.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr last_changed 2023-10-26T08:13:17.167719+0000 2023-10-26T08:13:18.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr created 2023-10-26T08:13:17.167719+0000 2023-10-26T08:13:18.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr min_mon_release 0 (unknown) 2023-10-26T08:13:18.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.a 2023-10-26T08:13:18.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.498 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.465+0000 7f22eaa4a6c0 0 /usr/bin/ceph-mon: set fsid to 6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:13:18.498 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 0 set rocksdb option compression = kNoCompression 2023-10-26T08:13:18.498 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-10-26T08:13:18.499 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 0 set rocksdb option write_buffer_size = 33554432 2023-10-26T08:13:18.499 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 0 set rocksdb option compression = kNoCompression 2023-10-26T08:13:18.499 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-10-26T08:13:18.499 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 0 set rocksdb option write_buffer_size = 33554432 2023-10-26T08:13:18.499 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: RocksDB version: 6.1.2 2023-10-26T08:13:18.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-26T08:13:18.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Compile date Mar 23 2020 2023-10-26T08:13:18.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: DB SUMMARY 2023-10-26T08:13:18.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-10-26T08:13:18.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-10-26T08:13:18.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.error_if_exists: 0 2023-10-26T08:13:18.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.create_if_missing: 1 2023-10-26T08:13:18.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.paranoid_checks: 1 2023-10-26T08:13:18.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.env: 0x5635b3ef11a0 2023-10-26T08:13:18.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.info_log: 0x5635b520da80 2023-10-26T08:13:18.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-26T08:13:18.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.statistics: (nil) 2023-10-26T08:13:18.503 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.use_fsync: 0 2023-10-26T08:13:18.503 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.max_log_file_size: 0 2023-10-26T08:13:18.503 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-26T08:13:18.503 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-26T08:13:18.503 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-26T08:13:18.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-26T08:13:18.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.allow_fallocate: 1 2023-10-26T08:13:18.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-26T08:13:18.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-26T08:13:18.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.use_direct_reads: 0 2023-10-26T08:13:18.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-26T08:13:18.505 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.create_missing_column_families: 0 2023-10-26T08:13:18.505 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.db_log_dir: 2023-10-26T08:13:18.505 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-10-26T08:13:18.505 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-26T08:13:18.505 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.max_subcompactions: 1 2023-10-26T08:13:18.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.max_background_flushes: -1 2023-10-26T08:13:18.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-26T08:13:18.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-26T08:13:18.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-26T08:13:18.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-26T08:13:18.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.advise_random_on_open: 1 2023-10-26T08:13:18.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-26T08:13:18.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.write_buffer_manager: 0x5635b5dae120 2023-10-26T08:13:18.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-26T08:13:18.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-26T08:13:18.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-26T08:13:18.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-26T08:13:18.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.rate_limiter: (nil) 2023-10-26T08:13:18.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-26T08:13:18.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-26T08:13:18.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-26T08:13:18.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-26T08:13:18.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-26T08:13:18.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-26T08:13:18.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-26T08:13:18.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-26T08:13:18.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.row_cache: None 2023-10-26T08:13:18.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.wal_filter: None 2023-10-26T08:13:18.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-26T08:13:18.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-26T08:13:18.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.preserve_deletes: 0 2023-10-26T08:13:18.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.two_write_queues: 0 2023-10-26T08:13:18.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.manual_wal_flush: 0 2023-10-26T08:13:18.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.atomic_flush: 0 2023-10-26T08:13:18.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-26T08:13:18.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.max_background_jobs: 2 2023-10-26T08:13:18.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.max_background_compactions: -1 2023-10-26T08:13:18.512 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-26T08:13:18.512 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-26T08:13:18.512 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-26T08:13:18.512 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.max_total_wal_size: 0 2023-10-26T08:13:18.512 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-26T08:13:18.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-26T08:13:18.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-26T08:13:18.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-26T08:13:18.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.max_open_files: -1 2023-10-26T08:13:18.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.bytes_per_sync: 0 2023-10-26T08:13:18.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-26T08:13:18.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-26T08:13:18.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Compression algorithms supported: 2023-10-26T08:13:18.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-26T08:13:18.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: kZSTD supported: 0 2023-10-26T08:13:18.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: kXpressCompression supported: 0 2023-10-26T08:13:18.515 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-26T08:13:18.515 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: kLZ4Compression supported: 1 2023-10-26T08:13:18.515 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: kBZip2Compression supported: 0 2023-10-26T08:13:18.515 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: kZlibCompression supported: 1 2023-10-26T08:13:18.515 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: kSnappyCompression supported: 1 2023-10-26T08:13:18.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-26T08:13:18.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.469+0000 7f22eaa4a6c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2023-10-26T08:13:18.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-10-26T08:13:18.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.517 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2023-10-26T08:13:18.517 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.517 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-26T08:13:18.517 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.merge_operator: 2023-10-26T08:13:18.517 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compaction_filter: None 2023-10-26T08:13:18.517 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compaction_filter_factory: None 2023-10-26T08:13:18.518 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-26T08:13:18.518 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-26T08:13:18.518 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5635b5136130) 2023-10-26T08:13:18.518 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks: 1 2023-10-26T08:13:18.518 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks_with_high_priority: 1 2023-10-26T08:13:18.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-26T08:13:18.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_top_level_index_and_filter: 1 2023-10-26T08:13:18.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_type: 0 2023-10-26T08:13:18.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_index_type: 0 2023-10-26T08:13:18.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_hash_table_util_ratio: 0.750000 2023-10-26T08:13:18.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr hash_index_allow_collision: 1 2023-10-26T08:13:18.520 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr checksum: 1 2023-10-26T08:13:18.520 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr no_block_cache: 0 2023-10-26T08:13:18.520 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache: 0x5635b516c510 2023-10-26T08:13:18.520 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_name: BinnedLRUCache 2023-10-26T08:13:18.520 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_options: 2023-10-26T08:13:18.521 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr capacity : 536870912 2023-10-26T08:13:18.521 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr num_shard_bits : 4 2023-10-26T08:13:18.521 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr strict_capacity_limit : 0 2023-10-26T08:13:18.521 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr high_pri_pool_ratio: 0.000 2023-10-26T08:13:18.521 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_compressed: (nil) 2023-10-26T08:13:18.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr persistent_cache: (nil) 2023-10-26T08:13:18.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size: 4096 2023-10-26T08:13:18.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size_deviation: 10 2023-10-26T08:13:18.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_restart_interval: 16 2023-10-26T08:13:18.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_block_restart_interval: 1 2023-10-26T08:13:18.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr metadata_block_size: 4096 2023-10-26T08:13:18.523 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr partition_filters: 0 2023-10-26T08:13:18.523 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr use_delta_encoding: 1 2023-10-26T08:13:18.523 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr filter_policy: rocksdb.BuiltinBloomFilter 2023-10-26T08:13:18.523 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr whole_key_filtering: 1 2023-10-26T08:13:18.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr verify_compression: 0 2023-10-26T08:13:18.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr read_amp_bytes_per_bit: 0 2023-10-26T08:13:18.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr format_version: 2 2023-10-26T08:13:18.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr enable_index_compression: 1 2023-10-26T08:13:18.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_align: 0 2023-10-26T08:13:18.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.525 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-26T08:13:18.525 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-26T08:13:18.525 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compression: NoCompression 2023-10-26T08:13:18.525 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-26T08:13:18.525 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-26T08:13:18.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-26T08:13:18.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.num_levels: 7 2023-10-26T08:13:18.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-26T08:13:18.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-26T08:13:18.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-26T08:13:18.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-26T08:13:18.527 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-26T08:13:18.527 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-26T08:13:18.527 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-26T08:13:18.527 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-26T08:13:18.527 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-26T08:13:18.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compression_opts.level: 32767 2023-10-26T08:13:18.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-26T08:13:18.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-26T08:13:18.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-26T08:13:18.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compression_opts.enabled: false 2023-10-26T08:13:18.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-26T08:13:18.529 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-26T08:13:18.529 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-26T08:13:18.529 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-26T08:13:18.529 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-26T08:13:18.529 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-26T08:13:18.530 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-26T08:13:18.530 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-26T08:13:18.530 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-26T08:13:18.530 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-26T08:13:18.530 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-26T08:13:18.530 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-26T08:13:18.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-26T08:13:18.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-26T08:13:18.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-26T08:13:18.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-26T08:13:18.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-26T08:13:18.532 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.arena_block_size: 4194304 2023-10-26T08:13:18.532 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-26T08:13:18.532 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-26T08:13:18.532 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-26T08:13:18.532 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-26T08:13:18.532 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-26T08:13:18.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-26T08:13:18.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-26T08:13:18.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-26T08:13:18.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-26T08:13:18.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-26T08:13:18.534 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-26T08:13:18.534 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-26T08:13:18.534 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-26T08:13:18.534 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-26T08:13:18.534 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.table_properties_collectors: 2023-10-26T08:13:18.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.inplace_update_support: 0 2023-10-26T08:13:18.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-26T08:13:18.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-26T08:13:18.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-26T08:13:18.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-26T08:13:18.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.bloom_locality: 0 2023-10-26T08:13:18.536 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.max_successive_merges: 0 2023-10-26T08:13:18.536 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-26T08:13:18.536 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-26T08:13:18.536 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.force_consistency_checks: 0 2023-10-26T08:13:18.536 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-26T08:13:18.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.473+0000 7f22eaa4a6c0 4 rocksdb: Options.ttl: 0 2023-10-26T08:13:18.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.477+0000 7f22eaa4a6c0 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 2023-10-26T08:13:18.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.477+0000 7f22eaa4a6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2023-10-26T08:13:18.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.477+0000 7f22eaa4a6c0 4 rocksdb: DB pointer 0x5635b5208400 2023-10-26T08:13:18.538 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.477+0000 7f22d3c0b700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2023-10-26T08:13:18.538 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.477+0000 7f22d3c0b700 4 rocksdb: [db/db_impl.cc:778] 2023-10-26T08:13:18.538 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** DB Stats ** 2023-10-26T08:13:18.538 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T08:13:18.538 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.539 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.539 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-26T08:13:18.539 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.539 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.539 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-26T08:13:18.539 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.540 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-10-26T08:13:18.540 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.540 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T08:13:18.540 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.540 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.541 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.541 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-10-26T08:13:18.541 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.541 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T08:13:18.541 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T08:13:18.542 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2023-10-26T08:13:18.542 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-10-26T08:13:18.542 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2023-10-26T08:13:18.542 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2023-10-26T08:13:18.542 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2023-10-26T08:13:18.543 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.543 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.543 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.543 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.543 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2023-10-26T08:13:18.544 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.544 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-10-26T08:13:18.544 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.544 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T08:13:18.544 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.544 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.545 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.545 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-10-26T08:13:18.545 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.545 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T08:13:18.545 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T08:13:18.546 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2023-10-26T08:13:18.546 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-10-26T08:13:18.546 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2023-10-26T08:13:18.546 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2023-10-26T08:13:18.546 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2023-10-26T08:13:18.546 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.547 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.547 INFO:teuthology.orchestra.run.smithi012.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 2023-10-26T08:13:18.547 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.547 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2023-10-26T08:13:18.547 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-10-26T08:13:18.548 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.481+0000 7f22eaa4a6c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2023-10-26T08:13:18.548 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.481+0000 7f22eaa4a6c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2023-10-26T08:13:18.548 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-10-26T08:13:18.481+0000 7f22eaa4a6c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-10-26T08:13:19.116 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:13:19.123 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl disable ceph.target 2023-10-26T08:13:19.322 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl enable ceph.target 2023-10-26T08:13:19.328 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-10-26T08:13:19.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl start ceph.target 2023-10-26T08:13:19.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7.target 2023-10-26T08:13:19.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7.target -> /etc/systemd/system/ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7.target. 2023-10-26T08:13:19.534 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7.target -> /etc/systemd/system/ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7.target. 2023-10-26T08:13:19.713 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl start ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7.target 2023-10-26T08:13:19.720 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2023-10-26T08:13:19.915 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.a 2023-10-26T08:13:19.926 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.a 2023-10-26T08:13:19.931 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.a.service: Unit ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.a.service not loaded. 2023-10-26T08:13:19.932 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.a 2023-10-26T08:13:19.937 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7.target.wants/ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.a.service -> /etc/systemd/system/ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@.service. 2023-10-26T08:13:20.126 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl start ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.a 2023-10-26T08:13:20.157 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:firewalld does not appear to be present 2023-10-26T08:13:20.158 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Waiting for mon to start... 2023-10-26T08:13:20.159 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Waiting for mon... 2023-10-26T08:13:20.159 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status 2023-10-26T08:13:20.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:20 smithi012 docker[22974]: Error response from daemon: No such container: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-mon.a 2023-10-26T08:13:20.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:20 smithi012 systemd[1]: Started Ceph mon.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:13:21.574 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:21 smithi012 bash[22995]: cluster 2023-10-26T08:13:21.356052+0000 mon.a (mon.0) 0 : [INF] mkfs 6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:13:21.574 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:21 smithi012 bash[22995]: cluster 2023-10-26T08:13:21.339358+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-10-26T08:13:21.590 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout cluster: 2023-10-26T08:13:21.591 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout id: 6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:13:21.591 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout health: HEALTH_OK 2023-10-26T08:13:21.591 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-10-26T08:13:21.591 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout services: 2023-10-26T08:13:21.592 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon: 1 daemons, quorum a (age 0.234354s) 2023-10-26T08:13:21.592 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr: no daemons active 2023-10-26T08:13:21.592 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd: 0 osds: 0 up, 0 in 2023-10-26T08:13:21.592 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-10-26T08:13:21.592 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout data: 2023-10-26T08:13:21.593 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pools: 0 pools, 0 pgs 2023-10-26T08:13:21.593 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout objects: 0 objects, 0 B 2023-10-26T08:13:21.593 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout usage: 0 B used, 0 B / 0 B avail 2023-10-26T08:13:21.593 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pgs: 2023-10-26T08:13:21.593 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-10-26T08:13:22.306 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Assimilating anything we can from ceph.conf... 2023-10-26T08:13:22.306 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/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'] 2023-10-26T08:13:22.306 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z -v /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/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 2023-10-26T08:13:22.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:22 smithi012 bash[22995]: cluster 2023-10-26T08:13:21.351145+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-10-26T08:13:22.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:22 smithi012 bash[22995]: cluster 2023-10-26T08:13:21.352838+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0]} 2023-10-26T08:13:22.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:22 smithi012 bash[22995]: cluster 2023-10-26T08:13:21.359903+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-10-26T08:13:22.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:22 smithi012 bash[22995]: cluster 2023-10-26T08:13:21.368632+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-10-26T08:13:22.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:22 smithi012 bash[22995]: cluster 2023-10-26T08:13:21.369528+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-10-26T08:13:22.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:22 smithi012 bash[22995]: audit 2023-10-26T08:13:21.585432+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.12:0/2948560793' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-26T08:13:23.334 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-10-26T08:13:23.334 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [global] 2023-10-26T08:13:23.334 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout fsid = 6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:13:23.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_election_default_strategy = 1 2023-10-26T08:13:23.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_host = [v2:172.21.15.12:3300,v1:172.21.15.12:6789] 2023-10-26T08:13:23.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_pg_remap = true 2023-10-26T08:13:23.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_primary_affinity = true 2023-10-26T08:13:23.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_no_sortbitwise = false 2023-10-26T08:13:23.336 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_crush_chooseleaf_type = 0 2023-10-26T08:13:23.336 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-10-26T08:13:23.336 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mgr] 2023-10-26T08:13:23.336 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/telemetry/nag = false 2023-10-26T08:13:23.336 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-10-26T08:13:23.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mon] 2023-10-26T08:13:23.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim = false 2023-10-26T08:13:23.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2023-10-26T08:13:23.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-10-26T08:13:23.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [osd] 2023-10-26T08:13:23.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_map_max_advance = 10 2023-10-26T08:13:23.338 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_memory_target_autotune = true 2023-10-26T08:13:23.338 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_sloppy_crc = true 2023-10-26T08:13:23.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:23 smithi012 bash[22995]: audit 2023-10-26T08:13:23.325425+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.12:0/735864238' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-26T08:13:23.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:23 smithi012 bash[22995]: audit 2023-10-26T08:13:23.329005+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.12:0/735864238' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-26T08:13:23.994 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Generating new minimal ceph.conf... 2023-10-26T08:13:23.994 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/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'] 2023-10-26T08:13:23.995 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z -v /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/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 2023-10-26T08:13:25.218 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:25 smithi012 bash[22995]: audit 2023-10-26T08:13:24.977524+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.12:0/2025012842' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:13:25.608 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Restarting the monitor... 2023-10-26T08:13:25.608 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl restart ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.a 2023-10-26T08:13:25.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:25 smithi012 systemd[1]: Stopping Ceph mon.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:13:25.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:25 smithi012 bash[22995]: debug 2023-10-26T08:13:25.689+0000 7f642f7c0700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-10-26T08:13:25.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:25 smithi012 bash[22995]: debug 2023-10-26T08:13:25.689+0000 7f642f7c0700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-10-26T08:13:26.574 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:26 smithi012 docker[23380]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-mon.a 2023-10-26T08:13:26.653 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Setting mon public_network... 2023-10-26T08:13:26.653 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/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'] 2023-10-26T08:13:26.653 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/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 2023-10-26T08:13:27.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:26 smithi012 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.a.service: Succeeded. 2023-10-26T08:13:27.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:26 smithi012 systemd[1]: Stopped Ceph mon.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:13:27.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:26 smithi012 systemd[1]: Starting Ceph mon.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:13:27.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:26 smithi012 docker[23417]: Error response from daemon: No such container: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-mon.a 2023-10-26T08:13:27.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:26 smithi012 systemd[1]: Started Ceph mon.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:13:27.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.660+0000 7fb559b706c0 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-26T08:13:27.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.660+0000 7fb559b706c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2023-10-26T08:13:27.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.660+0000 7fb559b706c0 0 pidfile_write: ignore empty --pid-file 2023-10-26T08:13:27.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 0 load: jerasure load: lrc load: isa 2023-10-26T08:13:27.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 0 set rocksdb option compression = kNoCompression 2023-10-26T08:13:27.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-10-26T08:13:27.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 0 set rocksdb option write_buffer_size = 33554432 2023-10-26T08:13:27.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 0 set rocksdb option compression = kNoCompression 2023-10-26T08:13:27.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-10-26T08:13:27.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 0 set rocksdb option write_buffer_size = 33554432 2023-10-26T08:13:27.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 1 rocksdb: do_open column families: [default] 2023-10-26T08:13:27.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: RocksDB version: 6.1.2 2023-10-26T08:13:27.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-26T08:13:27.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Compile date Mar 23 2020 2023-10-26T08:13:27.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: DB SUMMARY 2023-10-26T08:13:27.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: CURRENT file: CURRENT 2023-10-26T08:13:27.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: IDENTITY file: IDENTITY 2023-10-26T08:13:27.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2023-10-26T08:13:27.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2023-10-26T08:13:27.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 69129 ; 2023-10-26T08:13:27.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.error_if_exists: 0 2023-10-26T08:13:27.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.create_if_missing: 0 2023-10-26T08:13:27.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.paranoid_checks: 1 2023-10-26T08:13:27.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.env: 0x5585174ce1a0 2023-10-26T08:13:27.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.info_log: 0x55851915a9a0 2023-10-26T08:13:27.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-26T08:13:27.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.statistics: (nil) 2023-10-26T08:13:27.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.use_fsync: 0 2023-10-26T08:13:27.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_log_file_size: 0 2023-10-26T08:13:27.831 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-26T08:13:27.831 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-26T08:13:27.831 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-26T08:13:27.831 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-26T08:13:27.831 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.allow_fallocate: 1 2023-10-26T08:13:27.832 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-26T08:13:27.832 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-26T08:13:27.832 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.use_direct_reads: 0 2023-10-26T08:13:27.832 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-26T08:13:27.832 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.create_missing_column_families: 0 2023-10-26T08:13:27.833 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.db_log_dir: 2023-10-26T08:13:27.833 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-10-26T08:13:27.833 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-26T08:13:27.833 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_subcompactions: 1 2023-10-26T08:13:27.833 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_background_flushes: -1 2023-10-26T08:13:27.834 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-26T08:13:27.834 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-26T08:13:27.834 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-26T08:13:27.834 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-26T08:13:27.834 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.advise_random_on_open: 1 2023-10-26T08:13:27.835 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-26T08:13:27.835 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.write_buffer_manager: 0x558519cf4ae0 2023-10-26T08:13:27.835 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-26T08:13:27.835 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-26T08:13:27.835 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-26T08:13:27.836 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-26T08:13:27.837 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.rate_limiter: (nil) 2023-10-26T08:13:27.837 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-26T08:13:27.837 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-26T08:13:27.837 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-26T08:13:27.838 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-26T08:13:27.838 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-26T08:13:27.838 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-26T08:13:27.838 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-26T08:13:27.839 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-26T08:13:27.839 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.row_cache: None 2023-10-26T08:13:27.839 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.wal_filter: None 2023-10-26T08:13:27.839 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-26T08:13:27.839 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-26T08:13:27.840 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.preserve_deletes: 0 2023-10-26T08:13:27.840 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.two_write_queues: 0 2023-10-26T08:13:27.840 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.manual_wal_flush: 0 2023-10-26T08:13:27.840 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.atomic_flush: 0 2023-10-26T08:13:27.840 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-26T08:13:27.840 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_background_jobs: 2 2023-10-26T08:13:27.841 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_background_compactions: -1 2023-10-26T08:13:27.841 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-26T08:13:27.841 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-26T08:13:27.841 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-26T08:13:27.841 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_total_wal_size: 0 2023-10-26T08:13:27.842 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-26T08:13:27.842 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-26T08:13:27.842 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-26T08:13:27.842 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-26T08:13:27.843 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_open_files: -1 2023-10-26T08:13:27.843 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.bytes_per_sync: 0 2023-10-26T08:13:27.843 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-26T08:13:27.843 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-26T08:13:27.843 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Compression algorithms supported: 2023-10-26T08:13:27.844 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-26T08:13:27.844 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: kZSTD supported: 0 2023-10-26T08:13:27.844 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: kXpressCompression supported: 0 2023-10-26T08:13:27.844 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-26T08:13:27.844 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: kLZ4Compression supported: 1 2023-10-26T08:13:27.845 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: kBZip2Compression supported: 0 2023-10-26T08:13:27.845 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: kZlibCompression supported: 1 2023-10-26T08:13:27.845 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: kSnappyCompression supported: 1 2023-10-26T08:13:27.845 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-26T08:13:27.845 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2023-10-26T08:13:27.846 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2023-10-26T08:13:27.846 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-26T08:13:27.846 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.merge_operator: 2023-10-26T08:13:27.846 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compaction_filter: None 2023-10-26T08:13:27.846 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compaction_filter_factory: None 2023-10-26T08:13:27.847 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-26T08:13:27.847 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-26T08:13:27.847 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55851907a138) 2023-10-26T08:13:27.847 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: cache_index_and_filter_blocks: 1 2023-10-26T08:13:27.847 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: cache_index_and_filter_blocks_with_high_priority: 1 2023-10-26T08:13:27.848 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-26T08:13:27.848 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: pin_top_level_index_and_filter: 1 2023-10-26T08:13:27.848 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: index_type: 0 2023-10-26T08:13:27.848 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: data_block_index_type: 0 2023-10-26T08:13:27.849 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: data_block_hash_table_util_ratio: 0.750000 2023-10-26T08:13:27.849 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: hash_index_allow_collision: 1 2023-10-26T08:13:27.849 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: checksum: 1 2023-10-26T08:13:27.849 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: no_block_cache: 0 2023-10-26T08:13:27.849 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: block_cache: 0x5585190b0610 2023-10-26T08:13:27.850 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: block_cache_name: BinnedLRUCache 2023-10-26T08:13:27.850 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: block_cache_options: 2023-10-26T08:13:27.850 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: capacity : 536870912 2023-10-26T08:13:27.850 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: num_shard_bits : 4 2023-10-26T08:13:27.850 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: strict_capacity_limit : 0 2023-10-26T08:13:27.851 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: high_pri_pool_ratio: 0.000 2023-10-26T08:13:27.851 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: block_cache_compressed: (nil) 2023-10-26T08:13:27.851 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: persistent_cache: (nil) 2023-10-26T08:13:27.851 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: block_size: 4096 2023-10-26T08:13:27.851 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: block_size_deviation: 10 2023-10-26T08:13:27.851 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: block_restart_interval: 16 2023-10-26T08:13:27.852 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: index_block_restart_interval: 1 2023-10-26T08:13:27.852 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: metadata_block_size: 4096 2023-10-26T08:13:27.852 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: partition_filters: 0 2023-10-26T08:13:27.852 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: use_delta_encoding: 1 2023-10-26T08:13:27.853 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-26T08:13:27.853 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: whole_key_filtering: 1 2023-10-26T08:13:27.853 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: verify_compression: 0 2023-10-26T08:13:27.853 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: read_amp_bytes_per_bit: 0 2023-10-26T08:13:27.853 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: format_version: 2 2023-10-26T08:13:27.854 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: enable_index_compression: 1 2023-10-26T08:13:27.854 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: block_align: 0 2023-10-26T08:13:27.854 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-26T08:13:27.854 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-26T08:13:27.854 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compression: NoCompression 2023-10-26T08:13:27.855 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-26T08:13:27.855 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-26T08:13:27.855 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-26T08:13:27.855 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.num_levels: 7 2023-10-26T08:13:27.855 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-26T08:13:27.855 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-26T08:13:27.856 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-26T08:13:27.856 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-26T08:13:27.856 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-26T08:13:27.856 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-26T08:13:27.856 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-26T08:13:27.857 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-26T08:13:27.857 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-26T08:13:27.857 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compression_opts.level: 32767 2023-10-26T08:13:27.857 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-26T08:13:27.857 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-26T08:13:27.858 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-26T08:13:27.858 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compression_opts.enabled: false 2023-10-26T08:13:27.858 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-26T08:13:27.858 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-26T08:13:27.858 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-26T08:13:27.859 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-26T08:13:27.859 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-26T08:13:27.859 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-26T08:13:27.859 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-26T08:13:27.860 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-26T08:13:27.860 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-26T08:13:27.860 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-26T08:13:27.860 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-26T08:13:27.861 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-26T08:13:27.861 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-26T08:13:27.861 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-26T08:13:27.861 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-26T08:13:27.861 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-26T08:13:27.862 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-26T08:13:27.862 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.arena_block_size: 4194304 2023-10-26T08:13:27.862 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-26T08:13:27.862 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-26T08:13:27.862 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-26T08:13:27.863 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-26T08:13:27.863 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-26T08:13:27.863 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-26T08:13:27.863 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-26T08:13:27.863 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-26T08:13:27.864 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-26T08:13:27.864 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-26T08:13:27.864 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-26T08:13:27.864 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-26T08:13:27.864 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-26T08:13:27.865 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-26T08:13:27.865 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.table_properties_collectors: 2023-10-26T08:13:27.865 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.inplace_update_support: 0 2023-10-26T08:13:27.865 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-26T08:13:27.865 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-26T08:13:27.865 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-26T08:13:27.866 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-26T08:13:27.866 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.bloom_locality: 0 2023-10-26T08:13:27.866 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.max_successive_merges: 0 2023-10-26T08:13:27.866 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-26T08:13:27.866 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-26T08:13:27.867 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.force_consistency_checks: 0 2023-10-26T08:13:27.867 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-26T08:13:27.867 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: Options.ttl: 0 2023-10-26T08:13:27.867 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 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 2023-10-26T08:13:27.867 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2023-10-26T08:13:27.868 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1698308007671135, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-10-26T08:13:27.868 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.664+0000 7fb559b706c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2023-10-26T08:13:27.868 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.668+0000 7fb559b706c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1698308007672244, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 66234, "table_properties": {"data_size": 64529, "index_size": 310, "filter_size": 581, "raw_key_size": 8630, "raw_average_key_size": 46, "raw_value_size": 59545, "raw_average_value_size": 321, "num_data_blocks": 10, "num_entries": 185, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2023-10-26T08:13:27.868 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.668+0000 7fb559b706c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2023-10-26T08:13:27.868 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.668+0000 7fb559b706c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1698308007673360, "job": 1, "event": "recovery_finished"} 2023-10-26T08:13:27.868 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.668+0000 7fb559b706c0 4 rocksdb: DB pointer 0x55851914c400 2023-10-26T08:13:27.869 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: debug 2023-10-26T08:13:27.672+0000 7fb559b706c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] at bind addrs [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:13:27.869 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: audit 2023-10-26T08:13:24.977524+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.12:0/2025012842' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:13:27.869 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: cluster 2023-10-26T08:13:27.681129+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-10-26T08:13:27.869 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: cluster 2023-10-26T08:13:27.681206+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0]} 2023-10-26T08:13:27.869 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: cluster 2023-10-26T08:13:27.681252+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2023-10-26T08:13:27.870 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: cluster 2023-10-26T08:13:27.681291+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-10-26T08:13:27.870 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:27 smithi012 bash[23428]: cluster 2023-10-26T08:13:27.681759+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-10-26T08:13:28.625 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Creating mgr... 2023-10-26T08:13:28.627 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2023-10-26T08:13:28.825 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.y 2023-10-26T08:13:28.835 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.y 2023-10-26T08:13:28.840 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.y.service: Unit ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.y.service not loaded. 2023-10-26T08:13:28.840 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.y 2023-10-26T08:13:28.846 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7.target.wants/ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.y.service -> /etc/systemd/system/ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@.service. 2023-10-26T08:13:29.028 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Running command: systemctl start ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.y 2023-10-26T08:13:29.035 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:28 smithi012 bash[23428]: audit 2023-10-26T08:13:27.950910+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.12:0/1385813107' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2023-10-26T08:13:29.035 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:28 smithi012 bash[23428]: audit 2023-10-26T08:13:27.956581+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.12:0/1385813107' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2023-10-26T08:13:29.064 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:firewalld does not appear to be present 2023-10-26T08:13:29.064 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-26T08:13:29.064 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Wrote config to /etc/ceph/ceph.conf 2023-10-26T08:13:29.065 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Waiting for mgr to start... 2023-10-26T08:13:29.065 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Waiting for mgr... 2023-10-26T08:13:29.065 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-10-26T08:13:29.065 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-10-26T08:13:29.324 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:29 smithi012 docker[23666]: Error response from daemon: No such container: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-mgr.y 2023-10-26T08:13:29.324 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:29 smithi012 systemd[1]: Started Ceph mgr.y for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:13:30.473 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-10-26T08:13:30.473 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:30.474 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "6a98a15c-73d7-11ee-8db9-212e2dc638e7", 2023-10-26T08:13:30.474 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-10-26T08:13:30.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-10-26T08:13:30.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-10-26T08:13:30.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-10-26T08:13:30.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:30.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-10-26T08:13:30.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-10-26T08:13:30.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-10-26T08:13:30.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:30.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-10-26T08:13:30.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-10-26T08:13:30.477 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:30.477 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 2, 2023-10-26T08:13:30.477 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-10-26T08:13:30.477 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-10-26T08:13:30.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-10-26T08:13:30.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-10-26T08:13:30.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:30.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-10-26T08:13:30.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-10-26T08:13:30.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-10-26T08:13:30.479 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-10-26T08:13:30.480 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-10-26T08:13:30.480 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-10-26T08:13:30.480 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-10-26T08:13:30.480 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-10-26T08:13:30.480 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:30.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-10-26T08:13:30.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-10-26T08:13:30.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-10-26T08:13:30.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-10-26T08:13:30.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-10-26T08:13:30.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-10-26T08:13:30.482 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-10-26T08:13:30.482 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-10-26T08:13:30.482 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-10-26T08:13:30.482 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:30.482 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-10-26T08:13:30.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-10-26T08:13:30.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-10-26T08:13:30.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-10-26T08:13:30.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:30.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-10-26T08:13:30.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2023-10-26T08:13:30.484 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-10-26T08:13:30.484 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-10-26T08:13:30.484 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-10-26T08:13:30.484 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-10-26T08:13:30.484 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:30.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-10-26T08:13:30.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:30.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-10-26T08:13:30.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-10-26T08:13:30.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-10-26T08:13:21.357142+0000", 2023-10-26T08:13:30.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-10-26T08:13:30.486 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:30.486 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-10-26T08:13:30.486 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:30.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:30 smithi012 bash[23428]: audit 2023-10-26T08:13:30.464265+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.12:0/1417516186' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-26T08:13:31.089 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:mgr not available, waiting (1/10)... 2023-10-26T08:13:32.090 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-10-26T08:13:32.091 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-10-26T08:13:33.198 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-10-26T08:13:33.199 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:33.199 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "6a98a15c-73d7-11ee-8db9-212e2dc638e7", 2023-10-26T08:13:33.199 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-10-26T08:13:33.199 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-10-26T08:13:33.200 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-10-26T08:13:33.200 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-10-26T08:13:33.200 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:33.200 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-10-26T08:13:33.200 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-10-26T08:13:33.201 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-10-26T08:13:33.201 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:33.201 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-10-26T08:13:33.201 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-10-26T08:13:33.201 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:33.201 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 5, 2023-10-26T08:13:33.202 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-10-26T08:13:33.202 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-10-26T08:13:33.202 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-10-26T08:13:33.202 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-10-26T08:13:33.202 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:33.203 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-10-26T08:13:33.203 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-10-26T08:13:33.203 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-10-26T08:13:33.203 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-10-26T08:13:33.203 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-10-26T08:13:33.204 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-10-26T08:13:33.204 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-10-26T08:13:33.204 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-10-26T08:13:33.204 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:33.204 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-10-26T08:13:33.204 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-10-26T08:13:33.205 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-10-26T08:13:33.205 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-10-26T08:13:33.205 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-10-26T08:13:33.205 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-10-26T08:13:33.205 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-10-26T08:13:33.205 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-10-26T08:13:33.206 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-10-26T08:13:33.206 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:33.206 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-10-26T08:13:33.206 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-10-26T08:13:33.206 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-10-26T08:13:33.207 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-10-26T08:13:33.207 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:33.207 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-10-26T08:13:33.207 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2023-10-26T08:13:33.207 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-10-26T08:13:33.209 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-10-26T08:13:33.210 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-10-26T08:13:33.210 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-10-26T08:13:33.210 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:33.210 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-10-26T08:13:33.210 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:33.211 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-10-26T08:13:33.211 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-10-26T08:13:33.211 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-10-26T08:13:21.357142+0000", 2023-10-26T08:13:33.211 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-10-26T08:13:33.211 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:33.211 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-10-26T08:13:33.212 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:33.877 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:mgr not available, waiting (2/10)... 2023-10-26T08:13:34.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:33 smithi012 bash[23428]: audit 2023-10-26T08:13:33.189961+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.12:0/1503624432' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-26T08:13:34.879 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-10-26T08:13:34.879 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-10-26T08:13:35.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:35 smithi012 bash[23428]: cluster 2023-10-26T08:13:34.609262+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon y 2023-10-26T08:13:35.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:35 smithi012 bash[23428]: cluster 2023-10-26T08:13:34.615933+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00688577s) 2023-10-26T08:13:35.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:35 smithi012 bash[23428]: audit 2023-10-26T08:13:34.617754+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.12:0/2835012513' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-26T08:13:35.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:35 smithi012 bash[23428]: audit 2023-10-26T08:13:34.618060+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.12:0/2835012513' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-26T08:13:35.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:35 smithi012 bash[23428]: audit 2023-10-26T08:13:34.618413+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.12:0/2835012513' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-26T08:13:35.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:35 smithi012 bash[23428]: audit 2023-10-26T08:13:34.619499+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.12:0/2835012513' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-26T08:13:35.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:35 smithi012 bash[23428]: audit 2023-10-26T08:13:34.619973+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.12:0/2835012513' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-10-26T08:13:35.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:35 smithi012 bash[23428]: cluster 2023-10-26T08:13:34.625079+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2023-10-26T08:13:36.574 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:36 smithi012 bash[23428]: audit 2023-10-26T08:13:34.644728+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.12:0/2835012513' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-10-26T08:13:36.574 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:36 smithi012 bash[23428]: audit 2023-10-26T08:13:35.071919+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.12:0/2835012513' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-10-26T08:13:36.575 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:36 smithi012 bash[23428]: cluster 2023-10-26T08:13:35.072007+0000 mon.a (mon.0) 20 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-10-26T08:13:36.575 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:36 smithi012 bash[23428]: audit 2023-10-26T08:13:35.073761+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.12:0/2835012513' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-10-26T08:13:36.575 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:36 smithi012 bash[23428]: audit 2023-10-26T08:13:35.083605+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.12:0/2835012513' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"06918273-9b3d-42fe-a427-0526444d028c"}]: dispatch 2023-10-26T08:13:36.575 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:36 smithi012 bash[23428]: audit 2023-10-26T08:13:35.088031+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.12:0/2835012513' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"06918273-9b3d-42fe-a427-0526444d028c"}]': finished 2023-10-26T08:13:36.576 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:36 smithi012 bash[23428]: audit 2023-10-26T08:13:35.088488+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.12:0/2835012513' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"ac1b7b1d-b023-4b93-b1d1-af06747027b3"}]: dispatch 2023-10-26T08:13:36.576 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:36 smithi012 bash[23428]: audit 2023-10-26T08:13:35.094540+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.12:0/2835012513' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"ac1b7b1d-b023-4b93-b1d1-af06747027b3"}]': finished 2023-10-26T08:13:36.576 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:36 smithi012 bash[23428]: cluster 2023-10-26T08:13:35.619516+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e3: y(active, since 1.01049s) 2023-10-26T08:13:36.998 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-10-26T08:13:36.998 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:36.998 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "6a98a15c-73d7-11ee-8db9-212e2dc638e7", 2023-10-26T08:13:36.998 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-10-26T08:13:36.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-10-26T08:13:36.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-10-26T08:13:36.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-10-26T08:13:36.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:36.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-10-26T08:13:37.000 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-10-26T08:13:37.000 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-10-26T08:13:37.000 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:37.000 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-10-26T08:13:37.000 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-10-26T08:13:37.001 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:37.001 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 9, 2023-10-26T08:13:37.001 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-10-26T08:13:37.001 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-10-26T08:13:37.001 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-10-26T08:13:37.002 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-10-26T08:13:37.002 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:37.002 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-10-26T08:13:37.002 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 3, 2023-10-26T08:13:37.002 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-10-26T08:13:37.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-10-26T08:13:37.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-10-26T08:13:37.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-10-26T08:13:37.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-10-26T08:13:37.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-10-26T08:13:37.004 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:37.004 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-10-26T08:13:37.004 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-10-26T08:13:37.004 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-10-26T08:13:37.004 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-10-26T08:13:37.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-10-26T08:13:37.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-10-26T08:13:37.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-10-26T08:13:37.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-10-26T08:13:37.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-10-26T08:13:37.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:37.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-10-26T08:13:37.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-10-26T08:13:37.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-10-26T08:13:37.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-10-26T08:13:37.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:37.007 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-10-26T08:13:37.007 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2023-10-26T08:13:37.007 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-10-26T08:13:37.007 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-10-26T08:13:37.007 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-10-26T08:13:37.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-10-26T08:13:37.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:37.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-10-26T08:13:37.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:37.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-10-26T08:13:37.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-10-26T08:13:37.009 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-10-26T08:13:21.357142+0000", 2023-10-26T08:13:37.009 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-10-26T08:13:37.009 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:37.009 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-10-26T08:13:37.009 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:37.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:37 smithi012 bash[23428]: audit 2023-10-26T08:13:36.075034+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.12:0/2835012513' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-10-26T08:13:37.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:37 smithi012 bash[23428]: cluster 2023-10-26T08:13:36.075126+0000 mon.a (mon.0) 28 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-10-26T08:13:37.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:37 smithi012 bash[23428]: audit 2023-10-26T08:13:36.084724+0000 mon.a (mon.0) 29 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-26T08:13:37.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:37 smithi012 bash[23428]: audit 2023-10-26T08:13:36.988604+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-26T08:13:37.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:37 smithi012 bash[23428]: audit 2023-10-26T08:13:36.988852+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.12:0/693723138' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-26T08:13:37.716 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Enabling cephadm module... 2023-10-26T08:13:37.716 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'cephadm'] 2023-10-26T08:13:37.716 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable cephadm 2023-10-26T08:13:38.353 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:38 smithi012 bash[23428]: cluster 2023-10-26T08:13:37.085126+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e4: y(active, since 2s) 2023-10-26T08:13:39.574 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:39 smithi012 bash[23687]: ignoring --setuser ceph since I am not root 2023-10-26T08:13:39.574 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:39 smithi012 bash[23687]: ignoring --setgroup ceph since I am not root 2023-10-26T08:13:39.574 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:39 smithi012 bash[23428]: audit 2023-10-26T08:13:38.916154+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.12:0/2952434443' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-26T08:13:39.754 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2023-10-26T08:13:39.754 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2023-10-26T08:13:40.375 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:40 smithi012 bash[23428]: audit 2023-10-26T08:13:39.102589+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.12:0/2952434443' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-26T08:13:40.375 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:40 smithi012 bash[23428]: cluster 2023-10-26T08:13:39.102697+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: y(active, since 4s) 2023-10-26T08:13:41.258 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.259 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 5, 2023-10-26T08:13:41.259 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14100, 2023-10-26T08:13:41.259 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2023-10-26T08:13:41.259 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2023-10-26T08:13:41.260 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-10-26T08:13:41.260 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.260 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-10-26T08:13:41.260 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.12:6800", 2023-10-26T08:13:41.260 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 216392357 2023-10-26T08:13:41.260 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.261 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.261 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2023-10-26T08:13:41.261 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.12:6801", 2023-10-26T08:13:41.261 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 216392357 2023-10-26T08:13:41.261 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.262 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-10-26T08:13:41.262 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.262 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.12:6801/216392357", 2023-10-26T08:13:41.262 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2023-10-26T08:13:34.609013+0000", 2023-10-26T08:13:41.262 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2023-10-26T08:13:41.263 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2023-10-26T08:13:41.263 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2023-10-26T08:13:41.263 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-10-26T08:13:41.263 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-10-26T08:13:41.263 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-10-26T08:13:41.263 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-10-26T08:13:41.264 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.264 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2023-10-26T08:13:41.264 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.264 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2023-10-26T08:13:41.264 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.265 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.265 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.265 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-10-26T08:13:41.265 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-10-26T08:13:41.265 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:41.266 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.266 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.266 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-10-26T08:13:41.266 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.266 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.266 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.267 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2023-10-26T08:13:41.267 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.267 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.267 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.267 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.268 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.268 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.268 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.268 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.268 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.268 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.269 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.269 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.269 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.269 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.269 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.270 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.270 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.270 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.270 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.270 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.271 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.271 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.271 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.271 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.271 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.271 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.272 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.272 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.272 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.272 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.272 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.273 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.273 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.273 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.273 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.273 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.274 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.274 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.274 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.274 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.274 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.275 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.275 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.275 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.275 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.275 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.275 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.276 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.276 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.276 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.276 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.276 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.277 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.277 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.277 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.277 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.277 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.277 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.278 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.278 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.278 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.278 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.278 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.279 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.279 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.279 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.279 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.279 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.280 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.280 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.280 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.280 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.280 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.280 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.281 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2023-10-26T08:13:41.281 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2023-10-26T08:13:41.281 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.281 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.281 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.281 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.282 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.282 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.282 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.282 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2023-10-26T08:13:41.282 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.282 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.283 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.283 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.283 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2023-10-26T08:13:41.283 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2023-10-26T08:13:41.283 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.283 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.284 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.284 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2023-10-26T08:13:41.284 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.284 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.284 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.285 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2023-10-26T08:13:41.285 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.285 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.285 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.285 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.285 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2023-10-26T08:13:41.285 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2023-10-26T08:13:41.286 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.286 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.286 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.286 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.286 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.287 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.287 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.287 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2023-10-26T08:13:41.287 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.287 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.287 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.288 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.288 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2023-10-26T08:13:41.288 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2023-10-26T08:13:41.288 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.288 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.289 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.289 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.289 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.289 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.289 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.289 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2023-10-26T08:13:41.290 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.290 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.290 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.290 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.290 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2023-10-26T08:13:41.291 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2023-10-26T08:13:41.291 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.291 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.291 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.291 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2023-10-26T08:13:41.291 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.292 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.292 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.292 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2023-10-26T08:13:41.292 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.292 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.292 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.293 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.293 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2023-10-26T08:13:41.293 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2023-10-26T08:13:41.293 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.293 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.293 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.294 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.294 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.294 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.294 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.294 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2023-10-26T08:13:41.295 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.295 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.295 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.295 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.295 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2023-10-26T08:13:41.295 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2023-10-26T08:13:41.296 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.296 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.296 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.296 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.296 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.296 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.297 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.297 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2023-10-26T08:13:41.297 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.297 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.297 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.297 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.298 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2023-10-26T08:13:41.298 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2023-10-26T08:13:41.298 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.298 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.298 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.298 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.299 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.299 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.299 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.299 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2023-10-26T08:13:41.299 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.299 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.300 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.300 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.300 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.300 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.300 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.300 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2023-10-26T08:13:41.301 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.301 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.301 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.301 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2023-10-26T08:13:41.301 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2023-10-26T08:13:41.302 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.302 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.302 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.302 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.302 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.302 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.303 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.303 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2023-10-26T08:13:41.303 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.303 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.303 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.304 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.304 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2023-10-26T08:13:41.304 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2023-10-26T08:13:41.304 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.304 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.304 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.305 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2023-10-26T08:13:41.305 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.305 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.305 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.305 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2023-10-26T08:13:41.306 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-10-26T08:13:41.306 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.306 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.306 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.306 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2023-10-26T08:13:41.307 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2023-10-26T08:13:41.307 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-10-26T08:13:41.307 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.307 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.307 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-10-26T08:13:41.307 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-10-26T08:13:41.308 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-10-26T08:13:41.308 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.308 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-10-26T08:13:41.308 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-10-26T08:13:41.308 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.308 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.309 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.309 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2023-10-26T08:13:41.309 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2023-10-26T08:13:41.309 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-10-26T08:13:41.309 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.310 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.310 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2023-10-26T08:13:41.310 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-10-26T08:13:41.310 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2023-10-26T08:13:41.310 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.311 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2023-10-26T08:13:41.311 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.311 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.311 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.311 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.311 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2023-10-26T08:13:41.312 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2023-10-26T08:13:41.312 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.312 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.312 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.312 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2023-10-26T08:13:41.313 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.313 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.313 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.313 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2023-10-26T08:13:41.313 INFO:teuthology.orchestra.run.smithi012.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.", 2023-10-26T08:13:41.313 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.314 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.314 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.314 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2023-10-26T08:13:41.314 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2023-10-26T08:13:41.314 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-10-26T08:13:41.315 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.315 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.315 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2023-10-26T08:13:41.315 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2023-10-26T08:13:41.315 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2023-10-26T08:13:41.316 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.316 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2023-10-26T08:13:41.316 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-10-26T08:13:41.316 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.316 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.316 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.317 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2023-10-26T08:13:41.317 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2023-10-26T08:13:41.317 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.317 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.317 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.317 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2023-10-26T08:13:41.318 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.318 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.318 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.318 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2023-10-26T08:13:41.318 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-10-26T08:13:41.319 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.319 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.319 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.319 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2023-10-26T08:13:41.319 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2023-10-26T08:13:41.320 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-10-26T08:13:41.320 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.320 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.320 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-10-26T08:13:41.320 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-10-26T08:13:41.320 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-10-26T08:13:41.321 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.321 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-10-26T08:13:41.321 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-10-26T08:13:41.321 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.321 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.321 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.322 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.322 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.322 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.322 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.322 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.323 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.323 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.323 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.323 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.323 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.323 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.324 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.324 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.324 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.324 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.324 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.325 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.325 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.325 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.325 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.325 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.325 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.326 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.326 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.326 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.326 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.326 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.327 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.327 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.327 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.327 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.327 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.327 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.328 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.328 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.328 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.328 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.328 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.329 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.329 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.329 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.329 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.329 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.329 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.330 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.330 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.330 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.330 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.330 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.331 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.331 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.331 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.331 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.331 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.332 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.332 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.332 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.332 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.332 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.332 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.333 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.333 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.333 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.333 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.333 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.333 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.334 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.334 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.334 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.334 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.334 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2023-10-26T08:13:41.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2023-10-26T08:13:41.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-10-26T08:13:41.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-10-26T08:13:41.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.336 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.336 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.336 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2023-10-26T08:13:41.336 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.336 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-10-26T08:13:41.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-10-26T08:13:41.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.338 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.338 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2023-10-26T08:13:41.338 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.338 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.338 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.338 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2023-10-26T08:13:41.339 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2023-10-26T08:13:41.339 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2023-10-26T08:13:41.339 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.339 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2023-10-26T08:13:41.339 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.339 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.340 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.340 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.340 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2023-10-26T08:13:41.340 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2023-10-26T08:13:41.340 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.340 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.341 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.341 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.341 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.341 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.341 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.341 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2023-10-26T08:13:41.342 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.342 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.342 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.342 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.342 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-10-26T08:13:41.343 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-10-26T08:13:41.343 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:41.343 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.343 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.343 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-10-26T08:13:41.344 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.344 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.344 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.344 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2023-10-26T08:13:41.344 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.344 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.345 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.345 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.345 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2023-10-26T08:13:41.345 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2023-10-26T08:13:41.345 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.346 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.346 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.346 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-10-26T08:13:41.346 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-10-26T08:13:41.346 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.347 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.347 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2023-10-26T08:13:41.347 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2023-10-26T08:13:41.347 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.347 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.347 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.348 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2023-10-26T08:13:41.348 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2023-10-26T08:13:41.348 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-10-26T08:13:41.348 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.348 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.349 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-10-26T08:13:41.349 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.349 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.349 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.349 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2023-10-26T08:13:41.349 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.350 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.350 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.350 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.350 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.350 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.350 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.351 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2023-10-26T08:13:41.351 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.351 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.351 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.351 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2023-10-26T08:13:41.352 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2023-10-26T08:13:41.352 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.352 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.352 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.352 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.352 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.353 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.353 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.353 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-10-26T08:13:41.353 INFO:teuthology.orchestra.run.smithi012.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.", 2023-10-26T08:13:41.353 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.354 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.354 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.354 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2023-10-26T08:13:41.354 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2023-10-26T08:13:41.354 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.354 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.355 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.355 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2023-10-26T08:13:41.355 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.355 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.355 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.356 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2023-10-26T08:13:41.356 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.356 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.356 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.356 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.356 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2023-10-26T08:13:41.356 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2023-10-26T08:13:41.357 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:41.357 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.357 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.357 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-10-26T08:13:41.357 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.358 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.358 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.358 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2023-10-26T08:13:41.358 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.358 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.359 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.359 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.359 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2023-10-26T08:13:41.359 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2023-10-26T08:13:41.359 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:41.359 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.360 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.360 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2023-10-26T08:13:41.360 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.360 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.360 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.360 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2023-10-26T08:13:41.361 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.361 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.361 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.361 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.361 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2023-10-26T08:13:41.362 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2023-10-26T08:13:41.362 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:41.362 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.362 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.362 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-10-26T08:13:41.362 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.363 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.363 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.363 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2023-10-26T08:13:41.363 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.363 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.364 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.364 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.364 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.364 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.364 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.364 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.365 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.365 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.365 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.365 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.365 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.366 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.366 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.366 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.366 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.366 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.367 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.367 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.367 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.367 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.368 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.368 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.368 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.368 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.368 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.369 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.369 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.369 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.369 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.369 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.369 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.370 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.370 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-10-26T08:13:41.370 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.370 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.370 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.371 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.371 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.371 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.371 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.371 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.371 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.372 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.372 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.372 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.372 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.372 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.372 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.373 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.373 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.373 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.373 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.373 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.374 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.374 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.374 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.374 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.374 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.375 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.375 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.375 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.375 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.375 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.375 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.376 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.376 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.376 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.376 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.376 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.376 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.377 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.377 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.377 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-10-26T08:13:41.377 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-10-26T08:13:41.377 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.377 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.378 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.378 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2023-10-26T08:13:41.378 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.378 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.378 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.378 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2023-10-26T08:13:41.379 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2023-10-26T08:13:41.379 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.379 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2023-10-26T08:13:41.379 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.379 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.379 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.380 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.380 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2023-10-26T08:13:41.380 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2023-10-26T08:13:41.380 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.380 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.381 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.381 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:41.381 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.381 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.381 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.381 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2023-10-26T08:13:41.382 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.382 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.382 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.382 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.382 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2023-10-26T08:13:41.383 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2023-10-26T08:13:41.383 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.383 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.383 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.383 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.384 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.384 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.384 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.384 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2023-10-26T08:13:41.384 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.385 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.385 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.385 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.385 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2023-10-26T08:13:41.385 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2023-10-26T08:13:41.385 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.386 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.386 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.386 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.386 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.386 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.386 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.387 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-10-26T08:13:41.387 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.387 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.387 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.387 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.387 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2023-10-26T08:13:41.388 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2023-10-26T08:13:41.388 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.388 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.388 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.388 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.389 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.389 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.389 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.389 INFO:teuthology.orchestra.run.smithi012.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", 2023-10-26T08:13:41.389 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.389 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.390 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.390 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.390 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.390 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.390 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.391 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2023-10-26T08:13:41.391 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.391 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.391 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.391 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.391 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.392 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.392 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.392 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.392 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.392 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.392 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.393 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.393 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.393 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.393 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.393 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.394 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.394 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.394 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.394 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.394 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.394 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.395 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.395 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.395 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.395 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.395 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.395 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.396 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.396 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.396 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.396 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.396 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.397 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.397 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.397 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.397 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.397 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.397 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.398 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.398 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.398 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.398 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.398 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.398 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.399 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.399 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.399 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.399 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.399 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.400 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.400 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.400 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.400 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.400 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.400 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.401 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.401 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.401 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.401 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.401 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.402 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.402 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.402 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.402 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.402 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.403 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.403 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.403 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.403 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.403 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.403 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.404 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.404 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2023-10-26T08:13:41.404 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2023-10-26T08:13:41.404 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:41.404 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.404 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.405 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2023-10-26T08:13:41.405 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.405 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.405 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.405 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2023-10-26T08:13:41.405 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.406 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.406 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.406 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.406 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2023-10-26T08:13:41.406 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2023-10-26T08:13:41.407 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:41.407 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.407 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.407 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2023-10-26T08:13:41.407 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.407 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.408 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.408 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2023-10-26T08:13:41.408 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.408 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.408 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.408 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.409 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.409 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.409 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.409 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2023-10-26T08:13:41.409 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.409 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.410 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.410 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2023-10-26T08:13:41.410 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2023-10-26T08:13:41.410 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.410 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.410 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.411 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.411 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.411 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.411 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.411 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.412 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.412 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.412 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.412 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.412 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2023-10-26T08:13:41.412 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2023-10-26T08:13:41.412 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.413 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.413 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.413 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.413 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.413 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.413 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.414 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.414 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.414 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.414 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.414 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.415 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2023-10-26T08:13:41.415 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-10-26T08:13:41.415 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.415 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.415 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.415 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.416 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.416 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.416 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.416 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.416 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.416 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.416 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.417 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.417 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2023-10-26T08:13:41.417 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2023-10-26T08:13:41.417 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.417 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.417 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.418 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.418 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.418 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.418 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.418 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.419 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.419 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.419 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.419 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.419 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2023-10-26T08:13:41.419 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2023-10-26T08:13:41.420 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.420 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.420 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.420 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.420 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.421 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.421 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.421 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.421 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.421 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.421 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.422 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.422 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2023-10-26T08:13:41.422 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2023-10-26T08:13:41.422 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.422 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.423 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.423 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.423 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.423 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.423 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.423 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.424 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.424 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.424 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.424 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.424 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2023-10-26T08:13:41.425 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2023-10-26T08:13:41.425 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.425 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.425 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.425 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.426 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.426 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.426 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.426 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.426 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.426 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.427 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.427 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.427 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2023-10-26T08:13:41.427 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2023-10-26T08:13:41.427 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.428 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.428 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.428 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.428 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.428 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.428 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.429 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.429 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.429 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.429 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.429 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.430 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2023-10-26T08:13:41.430 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2023-10-26T08:13:41.430 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.430 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.430 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.430 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.431 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.431 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.431 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.433 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.433 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.433 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.434 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.434 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.434 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2023-10-26T08:13:41.434 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2023-10-26T08:13:41.434 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.434 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.435 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.435 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.435 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.435 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.435 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.436 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.436 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.436 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.436 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.436 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.436 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-10-26T08:13:41.437 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-10-26T08:13:41.437 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.437 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.437 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.437 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.437 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.438 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.438 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.438 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.438 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.438 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.439 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.439 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.439 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2023-10-26T08:13:41.439 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2023-10-26T08:13:41.439 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.439 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.440 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.440 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-10-26T08:13:41.440 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.440 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.440 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.440 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.441 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.441 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.441 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.441 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.441 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2023-10-26T08:13:41.441 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-10-26T08:13:41.442 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.442 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.442 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.442 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.442 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.443 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.443 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.443 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.443 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.443 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.443 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.444 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.444 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2023-10-26T08:13:41.444 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2023-10-26T08:13:41.444 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.444 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.444 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.445 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.445 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.445 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.445 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.445 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.445 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.446 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.446 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.446 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.446 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2023-10-26T08:13:41.446 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2023-10-26T08:13:41.447 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.447 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.447 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.447 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-10-26T08:13:41.447 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.447 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.448 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.448 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.448 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.448 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.448 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.448 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.449 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-10-26T08:13:41.449 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-10-26T08:13:41.449 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.449 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.449 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.449 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.450 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.450 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.450 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.450 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.450 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.450 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.451 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.451 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.451 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2023-10-26T08:13:41.451 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-10-26T08:13:41.451 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.451 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.452 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.452 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.452 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.452 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.452 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.453 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.453 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.453 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.453 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.453 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.453 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2023-10-26T08:13:41.454 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2023-10-26T08:13:41.454 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.454 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.454 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.454 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.455 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.455 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.455 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.455 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.455 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.455 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.456 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.456 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.456 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-10-26T08:13:41.456 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-10-26T08:13:41.456 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.456 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.456 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.457 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.457 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.457 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.457 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.457 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.457 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.458 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.458 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.458 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.458 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-10-26T08:13:41.458 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-10-26T08:13:41.459 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.459 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.459 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.459 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.459 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.459 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.460 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.460 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.460 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.460 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.460 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.460 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.460 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-10-26T08:13:41.461 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-10-26T08:13:41.461 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.461 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.461 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.461 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.461 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.462 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.462 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.462 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.462 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.462 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.463 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.463 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.463 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-10-26T08:13:41.463 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-10-26T08:13:41.463 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.463 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.464 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.464 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.464 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.464 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.464 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.464 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.465 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.465 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.465 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.465 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.465 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-10-26T08:13:41.465 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-10-26T08:13:41.466 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.466 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.466 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.466 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.466 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.467 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.467 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.467 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.467 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.467 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.467 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.468 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.468 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-10-26T08:13:41.468 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-10-26T08:13:41.468 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.468 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.468 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.469 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.469 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.469 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.469 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.469 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.469 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.470 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.470 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.470 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.470 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-10-26T08:13:41.470 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-10-26T08:13:41.470 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.471 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.471 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.471 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.471 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.471 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.472 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.472 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.472 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.472 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.472 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.472 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.473 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2023-10-26T08:13:41.473 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2023-10-26T08:13:41.473 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.473 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.473 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.473 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.474 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.474 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.474 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.474 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.474 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.474 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-10-26T08:13:41.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-10-26T08:13:41.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-10-26T08:13:41.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.477 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.477 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.477 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.477 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.477 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-10-26T08:13:41.477 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-10-26T08:13:41.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-10-26T08:13:41.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.479 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.479 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.479 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.479 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.479 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.479 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.480 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2023-10-26T08:13:41.480 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-10-26T08:13:41.480 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.480 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.480 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.480 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2023-10-26T08:13:41.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.482 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.482 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.482 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2023-10-26T08:13:41.482 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2023-10-26T08:13:41.482 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.482 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2023-10-26T08:13:41.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.484 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.484 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.484 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.484 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.484 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2023-10-26T08:13:41.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2023-10-26T08:13:41.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.486 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.486 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.486 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.486 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.486 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.486 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.487 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.487 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2023-10-26T08:13:41.487 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-10-26T08:13:41.487 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.487 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.487 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.488 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-10-26T08:13:41.488 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.488 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.488 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.488 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.488 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.489 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.489 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.489 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.489 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2023-10-26T08:13:41.489 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2023-10-26T08:13:41.489 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.490 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.490 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.490 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.490 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.490 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.490 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.491 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.491 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.491 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.491 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.491 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.491 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2023-10-26T08:13:41.492 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2023-10-26T08:13:41.492 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.492 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.492 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.492 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2023-10-26T08:13:41.492 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.493 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.493 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.493 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.493 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.493 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.493 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.494 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.494 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2023-10-26T08:13:41.494 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2023-10-26T08:13:41.494 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.494 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.495 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.495 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2023-10-26T08:13:41.495 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.495 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.495 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.495 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.496 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.496 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.496 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.496 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.496 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2023-10-26T08:13:41.496 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2023-10-26T08:13:41.497 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.497 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.497 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.497 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.497 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.497 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.498 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.498 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.498 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.498 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.498 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.498 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.499 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2023-10-26T08:13:41.499 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2023-10-26T08:13:41.499 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.499 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.499 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2023-10-26T08:13:41.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2023-10-26T08:13:41.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.503 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.503 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.503 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.503 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.503 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.503 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2023-10-26T08:13:41.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-10-26T08:13:41.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-10-26T08:13:41.505 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.505 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.505 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.505 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.505 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.505 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-10-26T08:13:41.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-10-26T08:13:41.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-10-26T08:13:41.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-10-26T08:13:41.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-10-26T08:13:41.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-10-26T08:13:41.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2023-10-26T08:13:41.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2023-10-26T08:13:41.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.512 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.512 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.512 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.512 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.512 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2023-10-26T08:13:41.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2023-10-26T08:13:41.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.515 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2023-10-26T08:13:41.515 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.515 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.515 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.515 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2023-10-26T08:13:41.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2023-10-26T08:13:41.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2023-10-26T08:13:41.517 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.517 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.517 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.517 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.517 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.518 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.518 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.518 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.518 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-10-26T08:13:41.518 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-10-26T08:13:41.518 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.520 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.520 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.520 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.520 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.520 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.521 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.521 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.521 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.521 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.521 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.521 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.523 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.523 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.523 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.523 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.523 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.523 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.525 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.525 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.525 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.525 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.525 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.527 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.527 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.527 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.527 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.527 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.529 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.529 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.529 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.529 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.529 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.529 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.530 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.530 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.530 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.530 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.530 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.532 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.532 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.532 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.532 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.532 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-10-26T08:13:41.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-10-26T08:13:41.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.534 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.534 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.534 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.534 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.534 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-10-26T08:13:41.536 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-10-26T08:13:41.536 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.536 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.536 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.536 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2023-10-26T08:13:41.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.538 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.538 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.538 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-10-26T08:13:41.538 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-10-26T08:13:41.538 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.539 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.539 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.539 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2023-10-26T08:13:41.539 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.539 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.539 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.540 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.540 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.540 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.540 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.540 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.541 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-10-26T08:13:41.541 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-10-26T08:13:41.541 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.541 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.541 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.541 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.542 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.542 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.542 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.542 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.542 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.543 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.543 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.543 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.543 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2023-10-26T08:13:41.543 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2023-10-26T08:13:41.543 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.544 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.544 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.544 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2023-10-26T08:13:41.544 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.544 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.545 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.545 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.545 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.545 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.545 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.545 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.546 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2023-10-26T08:13:41.546 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2023-10-26T08:13:41.546 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.546 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.546 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.547 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2023-10-26T08:13:41.547 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.547 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.547 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.547 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.548 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2023-10-26T08:13:41.548 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.548 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.548 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.548 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.548 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.549 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.549 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2023-10-26T08:13:41.549 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2023-10-26T08:13:41.549 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.549 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.549 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.550 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2023-10-26T08:13:41.550 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2023-10-26T08:13:41.550 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2023-10-26T08:13:41.550 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.550 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.550 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.551 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.551 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.551 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.551 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2023-10-26T08:13:41.551 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2023-10-26T08:13:41.551 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.552 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.552 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.552 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.552 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.552 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.552 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.553 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.553 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.553 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.553 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.553 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.554 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-10-26T08:13:41.554 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-10-26T08:13:41.554 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.554 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.554 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.554 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.555 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.555 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.555 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.555 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.555 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.556 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.556 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.556 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.556 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.556 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.556 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.557 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2023-10-26T08:13:41.557 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.557 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.557 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.557 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2023-10-26T08:13:41.557 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2023-10-26T08:13:41.558 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.558 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.558 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.558 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.558 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.559 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.559 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.559 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2023-10-26T08:13:41.559 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.559 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.559 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.560 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.560 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.560 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.560 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.560 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.561 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.561 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.561 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.561 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.561 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.561 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.562 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.562 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.562 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.562 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.562 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.563 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.563 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.563 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.563 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.563 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.563 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.564 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.564 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.564 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.564 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.564 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.565 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.565 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.565 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.565 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.565 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.565 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.566 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.566 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.566 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.566 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.566 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.567 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.567 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.567 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.567 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.567 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.568 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.568 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.568 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.568 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.568 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.568 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.569 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.569 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.569 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.569 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.569 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.570 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.570 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.570 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.570 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.570 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.570 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.571 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.571 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.571 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.571 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.571 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.572 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.572 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.572 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.572 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.572 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.572 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.573 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2023-10-26T08:13:41.573 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2023-10-26T08:13:41.573 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:41.573 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.573 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.574 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2023-10-26T08:13:41.574 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.574 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.574 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.574 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2023-10-26T08:13:41.575 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.575 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.575 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.575 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.575 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2023-10-26T08:13:41.575 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2023-10-26T08:13:41.576 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.576 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.576 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.576 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2023-10-26T08:13:41.576 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.576 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.577 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.577 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2023-10-26T08:13:41.577 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.577 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.577 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.578 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.578 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2023-10-26T08:13:41.578 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2023-10-26T08:13:41.578 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:41.578 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.579 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.579 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2023-10-26T08:13:41.579 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.579 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.579 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.580 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2023-10-26T08:13:41.580 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.580 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.580 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.580 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.580 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2023-10-26T08:13:41.581 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2023-10-26T08:13:41.581 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:41.581 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.581 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.581 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-10-26T08:13:41.582 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.582 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.582 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.582 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2023-10-26T08:13:41.582 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.583 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.583 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.583 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.583 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2023-10-26T08:13:41.583 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2023-10-26T08:13:41.583 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.584 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.584 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.584 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.584 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.584 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.585 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.585 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2023-10-26T08:13:41.585 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.585 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.585 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.586 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.586 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-10-26T08:13:41.586 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-10-26T08:13:41.586 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:41.586 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.587 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.587 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-10-26T08:13:41.587 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.587 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.587 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.587 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2023-10-26T08:13:41.588 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.588 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.588 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.588 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.588 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2023-10-26T08:13:41.589 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2023-10-26T08:13:41.589 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:41.589 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.589 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.589 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2023-10-26T08:13:41.590 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.590 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.590 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.590 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2023-10-26T08:13:41.590 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.590 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.591 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.591 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.591 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.591 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.591 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.592 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2023-10-26T08:13:41.592 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.592 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.592 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.592 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.593 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.593 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.593 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.593 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.593 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.593 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.594 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.594 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.594 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.594 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.594 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.595 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.595 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.595 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.595 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.595 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.596 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.596 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.596 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.596 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.596 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.596 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.597 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.597 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.597 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.597 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.597 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.598 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.598 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.598 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.598 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.598 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.598 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.599 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.599 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.599 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.599 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.599 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.600 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.600 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.600 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.600 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.600 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.600 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.601 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.601 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.601 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.601 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.601 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.601 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.602 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.602 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.602 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.602 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.602 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.602 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.603 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.603 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.603 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.603 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.603 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.604 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.604 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.604 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.604 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.604 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.605 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.605 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.605 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.605 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2023-10-26T08:13:41.605 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2023-10-26T08:13:41.605 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.606 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.606 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.606 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-10-26T08:13:41.606 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.606 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.607 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.607 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.607 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.607 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.607 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.608 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.608 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2023-10-26T08:13:41.608 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2023-10-26T08:13:41.608 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.608 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.608 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.609 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2023-10-26T08:13:41.609 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.609 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.609 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.610 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.610 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.610 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.610 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.610 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.611 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-10-26T08:13:41.611 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-10-26T08:13:41.611 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.611 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.611 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.611 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-10-26T08:13:41.612 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.612 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.612 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.612 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.612 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.613 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.613 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.613 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.613 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.613 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.614 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.614 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2023-10-26T08:13:41.614 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2023-10-26T08:13:41.614 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2023-10-26T08:13:41.614 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.615 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2023-10-26T08:13:41.615 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2023-10-26T08:13:41.615 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.615 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.615 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.615 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2023-10-26T08:13:41.616 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.616 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.616 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.616 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.616 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.617 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.617 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.617 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.617 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2023-10-26T08:13:41.617 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2023-10-26T08:13:41.617 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.618 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.618 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.618 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2023-10-26T08:13:41.618 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.618 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.619 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.619 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.619 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.619 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.619 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.619 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.620 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2023-10-26T08:13:41.620 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2023-10-26T08:13:41.620 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.620 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.620 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.621 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:41.621 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.621 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.621 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.621 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.622 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.622 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.622 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.622 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.622 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-10-26T08:13:41.623 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-10-26T08:13:41.623 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.623 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.623 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.623 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2023-10-26T08:13:41.623 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.624 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.624 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.624 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.624 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.624 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.625 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.625 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.625 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.625 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.625 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.625 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.626 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.626 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.626 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.626 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.626 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.627 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.627 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.627 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.627 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.627 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.627 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.628 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.628 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.628 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.628 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.628 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.629 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.629 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.629 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.629 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.629 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.629 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.630 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.630 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.630 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.630 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.630 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.631 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.631 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.631 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.631 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.631 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.631 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.632 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.632 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.632 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.632 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.632 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.633 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.633 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.633 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.633 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.633 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.634 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.634 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.634 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.634 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.634 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.634 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.635 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.635 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.635 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.635 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.635 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.636 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.636 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.636 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.636 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.636 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.636 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.637 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.637 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.637 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.637 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.637 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.638 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.638 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-10-26T08:13:41.638 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-10-26T08:13:41.638 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.638 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.638 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.641 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:41.641 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.641 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.642 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.642 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.642 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.642 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.642 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.643 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.643 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2023-10-26T08:13:41.643 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2023-10-26T08:13:41.643 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.643 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.644 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.644 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2023-10-26T08:13:41.644 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.644 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.644 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.645 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.645 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.645 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.645 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.645 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.646 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-10-26T08:13:41.646 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-10-26T08:13:41.646 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.646 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.646 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.647 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2023-10-26T08:13:41.647 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.647 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.647 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.647 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.647 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.648 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.648 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.648 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.648 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2023-10-26T08:13:41.648 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2023-10-26T08:13:41.648 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.649 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.649 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.649 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-10-26T08:13:41.649 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.649 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.650 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.650 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.650 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.650 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.650 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.650 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.651 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-10-26T08:13:41.651 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-10-26T08:13:41.651 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.651 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.651 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.652 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:41.652 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.652 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.652 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.652 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.652 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.653 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.653 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.653 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.653 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2023-10-26T08:13:41.653 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2023-10-26T08:13:41.654 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.654 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.654 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.654 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2023-10-26T08:13:41.654 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.655 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.655 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.655 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.655 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.655 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.655 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.656 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.656 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.656 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.656 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.656 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2023-10-26T08:13:41.657 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.657 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.657 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.657 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.657 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.657 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.658 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.658 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.658 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.658 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.658 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.659 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.659 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.659 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.659 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.659 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.659 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.660 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.660 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.660 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.660 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.660 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.660 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.661 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.661 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.661 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.661 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.661 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.662 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.662 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.662 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.662 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.662 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.662 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.663 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.663 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.663 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.663 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.663 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.664 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.664 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.664 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.664 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.664 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.664 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.665 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.665 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.665 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.665 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.665 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.666 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.666 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.666 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.666 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.666 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.667 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.667 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.667 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.667 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.667 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.667 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.668 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.668 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.668 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.668 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.668 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.669 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.669 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.669 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.669 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.669 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.669 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.670 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.670 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.670 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.670 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.670 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2023-10-26T08:13:41.670 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.671 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.671 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.671 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.671 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.671 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.672 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.672 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.672 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.672 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.672 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.673 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.673 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.673 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.673 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.673 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.673 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.674 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.674 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.674 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.674 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.674 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.675 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.675 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.675 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.675 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.675 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.675 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.676 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.676 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.676 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.676 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.676 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.677 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.677 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.677 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.677 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.677 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.677 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.678 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.678 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.678 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.678 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.678 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.679 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.679 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.679 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.679 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.679 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.680 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.680 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.680 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.680 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.680 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.680 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.681 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.681 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.681 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.681 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.681 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.681 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.682 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.682 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.682 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.682 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.682 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.683 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.683 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.683 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.683 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.683 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.683 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.684 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.684 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.684 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.684 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.684 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2023-10-26T08:13:41.685 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.685 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.685 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.685 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2023-10-26T08:13:41.685 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2023-10-26T08:13:41.685 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.686 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.686 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.686 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-10-26T08:13:41.686 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.686 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.687 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.687 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2023-10-26T08:13:41.687 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.687 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.687 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.688 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.688 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2023-10-26T08:13:41.688 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2023-10-26T08:13:41.688 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.688 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.688 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.689 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-10-26T08:13:41.689 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2023-10-26T08:13:41.689 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.689 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.689 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-10-26T08:13:41.690 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.690 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.690 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.690 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.690 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.690 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.691 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.691 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.691 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.691 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.691 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.692 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.692 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.692 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.692 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.692 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.692 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.693 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.693 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.693 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.693 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.693 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.693 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.694 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.694 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.694 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.694 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.694 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.695 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.695 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.695 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.695 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.695 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.695 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.696 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.696 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.696 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.696 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.696 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.696 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.697 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.697 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.697 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.697 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.698 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.698 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.698 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.698 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.698 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.699 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.699 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.699 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.699 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.699 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.700 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.700 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.700 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.700 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.700 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.700 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.701 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.701 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.701 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.701 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.701 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.701 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.702 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.702 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.702 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.702 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.702 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.703 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.703 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.703 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.703 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.703 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.704 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.704 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2023-10-26T08:13:41.704 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.704 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.704 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.704 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2023-10-26T08:13:41.705 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2023-10-26T08:13:41.705 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.705 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.705 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.705 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2023-10-26T08:13:41.706 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.706 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.706 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.706 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2023-10-26T08:13:41.706 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.707 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.707 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.707 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.707 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.707 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.707 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.708 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.708 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.708 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.708 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.708 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.708 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.709 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.709 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.709 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.709 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.709 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.710 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.710 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.710 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.710 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.710 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.711 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.711 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.711 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.711 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.711 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.711 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.712 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.712 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.712 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.712 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.712 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.713 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.713 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.713 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.713 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.713 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.713 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.714 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.714 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.714 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.714 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.714 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.715 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.715 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.715 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.715 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.715 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.715 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.716 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.716 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.716 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.716 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.716 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.717 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.717 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.717 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.717 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.717 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.717 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.718 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.718 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.718 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.718 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.718 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.719 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.719 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.719 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.719 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.719 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.720 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.720 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.720 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2023-10-26T08:13:41.720 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2023-10-26T08:13:41.720 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.720 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.721 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.721 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.721 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.721 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.721 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.722 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2023-10-26T08:13:41.722 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.722 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.722 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.722 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.723 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2023-10-26T08:13:41.723 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2023-10-26T08:13:41.723 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.723 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.723 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.724 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2023-10-26T08:13:41.724 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.724 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.724 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.724 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2023-10-26T08:13:41.725 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.725 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.725 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.725 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.725 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2023-10-26T08:13:41.725 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2023-10-26T08:13:41.726 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.726 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.726 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.726 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2023-10-26T08:13:41.726 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.727 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.727 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.727 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2023-10-26T08:13:41.727 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.727 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.727 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.728 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.728 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2023-10-26T08:13:41.728 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2023-10-26T08:13:41.728 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.728 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.729 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.729 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.729 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.729 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.729 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.729 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2023-10-26T08:13:41.730 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.730 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.730 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.730 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.730 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2023-10-26T08:13:41.730 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2023-10-26T08:13:41.731 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.731 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.731 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.731 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2023-10-26T08:13:41.731 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.732 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.732 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.732 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2023-10-26T08:13:41.732 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.732 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.732 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.733 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.733 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.733 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.733 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.733 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-10-26T08:13:41.734 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.734 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.734 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.734 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.734 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.734 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.735 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.735 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.735 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.735 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.735 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.735 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.736 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.736 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.736 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.736 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.736 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.737 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.737 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.737 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.737 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.737 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.737 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.738 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.738 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.738 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.738 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.738 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.739 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.739 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.739 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.739 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.739 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.739 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.740 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.740 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.740 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.740 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.740 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.741 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.741 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.741 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.741 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.741 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.741 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.742 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.742 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.742 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.742 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.742 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.743 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.743 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.743 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.743 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.743 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.744 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.744 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.744 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.744 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.744 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.745 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.745 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.745 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.745 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.745 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.745 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.746 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.746 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.746 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.746 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.746 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.747 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.747 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.747 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2023-10-26T08:13:41.747 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-10-26T08:13:41.747 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.747 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.748 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.748 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:41.748 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.748 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.748 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.748 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-10-26T08:13:41.749 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2023-10-26T08:13:41.749 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2023-10-26T08:13:41.749 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.749 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2023-10-26T08:13:41.749 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.750 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.750 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.750 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.750 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.750 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.750 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.751 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2023-10-26T08:13:41.751 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.751 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.751 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.751 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.752 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.752 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.752 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.752 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.752 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.753 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.753 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.753 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.753 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.753 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.753 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.754 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.754 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.754 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.754 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.754 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.755 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.755 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.755 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.755 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.755 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.756 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.756 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.756 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.756 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.756 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.756 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.757 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.757 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.757 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.757 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.757 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.758 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.758 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.758 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.758 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.758 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.759 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.759 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.759 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.759 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.759 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.760 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.760 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.760 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.760 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.760 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.761 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.761 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.761 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.761 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.761 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.762 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.762 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.762 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.762 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.762 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.763 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.763 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.763 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.763 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.763 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.763 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.764 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.764 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.764 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.764 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.764 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.765 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.765 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.765 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.765 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.765 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2023-10-26T08:13:41.766 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.766 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.766 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.766 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.766 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.767 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.767 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.767 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.767 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.767 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.767 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.768 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.768 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.768 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.768 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.768 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.769 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.769 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.769 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.769 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.769 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.769 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.770 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.770 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.770 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.770 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.770 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.771 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.771 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.771 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.771 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.771 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.771 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.772 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.772 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.772 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.772 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.772 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.773 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.773 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.773 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.773 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.773 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.773 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.774 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.774 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.774 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.774 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.774 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.775 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.775 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.775 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.775 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.775 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.775 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.776 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.776 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.776 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.776 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.776 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.776 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.777 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.777 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.777 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.777 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.777 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.778 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.778 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.778 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.778 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.778 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.778 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.779 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.779 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-10-26T08:13:41.779 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-10-26T08:13:41.779 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.779 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.779 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.780 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-10-26T08:13:41.780 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.780 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.780 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.780 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.781 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.781 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.781 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.781 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.781 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.781 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.782 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.782 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2023-10-26T08:13:41.782 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.782 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.782 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.783 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.783 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.783 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.783 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.783 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.783 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.784 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.784 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.784 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.784 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.784 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.785 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.785 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.785 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.785 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.785 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.785 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.786 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.786 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.786 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.786 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.786 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.787 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.787 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.787 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.787 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.788 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.788 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.788 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.788 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.788 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.788 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.789 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.789 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.789 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.789 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.789 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.790 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.790 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.790 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.790 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.790 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.791 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.791 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.791 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.791 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.791 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.791 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.792 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.792 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.792 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.792 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.792 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.793 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.793 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.793 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.793 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.793 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.794 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.794 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.794 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.794 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.794 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.794 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.795 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.795 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.795 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.795 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.795 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.796 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.796 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2023-10-26T08:13:41.796 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2023-10-26T08:13:41.796 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.796 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.796 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.797 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2023-10-26T08:13:41.797 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.797 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.797 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.797 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2023-10-26T08:13:41.798 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.798 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.798 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.798 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.798 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2023-10-26T08:13:41.799 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2023-10-26T08:13:41.799 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:41.799 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.799 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.799 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-10-26T08:13:41.799 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.800 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.800 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.800 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2023-10-26T08:13:41.800 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.800 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.800 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.801 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.801 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.801 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.801 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.801 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2023-10-26T08:13:41.802 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.802 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.802 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.802 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.802 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.802 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.803 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.803 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.803 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.803 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.803 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.804 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.804 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.804 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.804 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.804 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.805 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.805 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.805 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.805 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.805 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.805 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.806 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.806 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.806 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.806 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.806 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.807 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.807 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.807 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.807 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.807 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.807 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.808 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.808 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.808 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.808 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.808 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.809 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.809 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.809 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.809 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.809 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.810 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.810 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.810 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.810 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.810 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.810 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.811 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.811 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.811 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.811 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.811 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.812 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.812 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.812 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.812 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.812 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.812 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.813 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.813 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.813 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.813 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.813 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.814 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.814 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.814 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.814 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.814 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.815 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.815 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.815 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.815 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2023-10-26T08:13:41.815 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2023-10-26T08:13:41.815 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.816 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.816 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.816 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.816 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.816 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.817 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.817 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.817 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.817 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.817 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.817 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.818 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2023-10-26T08:13:41.818 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2023-10-26T08:13:41.818 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.818 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.818 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.819 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.819 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.819 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.819 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.819 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.819 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.820 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.820 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.820 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.820 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2023-10-26T08:13:41.820 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2023-10-26T08:13:41.820 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.821 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.821 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.821 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.821 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.821 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.822 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.822 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.822 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.822 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.822 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.822 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.823 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-10-26T08:13:41.823 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-10-26T08:13:41.823 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.823 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.823 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.824 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.824 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.824 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.824 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.824 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.824 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.825 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.825 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.825 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.825 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-10-26T08:13:41.825 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-10-26T08:13:41.826 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.826 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.826 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.826 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.826 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.826 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.827 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.827 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.827 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.827 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.827 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.828 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.828 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.828 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.828 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.828 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2023-10-26T08:13:41.828 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.829 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.829 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.829 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.829 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.829 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.829 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.830 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.830 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.830 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.830 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.830 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.831 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.831 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.831 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.831 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.831 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.832 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.832 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.832 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.832 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.832 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.833 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.833 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.833 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.833 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.833 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.833 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.834 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.834 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.834 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.834 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.834 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.835 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.835 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.835 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.835 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.835 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.835 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.836 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.836 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.836 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.836 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.836 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.837 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.837 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.837 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.837 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.837 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.838 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.838 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.838 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.838 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.838 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.838 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.839 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.839 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.839 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.839 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.839 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.840 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.840 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.840 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.840 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.840 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.840 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.841 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.841 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.841 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.841 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.841 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.842 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.842 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.842 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2023-10-26T08:13:41.842 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2023-10-26T08:13:41.842 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.845 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.845 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.845 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.845 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.846 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.846 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.846 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.846 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.846 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.847 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.847 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.847 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2023-10-26T08:13:41.847 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2023-10-26T08:13:41.847 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.848 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.848 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.848 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.848 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.848 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.848 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.849 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.849 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.849 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.849 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.849 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.850 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.850 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.850 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.850 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2023-10-26T08:13:41.850 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.850 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.851 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.851 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-10-26T08:13:41.851 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-10-26T08:13:41.851 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.851 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.852 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.852 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.852 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.852 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.852 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.853 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.853 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.853 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.853 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.853 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.853 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.854 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.854 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.854 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.854 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.854 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.855 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.855 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.855 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.855 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.855 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.856 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.856 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.856 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.856 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.856 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.856 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.857 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.857 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.857 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.857 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.857 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.858 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.858 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.858 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.858 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.858 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.859 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.859 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.859 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.859 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.859 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.859 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.860 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.860 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.860 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.860 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.860 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.861 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.861 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.861 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.861 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.861 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.862 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.862 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.862 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.862 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.862 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.863 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.863 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.863 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.863 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.863 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.863 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.864 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.864 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.864 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.864 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.864 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.865 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.865 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.865 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.865 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.865 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.865 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.866 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.866 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.866 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.866 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.866 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.867 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-10-26T08:13:41.867 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-10-26T08:13:41.867 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.867 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.867 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.867 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.868 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.868 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.868 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.868 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.868 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.868 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.869 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.869 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.869 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-10-26T08:13:41.869 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-10-26T08:13:41.869 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.870 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.870 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.870 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.870 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.870 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.870 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.871 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.871 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.871 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.871 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.871 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.872 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.872 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.872 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.872 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2023-10-26T08:13:41.872 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.872 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.873 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.873 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.873 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.873 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.873 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.874 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.874 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.874 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.874 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.874 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.874 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.875 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.875 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.875 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.875 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.875 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.876 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.876 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.876 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.876 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.876 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.876 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.877 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.877 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.877 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.877 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.877 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.878 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.878 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.878 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.878 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.878 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.878 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.879 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.879 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.879 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.879 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.879 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.880 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.880 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.880 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.880 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.880 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.880 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.881 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.881 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.881 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.881 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.881 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.882 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.882 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.882 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.882 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.882 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.882 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.883 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.883 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.883 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.883 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.883 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.884 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.884 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.884 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.884 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.884 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.884 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.885 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.885 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.885 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.885 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.885 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.885 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.886 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.886 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.886 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2023-10-26T08:13:41.886 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.886 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.887 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.887 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.887 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.887 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.887 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.888 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.888 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.888 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.888 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.888 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.888 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.889 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.889 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.889 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.889 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.889 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.890 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.890 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.890 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.890 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.890 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.891 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.891 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.891 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.891 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.891 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.892 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.892 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.892 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.892 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.892 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.892 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.893 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.893 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.893 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.893 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.893 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.894 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.894 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.894 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.894 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.894 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.895 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.895 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.895 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.895 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.895 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.895 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.896 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.896 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.896 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.896 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.896 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.896 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.897 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.897 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.897 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.897 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.897 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.898 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.898 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.898 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.898 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.898 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.899 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.899 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.899 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.899 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.899 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.900 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.900 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.900 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2023-10-26T08:13:41.900 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2023-10-26T08:13:41.900 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.900 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.901 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.901 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.901 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.901 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.901 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.901 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.902 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.902 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.902 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.902 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.902 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2023-10-26T08:13:41.903 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2023-10-26T08:13:41.903 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.903 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.903 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.903 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2023-10-26T08:13:41.904 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.904 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.904 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.904 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.904 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.904 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.905 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.905 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.905 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2023-10-26T08:13:41.905 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2023-10-26T08:13:41.905 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.906 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.906 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.906 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.906 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.906 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.906 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.907 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.907 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.907 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.907 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.907 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.908 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2023-10-26T08:13:41.908 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2023-10-26T08:13:41.908 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.908 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.908 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.908 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.909 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.909 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.909 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.909 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.909 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.910 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.910 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.910 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.910 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2023-10-26T08:13:41.910 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2023-10-26T08:13:41.910 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-10-26T08:13:41.911 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.911 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.911 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.911 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.911 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.912 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.912 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.912 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.912 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.912 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.912 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.913 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2023-10-26T08:13:41.913 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2023-10-26T08:13:41.913 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.913 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.913 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.914 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.914 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.914 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.914 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.914 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.915 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.915 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.915 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.915 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.915 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2023-10-26T08:13:41.915 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2023-10-26T08:13:41.916 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.916 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.916 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.916 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.916 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.916 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.917 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.917 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.917 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.917 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.917 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.917 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.918 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2023-10-26T08:13:41.918 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2023-10-26T08:13:41.918 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.918 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.918 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.919 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.919 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.919 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.919 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.919 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.919 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.920 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.920 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.920 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.920 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2023-10-26T08:13:41.920 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2023-10-26T08:13:41.921 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.921 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.921 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.921 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.921 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.921 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.922 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.922 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.922 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.922 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.922 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.923 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.923 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2023-10-26T08:13:41.923 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2023-10-26T08:13:41.923 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.923 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.924 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.924 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.924 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.924 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.924 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.924 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.925 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.925 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.925 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.925 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.925 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2023-10-26T08:13:41.926 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2023-10-26T08:13:41.926 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.926 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.926 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.926 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.926 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.927 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.927 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.927 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.927 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.927 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.927 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.928 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.928 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.928 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.928 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.928 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2023-10-26T08:13:41.929 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.929 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.929 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.929 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.929 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.930 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.930 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.930 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.930 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.930 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.930 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.931 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.931 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.931 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.931 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.931 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.932 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.932 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.932 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.932 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.932 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.933 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.933 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.933 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.933 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.933 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.933 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.934 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.934 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.934 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.934 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.934 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.935 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.935 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.935 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.935 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.935 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.935 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.936 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.936 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.936 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.936 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.936 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.937 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.937 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.937 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.937 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.937 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.937 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.938 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.938 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.938 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.938 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.938 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.939 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.939 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.939 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.939 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.939 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.939 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.940 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.940 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.940 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.940 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.940 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.940 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.941 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.941 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.941 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.941 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.941 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.942 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.942 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.942 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.942 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.942 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.943 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2023-10-26T08:13:41.943 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.943 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.943 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.943 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2023-10-26T08:13:41.944 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2023-10-26T08:13:41.944 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.944 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.944 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.944 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-10-26T08:13:41.944 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.945 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.945 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.945 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.945 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.945 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.946 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.946 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.946 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-10-26T08:13:41.946 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-10-26T08:13:41.946 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:41.946 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.947 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.947 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2023-10-26T08:13:41.947 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.947 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.947 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.948 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.948 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.948 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.948 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.948 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.948 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.949 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.949 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.949 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.949 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.949 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.949 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.950 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.950 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.950 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.950 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.950 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.951 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.951 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.951 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.951 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.951 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.951 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.952 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.952 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.952 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.952 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.952 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.952 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.953 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.953 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.953 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.953 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.953 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.954 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.954 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.954 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.954 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.954 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.955 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.955 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.955 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.955 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.955 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.955 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.956 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.956 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.956 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.956 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.956 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.957 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.957 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.957 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.957 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.957 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.957 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.958 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.958 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.958 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.958 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.958 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.959 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:41.959 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:41.959 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.959 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.959 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.959 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.960 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.960 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.960 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.960 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.960 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.961 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.961 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.961 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.961 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:41.961 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.961 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:41.962 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2023-10-26T08:13:41.962 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:41.962 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:41.962 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:41.962 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2023-10-26T08:13:41.963 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2023-10-26T08:13:41.963 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.963 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.963 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.963 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.963 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.964 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.964 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.964 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2023-10-26T08:13:41.964 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.964 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.965 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.965 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.965 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2023-10-26T08:13:41.965 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2023-10-26T08:13:41.965 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.966 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.966 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.966 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.966 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.966 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.966 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.967 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.967 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.967 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.967 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.967 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.968 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2023-10-26T08:13:41.968 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2023-10-26T08:13:41.968 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.968 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.968 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.968 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:41.969 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.969 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.969 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.969 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.969 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.970 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.970 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.970 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.970 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2023-10-26T08:13:41.970 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2023-10-26T08:13:41.970 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.971 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.971 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.971 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.971 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.971 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.972 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.972 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.972 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.972 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.972 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.972 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.973 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2023-10-26T08:13:41.973 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2023-10-26T08:13:41.973 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.973 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.973 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.974 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:41.974 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.974 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.974 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.974 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.975 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.975 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.975 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.975 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.975 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2023-10-26T08:13:41.975 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2023-10-26T08:13:41.976 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.976 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.976 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.976 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:41.976 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.977 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.977 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.977 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.977 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.977 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.977 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.978 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.978 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2023-10-26T08:13:41.978 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2023-10-26T08:13:41.978 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.978 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.979 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.979 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2023-10-26T08:13:41.979 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.979 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.979 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.980 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.980 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.980 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.980 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.980 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.980 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2023-10-26T08:13:41.981 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2023-10-26T08:13:41.981 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.981 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.981 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.981 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.982 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.982 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.982 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.982 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.982 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.983 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.983 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.983 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.983 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-10-26T08:13:41.983 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-10-26T08:13:41.984 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.984 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.984 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.984 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2023-10-26T08:13:41.984 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2023-10-26T08:13:41.984 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.985 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.985 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.985 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.985 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.985 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.986 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.986 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2023-10-26T08:13:41.986 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2023-10-26T08:13:41.986 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:41.986 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.986 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.987 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2023-10-26T08:13:41.987 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.987 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.987 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.987 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.988 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.988 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.988 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.988 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.988 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2023-10-26T08:13:41.988 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2023-10-26T08:13:41.989 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.989 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.989 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:41.989 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.989 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.989 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.990 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.990 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.990 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.990 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.990 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.991 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.991 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:41.991 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:41.991 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.991 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.991 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.992 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:41.992 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.992 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.992 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.992 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.992 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.993 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.993 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.993 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:41.993 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:41.993 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:41.994 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.994 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.994 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.994 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.994 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.995 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:41.995 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:41.995 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:41.995 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.995 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.995 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:41.996 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.996 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.996 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:41.996 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:41.996 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:41.996 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:41.997 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:41.997 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:41.997 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:41.997 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:41.997 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:41.998 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:41.998 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:41.998 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:41.998 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:41.998 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:41.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:41.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:41.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:41.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:41.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:41.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:42.000 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:42.000 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:42.000 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.000 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.000 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.000 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.001 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.001 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:42.001 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:42.001 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:42.001 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.002 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:42.002 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:42.002 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.002 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.002 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:42.002 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2023-10-26T08:13:42.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2023-10-26T08:13:42.004 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:42.004 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.004 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:42.004 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:42.004 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:42.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2023-10-26T08:13:42.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2023-10-26T08:13:42.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:42.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.007 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:42.007 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:42.007 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.007 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.007 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:42.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.009 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2023-10-26T08:13:42.009 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2023-10-26T08:13:42.009 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:42.009 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.009 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:42.010 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2023-10-26T08:13:42.010 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.010 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.010 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:42.010 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.010 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.011 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.011 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.011 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:42.011 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:42.011 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.011 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:42.012 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2023-10-26T08:13:42.012 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:42.012 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:42.012 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:42.012 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:42.013 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:42.013 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:42.013 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.013 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:42.013 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:42.013 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.014 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.014 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:42.014 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:42.014 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:42.014 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:42.015 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:42.015 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:42.015 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:42.015 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:42.015 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.015 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.016 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.016 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.016 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.016 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:42.016 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:42.017 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:42.017 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.017 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:42.017 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:42.017 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.017 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.018 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:42.018 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.018 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.018 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.018 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.019 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.019 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:42.019 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:42.019 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:42.019 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.019 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:42.020 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:42.020 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.020 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.020 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:42.020 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:42.020 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:42.021 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:42.021 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:42.021 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:42.021 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:42.021 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:42.022 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.022 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.022 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.022 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.022 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.022 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:42.023 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:42.023 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:42.023 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.023 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:42.023 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:42.024 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.024 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.024 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:42.024 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.024 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.024 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.025 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.025 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:42.025 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:42.025 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.025 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:42.026 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2023-10-26T08:13:42.026 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:42.026 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:42.026 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:42.026 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:42.027 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:42.027 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:42.027 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.027 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:42.027 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:42.027 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.028 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.028 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:42.028 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:42.028 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:42.028 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:42.029 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:42.029 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:42.029 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:42.029 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:42.029 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.029 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.030 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.030 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.030 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.030 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:42.030 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:42.031 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:42.031 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.031 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:42.031 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:42.031 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.032 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.032 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:42.032 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.032 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.032 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.032 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.033 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.033 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:42.033 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:42.033 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:42.033 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.034 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:42.034 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:42.034 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.034 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.034 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:42.035 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:42.035 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:42.035 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:42.035 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:42.035 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:42.035 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:42.036 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:42.036 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.036 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.036 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.036 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.037 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.037 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:42.037 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:42.037 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:42.037 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.038 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:42.038 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:42.038 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.038 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.038 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:42.038 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.039 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.039 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.039 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.039 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:42.039 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:42.040 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.040 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:42.040 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2023-10-26T08:13:42.040 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:42.040 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:42.041 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:42.041 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2023-10-26T08:13:42.041 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2023-10-26T08:13:42.041 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:42.041 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.041 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:42.042 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2023-10-26T08:13:42.042 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.042 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.042 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:42.042 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.043 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.043 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.043 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.043 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.043 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2023-10-26T08:13:42.043 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2023-10-26T08:13:42.044 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:42.044 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.044 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:42.044 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:42.044 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.044 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.045 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:42.045 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.045 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.045 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.045 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.046 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.046 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-10-26T08:13:42.046 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-10-26T08:13:42.046 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:42.046 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.046 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:42.047 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-10-26T08:13:42.047 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.047 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.047 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:42.047 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.047 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.048 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.048 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.048 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.048 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:42.048 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:42.049 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:42.049 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.049 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:42.049 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:42.049 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.049 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.050 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:42.050 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:42.050 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:42.050 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:42.050 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:42.051 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:42.051 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:42.051 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:42.051 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.051 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.052 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.052 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.052 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.052 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:42.052 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:42.052 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:42.053 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.053 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:42.053 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:42.053 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.053 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.054 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:42.054 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.054 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.054 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.054 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.054 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.055 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:42.055 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:42.055 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:42.055 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.055 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:42.055 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:42.056 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.056 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.056 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:42.056 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:42.056 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:42.057 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:42.057 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:42.057 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:42.057 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:42.057 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:42.057 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.058 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.058 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.058 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.058 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.058 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:42.059 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:42.059 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:42.059 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.059 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:42.059 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:42.060 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.060 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.060 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:42.060 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.060 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.060 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.061 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.061 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.061 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2023-10-26T08:13:42.061 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2023-10-26T08:13:42.061 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:42.061 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.062 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:42.062 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:42.062 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.062 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.062 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:42.063 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.063 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.063 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.063 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.063 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.064 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2023-10-26T08:13:42.064 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2023-10-26T08:13:42.064 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:42.064 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.064 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:42.065 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2023-10-26T08:13:42.065 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.065 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.065 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:42.065 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.065 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.066 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.066 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.066 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.066 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2023-10-26T08:13:42.066 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2023-10-26T08:13:42.067 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:42.067 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:42.067 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:42.067 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2023-10-26T08:13:42.067 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:42.067 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:42.068 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:42.068 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:42.068 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:42.068 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:42.068 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:42.069 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:42.069 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:42.069 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:42.069 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:42.069 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2023-10-26T08:13:42.069 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2023-10-26T08:13:42.070 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2023-10-26T08:13:42.070 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-10-26T08:13:42.070 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-10-26T08:13:42.070 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-10-26T08:13:42.070 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2023-10-26T08:13:42.071 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-10-26T08:13:42.071 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-10-26T08:13:42.071 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-10-26T08:13:42.071 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-10-26T08:13:42.071 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:42.071 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2023-10-26T08:13:42.072 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-10-26T08:13:42.072 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-10-26T08:13:42.072 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-10-26T08:13:42.072 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2023-10-26T08:13:42.072 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2023-10-26T08:13:42.073 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2023-10-26T08:13:42.073 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-10-26T08:13:42.073 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-10-26T08:13:42.073 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-10-26T08:13:42.073 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2023-10-26T08:13:42.073 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-10-26T08:13:42.074 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:42.074 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 0, 2023-10-26T08:13:42.074 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2023-10-26T08:13:42.074 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:42.074 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-10-26T08:13:42.075 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:42.075 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-10-26T08:13:42.075 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.12:0", 2023-10-26T08:13:42.075 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1401643619 2023-10-26T08:13:42.075 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:42.075 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-10-26T08:13:42.076 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.076 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:42.076 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-10-26T08:13:42.076 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:42.076 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-10-26T08:13:42.077 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.12:0", 2023-10-26T08:13:42.077 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 4045050327 2023-10-26T08:13:42.077 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:42.077 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-10-26T08:13:42.077 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:42.077 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:42.078 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-10-26T08:13:42.078 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:42.078 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-10-26T08:13:42.078 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.12:0", 2023-10-26T08:13:42.078 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2964083740 2023-10-26T08:13:42.079 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:42.079 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-10-26T08:13:42.079 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:42.079 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-10-26T08:13:42.079 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:42.079 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:42.080 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:41 smithi012 bash[23428]: audit 2023-10-26T08:13:40.924345+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.12:0/750989141' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2023-10-26T08:13:42.081 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Waiting for the mgr to restart... 2023-10-26T08:13:42.081 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Waiting for Mgr epoch 5... 2023-10-26T08:13:42.081 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2023-10-26T08:13:42.082 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2023-10-26T08:13:44.716 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:44.716 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 7, 2023-10-26T08:13:44.716 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2023-10-26T08:13:44.717 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:44.989 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:44 smithi012 bash[23428]: cluster 2023-10-26T08:13:43.588751+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon y restarted 2023-10-26T08:13:44.990 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:44 smithi012 bash[23428]: cluster 2023-10-26T08:13:43.589431+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon y 2023-10-26T08:13:44.990 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:44 smithi012 bash[23428]: cluster 2023-10-26T08:13:43.595350+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-10-26T08:13:44.990 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:44 smithi012 bash[23428]: cluster 2023-10-26T08:13:43.690515+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: y(active, starting, since 0.101222s) 2023-10-26T08:13:44.990 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:44 smithi012 bash[23428]: audit 2023-10-26T08:13:43.694610+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-26T08:13:44.991 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:44 smithi012 bash[23428]: audit 2023-10-26T08:13:43.695985+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-26T08:13:44.991 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:44 smithi012 bash[23428]: audit 2023-10-26T08:13:43.696484+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-26T08:13:44.991 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:44 smithi012 bash[23428]: audit 2023-10-26T08:13:43.696966+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-26T08:13:44.991 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:44 smithi012 bash[23428]: audit 2023-10-26T08:13:43.697920+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-10-26T08:13:44.991 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:44 smithi012 bash[23428]: audit 2023-10-26T08:13:43.699479+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-10-26T08:13:44.992 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:44 smithi012 bash[23428]: audit 2023-10-26T08:13:43.700041+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-10-26T08:13:44.992 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:44 smithi012 bash[23428]: cluster 2023-10-26T08:13:43.703784+0000 mon.a (mon.0) 48 : cluster [INF] Manager daemon y is now available 2023-10-26T08:13:44.992 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:44 smithi012 bash[23428]: audit 2023-10-26T08:13:43.736489+0000 mon.a (mon.0) 49 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-26T08:13:45.386 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Setting orchestrator backend to cephadm... 2023-10-26T08:13:45.386 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'set', 'backend', 'cephadm'] 2023-10-26T08:13:45.386 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch set backend cephadm 2023-10-26T08:13:45.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:45 smithi012 bash[23428]: audit 2023-10-26T08:13:44.624820+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-26T08:13:45.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:45 smithi012 bash[23428]: cluster 2023-10-26T08:13:44.696729+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e7: y(active, since 1.10744s) 2023-10-26T08:13:47.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:46 smithi012 bash[23428]: cluster 2023-10-26T08:13:45.695923+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e8: y(active, since 2s) 2023-10-26T08:13:47.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:46 smithi012 bash[23428]: audit 2023-10-26T08:13:46.542886+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2023-10-26T08:13:47.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:46 smithi012 bash[23428]: audit 2023-10-26T08:13:46.545864+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2023-10-26T08:13:47.257 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Generating ssh key... 2023-10-26T08:13:47.258 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'generate-key'] 2023-10-26T08:13:47.258 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm generate-key 2023-10-26T08:13:48.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:47 smithi012 bash[23428]: audit 2023-10-26T08:13:46.540918+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 2023-10-26T08:13:48.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23428]: audit 2023-10-26T08:13:48.541874+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAsCk8yS/IswnnrtNvqzkncGS7diLDAXhbOldOo3QuODx7ei5bWr4a\nzqxExTD7Jhl+UWFdtkSgSFXbIqDhfdfBpxKo7pwF/DU7ymDTUiOUUsSAMscVcKbf3U4ERS\n7bsST8LEpGKQEm7GQo6zOVYiav71RNAVdLmXesaJdIVc2INCt737sYVFMbP2fSKGaYFMLY\nc5xyRDAfHPi0G2bIw5VUSu2pYoFqRiei3KQYdk1LKHmhoEL15+6deL628Dyl4MO3bVLTZY\nDc8MmHgyaqlK44KSyi+3ni881KRNEsKDO8cOy3X6ESPEu3K1sa96TM9LW/PhA1hIYMK6h+\nMaL/wNz6nuhwWXMBjtHgrR8IsxkP16SEsV/JJZIociu/A4ZAhsZx0WAWeuEMd3DUuQ/O/e\nSvdp8S6YTNlk2ISGdq3X0avfVDC5iRhOVwfKvhCpfMFES3AYuLJNoYyohJHm37lh6Uv8Jp\nljkTarKuJsqd6rtbi8O11Sr+17pw+IdslTqrRm/LAAAFoJhrzdWYa83VAAAAB3NzaC1yc2\nEAAAGBALApPMkvyLMJ567Tb6s5J3Bku3YiwwF4WzpXTqN0Ljg8e3ouW1q+Gs6sRMUw+yYZ\nflFhXbZEoEhV2yKg4X3XwacSqO6cBfw1O8pg01IjlFLEgDLHFXCm391OBEUu27Ek/CxKRi\nkBJuxkKOszlWImr+9UTQFXS5l3rGiXSFXNiDQre9+7GFRTGz9n0ihmmBTC2HOcckQwHxz4\ntBtmyMOVVErtqWKBakYnotykGHZNSyh5oaBC9efunXi+tvA8peDDt21S02WA3PDJh4Mmqp\nSuOCksovt54vPNSkTRLCgzvHDst1+hEjxLtytbGvekzPS1vz4QNYSGDCuofjGi/8Dc+p7o\ncFlzAY7R4K0fCLMZD9ekhLFfySWSKHIrvwOGQIbGcdFgFnrhDHdw1LkPzv3kr3afEumEzZ\nZNiEhnat19Gr31QwuYkYTlcHyr4QqXzBREtwGLiyTaGMqISR5t+5YelL/CaZY5E2qyribK\nneq7W4vDtdUq/te6cPiHbJU6q0ZvywAAAAMBAAEAAAGATllI68IQ5XBWVu87D1BQNjDXH2\ne+i3zYNk52b0RQ+joMQP81Klq62YjM3Vc3nG5iPBet8k77arCk0fXz1GCNhJ1L/TPvhYi3\nmv8Nfc7NPTKgQfVBl+TgVDFKvOpmU5c7gQdXxQz6HtE9Ub6Thh/mx+8agKouuYb8a1g9l8\nvd9DYS1iMEYxzDVaP7WHSo1zMBygme2Kz+aYhDspw4VqSn5NtnJqSge6tNSAzDxHoEH3BZ\nbknZzNnXt8g63QZcUGc7A+uf6NAP0ax+5VBKe1gvPppCjQFFpdvFqOX8mchwJ102z7Pozm\nw5YZUmgKST95ti4MU47HIwNhIc3gzR/RhYC7DBNknKbPPInLIUIeqwlalkXEBKEUlNRK2b\nezF5VxIgVs+kIglj+Ph1sjCRZYGkyN0RhZFAUOwQ6z4tlZX/y0cArUn9im4byza4fYoW8I\nUABBwnE3h6Y/k5ajJSApo4OUweBgy3PeCkLYRK5AL9iWEhJ0eeyGhpVsuoVBts76LBAAAA\nwQC+laYWdXXBGEfIfwMcJTtuyXdeq0ARYdkqj1tBiJJu9AjPzGCNuowMHUkb8Ucrov48mK\n7NwpZc6hBJJcsl/dymDTRiBE9MmIrjvy8mZJgPPtETlHVa/6YjDJdQP0PC2WI7M+r9QKtQ\n6td2S21nHIxVOOedyCsEiPg1LyGAqK7JwFuRRepK7hLrNOlCMKkHyP7WYY3HQglr/9qj1J\nW/dMPmAtwTaKuAQ20BoNsGtBBYKoyK7pfC1D48AI28tR1o16oAAADBAOlQnN5X0DVsnElu\ndjc7UroQEf/NLG6/6NgyqPpFnYpvfrupyCgIu3rE6nyDoJcB36HK5LxrW8wq/PAcyk2ROq\n5h996S6Lq9AGMQapF1pZX8hhsf/Ug8POMLu8U0uvCG8oirv0ozWyB5BbJJGwvMDQixgiUG\nFQFuA6mqcg/P13ICsFFbmONyXEtF5+nFg+crwawkTHsPDH0vD4C4JsycxDyCk0z1OnpLxN\nEPKQz2oDwUAUMHCoPvCfbbNGFiNt0EKQAAAMEAwUoFuiLBd0a2BWqjEPHxSKo9YK2RZNMa\nNS98MLtE4PYoitvG/BUajdrerhzhx/rQ/poJanPhhOJpHpbTUAD7GZYhkvvqHXxtwgGKqz\njOM4QknpHOl0oy9o+NaCaxQAGH/P9IzotIIvhh69iNmXgQwQgjhZ8GabGV6R5ZEIjs3PGo\n/35BRypxhkm6+qV8UqczA5TjHXLRUCmTPY8Ub77G9hb8UGhfU+TolAP2o0I9yOZz0ht4Po\nMfWJ0D9vcvbDLTAAAAKWNlcGgtNmE5OGExNWMtNzNkNy0xMWVlLThkYjktMjEyZTJkYzYz\nOGU3AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2023-10-26T08:13:48.825 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: Generating public/private rsa key pair. 2023-10-26T08:13:48.825 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: Your identification has been saved in /tmp/tmpo_ztyyc_/key. 2023-10-26T08:13:48.826 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: Your public key has been saved in /tmp/tmpo_ztyyc_/key.pub. 2023-10-26T08:13:48.826 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: The key fingerprint is: 2023-10-26T08:13:48.826 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: SHA256:ssfJCCL6VKJPG6CGu6lJPZIQqtackxw4SensGWzJB2Q ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:13:48.826 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: The key's randomart image is: 2023-10-26T08:13:48.826 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: +---[RSA 3072]----+ 2023-10-26T08:13:48.826 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: | E | 2023-10-26T08:13:48.827 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: |o . | 2023-10-26T08:13:48.827 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: |.+ | 2023-10-26T08:13:48.827 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: |B.= | 2023-10-26T08:13:48.827 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: |=%ooo . S | 2023-10-26T08:13:48.827 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: |O+@++. * . | 2023-10-26T08:13:48.828 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: |*O+X o = | 2023-10-26T08:13:48.828 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: |+O.oo . | 2023-10-26T08:13:48.828 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: |B.+ | 2023-10-26T08:13:48.828 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23687]: +----[SHA256]-----+ 2023-10-26T08:13:48.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23428]: audit 2023-10-26T08:13:48.545722+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAsCk8yS/IswnnrtNvqzkncGS7diLDAXhbOldOo3QuODx7ei5bWr4a\nzqxExTD7Jhl+UWFdtkSgSFXbIqDhfdfBpxKo7pwF/DU7ymDTUiOUUsSAMscVcKbf3U4ERS\n7bsST8LEpGKQEm7GQo6zOVYiav71RNAVdLmXesaJdIVc2INCt737sYVFMbP2fSKGaYFMLY\nc5xyRDAfHPi0G2bIw5VUSu2pYoFqRiei3KQYdk1LKHmhoEL15+6deL628Dyl4MO3bVLTZY\nDc8MmHgyaqlK44KSyi+3ni881KRNEsKDO8cOy3X6ESPEu3K1sa96TM9LW/PhA1hIYMK6h+\nMaL/wNz6nuhwWXMBjtHgrR8IsxkP16SEsV/JJZIociu/A4ZAhsZx0WAWeuEMd3DUuQ/O/e\nSvdp8S6YTNlk2ISGdq3X0avfVDC5iRhOVwfKvhCpfMFES3AYuLJNoYyohJHm37lh6Uv8Jp\nljkTarKuJsqd6rtbi8O11Sr+17pw+IdslTqrRm/LAAAFoJhrzdWYa83VAAAAB3NzaC1yc2\nEAAAGBALApPMkvyLMJ567Tb6s5J3Bku3YiwwF4WzpXTqN0Ljg8e3ouW1q+Gs6sRMUw+yYZ\nflFhXbZEoEhV2yKg4X3XwacSqO6cBfw1O8pg01IjlFLEgDLHFXCm391OBEUu27Ek/CxKRi\nkBJuxkKOszlWImr+9UTQFXS5l3rGiXSFXNiDQre9+7GFRTGz9n0ihmmBTC2HOcckQwHxz4\ntBtmyMOVVErtqWKBakYnotykGHZNSyh5oaBC9efunXi+tvA8peDDt21S02WA3PDJh4Mmqp\nSuOCksovt54vPNSkTRLCgzvHDst1+hEjxLtytbGvekzPS1vz4QNYSGDCuofjGi/8Dc+p7o\ncFlzAY7R4K0fCLMZD9ekhLFfySWSKHIrvwOGQIbGcdFgFnrhDHdw1LkPzv3kr3afEumEzZ\nZNiEhnat19Gr31QwuYkYTlcHyr4QqXzBREtwGLiyTaGMqISR5t+5YelL/CaZY5E2qyribK\nneq7W4vDtdUq/te6cPiHbJU6q0ZvywAAAAMBAAEAAAGATllI68IQ5XBWVu87D1BQNjDXH2\ne+i3zYNk52b0RQ+joMQP81Klq62YjM3Vc3nG5iPBet8k77arCk0fXz1GCNhJ1L/TPvhYi3\nmv8Nfc7NPTKgQfVBl+TgVDFKvOpmU5c7gQdXxQz6HtE9Ub6Thh/mx+8agKouuYb8a1g9l8\nvd9DYS1iMEYxzDVaP7WHSo1zMBygme2Kz+aYhDspw4VqSn5NtnJqSge6tNSAzDxHoEH3BZ\nbknZzNnXt8g63QZcUGc7A+uf6NAP0ax+5VBKe1gvPppCjQFFpdvFqOX8mchwJ102z7Pozm\nw5YZUmgKST95ti4MU47HIwNhIc3gzR/RhYC7DBNknKbPPInLIUIeqwlalkXEBKEUlNRK2b\nezF5VxIgVs+kIglj+Ph1sjCRZYGkyN0RhZFAUOwQ6z4tlZX/y0cArUn9im4byza4fYoW8I\nUABBwnE3h6Y/k5ajJSApo4OUweBgy3PeCkLYRK5AL9iWEhJ0eeyGhpVsuoVBts76LBAAAA\nwQC+laYWdXXBGEfIfwMcJTtuyXdeq0ARYdkqj1tBiJJu9AjPzGCNuowMHUkb8Ucrov48mK\n7NwpZc6hBJJcsl/dymDTRiBE9MmIrjvy8mZJgPPtETlHVa/6YjDJdQP0PC2WI7M+r9QKtQ\n6td2S21nHIxVOOedyCsEiPg1LyGAqK7JwFuRRepK7hLrNOlCMKkHyP7WYY3HQglr/9qj1J\nW/dMPmAtwTaKuAQ20BoNsGtBBYKoyK7pfC1D48AI28tR1o16oAAADBAOlQnN5X0DVsnElu\ndjc7UroQEf/NLG6/6NgyqPpFnYpvfrupyCgIu3rE6nyDoJcB36HK5LxrW8wq/PAcyk2ROq\n5h996S6Lq9AGMQapF1pZX8hhsf/Ug8POMLu8U0uvCG8oirv0ozWyB5BbJJGwvMDQixgiUG\nFQFuA6mqcg/P13ICsFFbmONyXEtF5+nFg+crwawkTHsPDH0vD4C4JsycxDyCk0z1OnpLxN\nEPKQz2oDwUAUMHCoPvCfbbNGFiNt0EKQAAAMEAwUoFuiLBd0a2BWqjEPHxSKo9YK2RZNMa\nNS98MLtE4PYoitvG/BUajdrerhzhx/rQ/poJanPhhOJpHpbTUAD7GZYhkvvqHXxtwgGKqz\njOM4QknpHOl0oy9o+NaCaxQAGH/P9IzotIIvhh69iNmXgQwQgjhZ8GabGV6R5ZEIjs3PGo\n/35BRypxhkm6+qV8UqczA5TjHXLRUCmTPY8Ub77G9hb8UGhfU+TolAP2o0I9yOZz0ht4Po\nMfWJ0D9vcvbDLTAAAAKWNlcGgtNmE5OGExNWMtNzNkNy0xMWVlLThkYjktMjEyZTJkYzYz\nOGU3AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2023-10-26T08:13:48.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23428]: audit 2023-10-26T08:13:48.546535+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwKTzJL8izCeeu02+rOSdwZLt2IsMBeFs6V06jdC44PHt6LltavhrOrETFMPsmGX5RYV22RKBIVdsioOF918GnEqjunAX8NTvKYNNSI5RSxIAyxxVwpt/dTgRFLtuxJPwsSkYpASbsZCjrM5ViJq/vVE0BV0uZd6xol0hVzYg0K3vfuxhUUxs/Z9IoZpgUwthznHJEMB8c+LQbZsjDlVRK7aligWpGJ6LcpBh2TUsoeaGgQvXn7p14vrbwPKXgw7dtUtNlgNzwyYeDJqqUrjgpLKL7eeLzzUpE0SwoM7xw7LdfoRI8S7crWxr3pMz0tb8+EDWEhgwrqH4xov/A3Pqe6HBZcwGO0eCtHwizGQ/XpISxX8klkihyK78DhkCGxnHRYBZ64Qx3cNS5D8795K92nxLphM2WTYhIZ2rdfRq99UMLmJGE5XB8q+EKl8wURLcBi4sk2hjKiEkebfuWHpS/wmmWORNqsq4myp3qu1uLw7XVKv7XunD4h2yVOqtGb8s= ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7\n"}]: dispatch 2023-10-26T08:13:48.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:48 smithi012 bash[23428]: audit 2023-10-26T08:13:48.549884+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwKTzJL8izCeeu02+rOSdwZLt2IsMBeFs6V06jdC44PHt6LltavhrOrETFMPsmGX5RYV22RKBIVdsioOF918GnEqjunAX8NTvKYNNSI5RSxIAyxxVwpt/dTgRFLtuxJPwsSkYpASbsZCjrM5ViJq/vVE0BV0uZd6xol0hVzYg0K3vfuxhUUxs/Z9IoZpgUwthznHJEMB8c+LQbZsjDlVRK7aligWpGJ6LcpBh2TUsoeaGgQvXn7p14vrbwPKXgw7dtUtNlgNzwyYeDJqqUrjgpLKL7eeLzzUpE0SwoM7xw7LdfoRI8S7crWxr3pMz0tb8+EDWEhgwrqH4xov/A3Pqe6HBZcwGO0eCtHwizGQ/XpISxX8klkihyK78DhkCGxnHRYBZ64Qx3cNS5D8795K92nxLphM2WTYhIZ2rdfRq99UMLmJGE5XB8q+EKl8wURLcBi4sk2hjKiEkebfuWHpS/wmmWORNqsq4myp3qu1uLw7XVKv7XunD4h2yVOqtGb8s= ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7\n"}]': finished 2023-10-26T08:13:49.171 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'get-pub-key'] 2023-10-26T08:13:49.172 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm get-pub-key 2023-10-26T08:13:50.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:49 smithi012 bash[23428]: audit 2023-10-26T08:13:48.369533+0000 mgr.y (mgr.14117) 2 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:13:50.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:49 smithi012 bash[23428]: cephadm 2023-10-26T08:13:48.370007+0000 mgr.y (mgr.14117) 3 : cephadm [INF] Generating ssh key... 2023-10-26T08:13:50.240 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwKTzJL8izCeeu02+rOSdwZLt2IsMBeFs6V06jdC44PHt6LltavhrOrETFMPsmGX5RYV22RKBIVdsioOF918GnEqjunAX8NTvKYNNSI5RSxIAyxxVwpt/dTgRFLtuxJPwsSkYpASbsZCjrM5ViJq/vVE0BV0uZd6xol0hVzYg0K3vfuxhUUxs/Z9IoZpgUwthznHJEMB8c+LQbZsjDlVRK7aligWpGJ6LcpBh2TUsoeaGgQvXn7p14vrbwPKXgw7dtUtNlgNzwyYeDJqqUrjgpLKL7eeLzzUpE0SwoM7xw7LdfoRI8S7crWxr3pMz0tb8+EDWEhgwrqH4xov/A3Pqe6HBZcwGO0eCtHwizGQ/XpISxX8klkihyK78DhkCGxnHRYBZ64Qx3cNS5D8795K92nxLphM2WTYhIZ2rdfRq99UMLmJGE5XB8q+EKl8wURLcBi4sk2hjKiEkebfuWHpS/wmmWORNqsq4myp3qu1uLw7XVKv7XunD4h2yVOqtGb8s= ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:13:50.901 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2023-10-26T08:13:50.901 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Adding key to root@localhost's authorized_keys... 2023-10-26T08:13:50.902 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Adding host smithi012... 2023-10-26T08:13:50.902 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'host', 'add', 'smithi012'] 2023-10-26T08:13:50.902 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch host add smithi012 2023-10-26T08:13:51.558 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:51 smithi012 bash[23428]: audit 2023-10-26T08:13:50.236803+0000 mgr.y (mgr.14117) 4 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:13:52.574 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:52 smithi012 bash[23687]: Warning: Permanently added 'smithi012,172.21.15.12' (ECDSA) to the list of known hosts. 2023-10-26T08:13:52.575 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:52 smithi012 bash[23428]: audit 2023-10-26T08:13:52.099686+0000 mgr.y (mgr.14117) 5 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi012", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:13:53.109 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Added host 'smithi012' 2023-10-26T08:13:53.810 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Enabling the dashboard module... 2023-10-26T08:13:53.810 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'dashboard'] 2023-10-26T08:13:53.810 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable dashboard 2023-10-26T08:13:54.071 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:53 smithi012 bash[23428]: audit 2023-10-26T08:13:52.763938+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"smithi012\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-10-26T08:13:54.071 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:53 smithi012 bash[23428]: audit 2023-10-26T08:13:52.768586+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"smithi012\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-10-26T08:13:54.071 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:53 smithi012 bash[23428]: cephadm 2023-10-26T08:13:52.769342+0000 mgr.y (mgr.14117) 6 : cephadm [INF] Added host smithi012 2023-10-26T08:13:54.072 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:53 smithi012 bash[23428]: audit 2023-10-26T08:13:53.054260+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:13:54.072 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:53 smithi012 bash[23428]: audit 2023-10-26T08:13:53.058648+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:13:54.072 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:53 smithi012 bash[23428]: audit 2023-10-26T08:13:53.059719+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:13:55.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:54 smithi012 bash[23428]: audit 2023-10-26T08:13:53.837440+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:13:53.829227\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:13:53.833064\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-10-26T08:13:53.833397\", \"networks\": {}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:13:55.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:54 smithi012 bash[23428]: audit 2023-10-26T08:13:53.841058+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:13:53.829227\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:13:53.833064\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-10-26T08:13:53.833397\", \"networks\": {}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:13:55.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:54 smithi012 bash[23428]: audit 2023-10-26T08:13:53.841922+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.14117 172.21.15.12:0/3307398185' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:13:55.739 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:55 smithi012 bash[23428]: audit 2023-10-26T08:13:55.633670+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.12:0/954987955' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-26T08:13:56.062 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:55 smithi012 bash[23687]: ignoring --setuser ceph since I am not root 2023-10-26T08:13:56.062 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:13:55 smithi012 bash[23687]: ignoring --setgroup ceph since I am not root 2023-10-26T08:13:56.923 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2023-10-26T08:13:56.924 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2023-10-26T08:13:56.961 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:56 smithi012 bash[23428]: audit 2023-10-26T08:13:55.700327+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.12:0/954987955' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-26T08:13:56.961 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:56 smithi012 bash[23428]: cluster 2023-10-26T08:13:55.700476+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 12s) 2023-10-26T08:13:58.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:58.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 9, 2023-10-26T08:13:58.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14117, 2023-10-26T08:13:58.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2023-10-26T08:13:58.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2023-10-26T08:13:58.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-10-26T08:13:58.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:58.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-10-26T08:13:58.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.12:6800", 2023-10-26T08:13:58.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1932495084 2023-10-26T08:13:58.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:58.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2023-10-26T08:13:58.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.12:6801", 2023-10-26T08:13:58.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1932495084 2023-10-26T08:13:58.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:58.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-10-26T08:13:58.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.12:6801/1932495084", 2023-10-26T08:13:58.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2023-10-26T08:13:43.589267+0000", 2023-10-26T08:13:58.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2023-10-26T08:13:58.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2023-10-26T08:13:58.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2023-10-26T08:13:58.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-10-26T08:13:58.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-10-26T08:13:58.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "dashboard", 2023-10-26T08:13:58.860 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-10-26T08:13:58.861 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-10-26T08:13:58.861 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:58.861 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2023-10-26T08:13:58.861 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:58.861 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2023-10-26T08:13:58.862 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:58.862 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:58.862 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:58.862 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-10-26T08:13:58.862 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-10-26T08:13:58.863 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:58.863 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.863 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.863 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-10-26T08:13:58.863 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.864 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.864 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.864 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2023-10-26T08:13:58.864 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.864 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.864 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.865 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.865 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:58.865 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:58.865 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.865 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.866 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.866 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:58.866 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.866 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.866 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:58.867 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:58.867 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:58.867 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:58.867 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:58.867 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:58.867 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:58.868 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:58.868 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:58.868 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.868 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.868 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.869 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.869 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:58.869 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:58.869 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:58.869 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.869 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.870 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:58.870 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.870 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.870 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.870 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:58.871 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.871 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.871 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.871 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.871 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:58.872 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:58.872 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.872 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.872 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.872 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:58.872 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.873 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.873 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:58.873 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:58.873 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:58.873 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:58.874 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:58.874 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:58.874 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:58.874 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:58.874 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:58.875 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.875 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.875 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.875 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.875 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:58.875 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:58.876 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:58.876 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.876 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.876 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:58.876 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.877 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.877 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.877 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:58.877 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.877 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.878 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.878 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.878 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2023-10-26T08:13:58.878 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2023-10-26T08:13:58.878 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.879 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.879 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.879 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:58.879 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.879 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.879 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.880 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2023-10-26T08:13:58.880 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.880 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.880 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.880 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.881 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2023-10-26T08:13:58.881 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2023-10-26T08:13:58.881 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.881 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.881 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.882 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2023-10-26T08:13:58.882 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.882 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.882 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.882 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2023-10-26T08:13:58.883 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.883 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.883 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.883 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.883 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2023-10-26T08:13:58.884 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2023-10-26T08:13:58.884 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.884 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.884 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.884 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:58.884 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.885 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.885 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.885 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2023-10-26T08:13:58.885 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.885 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.886 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.886 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.886 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2023-10-26T08:13:58.886 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2023-10-26T08:13:58.886 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.886 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.887 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.887 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:58.887 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.887 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.887 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.888 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2023-10-26T08:13:58.888 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.888 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.888 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.888 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.889 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2023-10-26T08:13:58.889 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2023-10-26T08:13:58.889 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:58.889 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.889 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.889 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2023-10-26T08:13:58.890 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.890 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.890 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.890 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2023-10-26T08:13:58.890 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.891 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.891 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.891 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.891 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2023-10-26T08:13:58.891 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2023-10-26T08:13:58.892 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.892 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.892 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.892 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:58.892 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.892 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.893 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.893 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2023-10-26T08:13:58.893 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.893 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.893 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.893 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.894 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2023-10-26T08:13:58.894 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2023-10-26T08:13:58.894 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:58.894 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.894 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.895 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:58.895 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.895 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.895 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.895 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2023-10-26T08:13:58.896 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.896 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.896 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.896 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.896 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2023-10-26T08:13:58.897 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2023-10-26T08:13:58.897 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.897 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.897 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.897 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:58.897 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.898 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.898 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.898 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2023-10-26T08:13:58.898 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.898 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.899 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.899 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:58.899 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:58.899 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.899 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:58.899 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2023-10-26T08:13:58.900 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:58.900 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:58.900 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:58.900 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2023-10-26T08:13:58.900 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2023-10-26T08:13:58.901 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:58.901 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.901 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.901 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:58.901 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.902 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.902 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.902 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2023-10-26T08:13:58.902 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.902 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.902 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.903 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.903 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2023-10-26T08:13:58.903 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2023-10-26T08:13:58.904 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.904 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.904 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.904 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2023-10-26T08:13:58.904 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.905 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.905 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.905 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2023-10-26T08:13:58.905 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-10-26T08:13:58.905 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.906 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.906 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.906 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2023-10-26T08:13:58.906 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2023-10-26T08:13:58.906 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-10-26T08:13:58.907 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.907 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.907 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-10-26T08:13:58.907 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-10-26T08:13:58.907 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-10-26T08:13:58.908 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.908 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-10-26T08:13:58.908 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-10-26T08:13:58.908 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.908 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.909 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.909 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2023-10-26T08:13:58.909 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2023-10-26T08:13:58.909 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-10-26T08:13:58.909 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.909 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.910 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2023-10-26T08:13:58.910 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-10-26T08:13:58.910 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2023-10-26T08:13:58.910 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.910 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2023-10-26T08:13:58.911 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.911 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.911 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.911 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.911 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2023-10-26T08:13:58.912 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2023-10-26T08:13:58.912 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.912 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.912 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.912 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2023-10-26T08:13:58.912 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.913 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.913 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.913 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2023-10-26T08:13:58.913 INFO:teuthology.orchestra.run.smithi012.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.", 2023-10-26T08:13:58.913 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.914 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.914 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.914 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2023-10-26T08:13:58.914 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2023-10-26T08:13:58.914 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-10-26T08:13:58.915 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.915 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.915 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2023-10-26T08:13:58.915 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2023-10-26T08:13:58.915 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2023-10-26T08:13:58.915 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.916 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2023-10-26T08:13:58.916 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-10-26T08:13:58.916 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.916 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.916 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.917 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2023-10-26T08:13:58.917 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2023-10-26T08:13:58.917 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.917 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.917 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.918 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2023-10-26T08:13:58.918 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.918 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.918 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.918 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2023-10-26T08:13:58.918 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-10-26T08:13:58.919 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.919 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.919 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.919 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2023-10-26T08:13:58.919 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2023-10-26T08:13:58.920 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-10-26T08:13:58.920 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.920 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.920 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-10-26T08:13:58.920 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-10-26T08:13:58.921 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-10-26T08:13:58.921 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.921 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-10-26T08:13:58.921 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-10-26T08:13:58.921 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.921 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.922 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.922 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:58.922 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:58.922 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.922 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.923 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.923 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:58.923 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.923 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.923 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:58.924 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:58.924 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:58.924 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:58.924 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:58.924 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:58.924 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:58.925 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:58.925 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:58.925 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.925 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.925 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.926 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.926 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:58.926 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:58.926 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:58.926 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.927 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.927 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:58.927 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.927 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.927 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.927 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:58.928 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.928 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.928 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.928 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.928 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:58.929 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:58.929 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.929 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.929 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.929 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:58.929 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.930 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.930 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:58.930 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:58.930 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:58.930 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:58.931 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:58.931 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:58.931 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:58.931 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:58.931 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:58.932 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.932 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.932 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.932 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.932 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:58.932 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:58.933 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:58.933 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.933 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.933 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:58.933 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.934 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.934 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.934 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:58.934 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.934 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.934 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.935 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.935 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2023-10-26T08:13:58.935 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2023-10-26T08:13:58.935 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-10-26T08:13:58.935 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.936 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.936 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-10-26T08:13:58.936 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.936 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.936 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.937 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2023-10-26T08:13:58.937 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.937 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.937 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.937 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.937 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-10-26T08:13:58.938 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-10-26T08:13:58.938 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.938 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.938 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.938 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2023-10-26T08:13:58.939 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.939 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.939 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:58.939 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2023-10-26T08:13:58.939 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2023-10-26T08:13:58.940 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2023-10-26T08:13:58.940 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:58.940 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2023-10-26T08:13:58.940 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.940 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.940 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.941 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.941 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2023-10-26T08:13:58.941 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2023-10-26T08:13:58.941 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.941 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.942 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.942 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:58.942 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.942 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.942 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.943 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2023-10-26T08:13:58.943 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.943 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.943 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.943 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.943 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-10-26T08:13:58.944 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-10-26T08:13:58.944 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:58.944 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.944 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.944 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-10-26T08:13:58.944 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.945 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.945 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.945 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2023-10-26T08:13:58.945 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.945 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.946 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.946 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.946 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2023-10-26T08:13:58.946 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2023-10-26T08:13:58.946 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:58.947 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.947 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.947 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-10-26T08:13:58.947 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-10-26T08:13:58.948 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.948 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.948 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2023-10-26T08:13:58.948 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2023-10-26T08:13:58.948 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.949 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.949 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.949 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2023-10-26T08:13:58.949 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2023-10-26T08:13:58.949 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-10-26T08:13:58.950 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.950 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.950 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-10-26T08:13:58.950 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.950 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.951 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.951 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2023-10-26T08:13:58.951 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.951 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.951 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.951 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:58.952 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:58.952 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.952 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:58.952 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2023-10-26T08:13:58.952 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:58.953 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:58.953 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:58.953 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2023-10-26T08:13:58.953 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2023-10-26T08:13:58.953 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:58.953 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.954 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:58.954 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:58.954 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.954 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.954 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.955 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-10-26T08:13:58.955 INFO:teuthology.orchestra.run.smithi012.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.", 2023-10-26T08:13:58.955 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.955 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.955 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.956 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2023-10-26T08:13:58.956 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2023-10-26T08:13:58.956 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.956 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.956 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.957 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2023-10-26T08:13:58.957 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.957 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.957 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.957 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2023-10-26T08:13:58.958 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.958 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.958 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.958 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.958 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2023-10-26T08:13:58.959 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2023-10-26T08:13:58.959 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:58.959 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.959 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:58.959 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-10-26T08:13:58.959 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.960 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.960 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.960 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2023-10-26T08:13:58.960 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.960 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.961 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.961 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.961 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2023-10-26T08:13:58.961 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2023-10-26T08:13:58.961 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:58.962 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.962 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:58.962 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2023-10-26T08:13:58.962 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.962 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.963 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.963 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2023-10-26T08:13:58.963 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.963 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.964 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.964 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.964 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2023-10-26T08:13:58.964 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2023-10-26T08:13:58.964 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:58.964 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.965 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:58.965 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-10-26T08:13:58.965 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.965 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.966 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.966 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2023-10-26T08:13:58.966 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.966 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.966 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.967 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.967 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:58.967 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:58.967 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.967 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.968 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.968 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:58.968 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.968 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.969 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:58.969 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:58.969 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:58.969 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:58.969 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:58.970 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:58.970 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:58.970 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:58.970 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:58.970 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.971 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.971 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.971 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.971 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:58.971 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:58.972 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:58.972 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.972 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:58.972 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:58.972 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.973 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.973 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.973 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-10-26T08:13:58.973 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.973 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.974 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.974 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.974 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:58.974 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:58.974 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.975 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.975 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.975 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:58.975 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.975 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.976 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:58.976 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:58.976 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:58.976 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:58.976 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:58.976 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:58.977 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:58.977 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:58.977 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:58.977 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.977 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.977 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.978 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.978 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:58.978 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:58.978 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:58.978 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.979 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.979 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:58.979 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.979 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.979 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.979 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:58.980 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.980 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.980 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.980 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.980 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-10-26T08:13:58.981 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-10-26T08:13:58.981 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.981 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.981 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:58.981 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2023-10-26T08:13:58.982 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.982 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.982 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:58.982 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2023-10-26T08:13:58.982 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2023-10-26T08:13:58.982 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:58.983 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2023-10-26T08:13:58.983 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.983 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.983 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.983 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.984 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2023-10-26T08:13:58.984 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2023-10-26T08:13:58.984 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.984 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.984 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:58.984 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:58.985 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.985 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.985 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.985 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2023-10-26T08:13:58.985 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.986 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.986 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.986 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.986 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2023-10-26T08:13:58.986 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2023-10-26T08:13:58.987 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:58.987 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.987 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:58.987 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:58.987 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.987 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.988 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.988 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2023-10-26T08:13:58.988 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.988 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.988 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.988 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.989 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2023-10-26T08:13:58.989 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2023-10-26T08:13:58.989 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:58.989 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.989 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:58.990 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:58.990 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.990 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.990 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.990 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-10-26T08:13:58.991 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.991 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.991 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.991 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.991 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2023-10-26T08:13:58.991 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2023-10-26T08:13:58.992 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:58.992 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.992 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:58.992 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:58.992 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.993 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.993 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:58.993 INFO:teuthology.orchestra.run.smithi012.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", 2023-10-26T08:13:58.993 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.993 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.993 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.994 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:58.994 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:58.994 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.994 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:58.994 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2023-10-26T08:13:58.995 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:58.995 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:58.995 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:58.995 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:58.995 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:58.995 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:58.996 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:58.996 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:58.996 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:58.996 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:58.997 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:58.997 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:58.997 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:58.997 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:58.997 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:58.997 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:58.998 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:58.998 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:58.998 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:58.998 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:58.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:58.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:58.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:58.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:58.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:58.999 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.000 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.000 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.000 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.000 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.000 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.001 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.001 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.001 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.001 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.001 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.001 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.002 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.002 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.002 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.002 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.002 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.003 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.004 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.004 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.004 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.004 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.004 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.005 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.006 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.007 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.007 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.007 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.007 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.007 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2023-10-26T08:13:59.008 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2023-10-26T08:13:59.009 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:59.009 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.009 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.009 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2023-10-26T08:13:59.009 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.010 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.010 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.010 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2023-10-26T08:13:59.010 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.010 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.010 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.011 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.011 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2023-10-26T08:13:59.011 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2023-10-26T08:13:59.011 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:59.011 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.012 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.012 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2023-10-26T08:13:59.012 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.012 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.013 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.013 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2023-10-26T08:13:59.013 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.013 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.013 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.014 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.014 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.014 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.014 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.014 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2023-10-26T08:13:59.015 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.015 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.015 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.015 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2023-10-26T08:13:59.015 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2023-10-26T08:13:59.016 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.016 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.016 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.016 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.016 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.016 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.017 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.017 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.017 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.017 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.017 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.018 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.018 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2023-10-26T08:13:59.018 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2023-10-26T08:13:59.018 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.018 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.018 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.019 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.019 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.019 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.019 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.019 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.020 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.020 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.020 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.020 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.020 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2023-10-26T08:13:59.020 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-10-26T08:13:59.021 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.021 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.021 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.021 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.021 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.022 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.022 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.022 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.022 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.022 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.022 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.023 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.023 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2023-10-26T08:13:59.023 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2023-10-26T08:13:59.023 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.023 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.024 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.024 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.024 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.024 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.024 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.024 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.025 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.025 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.025 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.025 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.025 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2023-10-26T08:13:59.026 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2023-10-26T08:13:59.026 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.026 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.026 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.026 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.026 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.027 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.027 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.027 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.027 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.027 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.028 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.028 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.028 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2023-10-26T08:13:59.028 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2023-10-26T08:13:59.028 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.028 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.029 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.029 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.029 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.029 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.029 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.030 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.030 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.030 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.030 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.031 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.031 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2023-10-26T08:13:59.031 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2023-10-26T08:13:59.031 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.031 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.032 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.032 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.032 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.032 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.032 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.033 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.033 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.033 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.033 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.033 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.034 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2023-10-26T08:13:59.034 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2023-10-26T08:13:59.034 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.034 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.034 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.035 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.035 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.035 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.035 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.035 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.036 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.036 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.036 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.036 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.036 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2023-10-26T08:13:59.037 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2023-10-26T08:13:59.037 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.037 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.037 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.037 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.038 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.038 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.038 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.038 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.038 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.039 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.039 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.039 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.040 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2023-10-26T08:13:59.040 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2023-10-26T08:13:59.040 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.040 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.040 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.041 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.041 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.041 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.041 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.041 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.042 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.042 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.042 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.042 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.042 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-10-26T08:13:59.043 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-10-26T08:13:59.043 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.043 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.043 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.043 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.043 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.044 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.044 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.044 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.044 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.044 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.045 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.045 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.045 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2023-10-26T08:13:59.045 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2023-10-26T08:13:59.045 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.046 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.046 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.046 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-10-26T08:13:59.046 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.046 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.047 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.047 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.047 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.047 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.047 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.047 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.048 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2023-10-26T08:13:59.048 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-10-26T08:13:59.048 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.048 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.048 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.049 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.049 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.049 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.049 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.049 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.049 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.050 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.050 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.050 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.050 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2023-10-26T08:13:59.050 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2023-10-26T08:13:59.051 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.051 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.051 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.051 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.051 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.051 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.052 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.052 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.052 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.052 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.052 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.053 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.053 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2023-10-26T08:13:59.053 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2023-10-26T08:13:59.053 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.053 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.053 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.054 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-10-26T08:13:59.054 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.054 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.054 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.054 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.055 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.055 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.055 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.055 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.055 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-10-26T08:13:59.055 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-10-26T08:13:59.056 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.056 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.056 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.056 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.056 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.057 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.057 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.057 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.057 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.057 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.058 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.058 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.058 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2023-10-26T08:13:59.058 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-10-26T08:13:59.058 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.059 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.059 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.059 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.059 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.059 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.059 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.060 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.060 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.060 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.060 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.060 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.061 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2023-10-26T08:13:59.061 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2023-10-26T08:13:59.061 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.061 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.061 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.061 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.062 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.062 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.062 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.062 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.062 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.063 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.063 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.063 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.063 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-10-26T08:13:59.064 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-10-26T08:13:59.064 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.064 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.064 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.065 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.065 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.065 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.065 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.065 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.066 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.066 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.066 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.066 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.066 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-10-26T08:13:59.067 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-10-26T08:13:59.067 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.067 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.067 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.067 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.068 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.068 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.068 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.068 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.068 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.069 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.069 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.069 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.069 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-10-26T08:13:59.070 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-10-26T08:13:59.070 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.070 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.070 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.070 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.070 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.071 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.071 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.071 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.071 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.072 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.072 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.072 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.072 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-10-26T08:13:59.072 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-10-26T08:13:59.072 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.073 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.073 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.073 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.073 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.073 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.074 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.074 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.074 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.074 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.074 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.074 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.075 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-10-26T08:13:59.075 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-10-26T08:13:59.075 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.075 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.075 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.076 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.076 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.076 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.076 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.076 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.076 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.077 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.077 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.077 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.077 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-10-26T08:13:59.077 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-10-26T08:13:59.078 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.078 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.078 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.078 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.078 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.079 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.079 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.079 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.079 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.079 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.079 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.080 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.080 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-10-26T08:13:59.080 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-10-26T08:13:59.080 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.080 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.081 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.081 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.081 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.081 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.081 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.082 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.082 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.082 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.082 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.082 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.082 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2023-10-26T08:13:59.083 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2023-10-26T08:13:59.083 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.083 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.083 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.083 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.084 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.084 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.084 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.084 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.084 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.084 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.085 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.085 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.085 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-10-26T08:13:59.085 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-10-26T08:13:59.085 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.086 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.086 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.086 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-10-26T08:13:59.086 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.086 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.087 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.087 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.087 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.087 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.087 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.087 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.088 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-10-26T08:13:59.088 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-10-26T08:13:59.088 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.088 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.088 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.089 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-10-26T08:13:59.089 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.089 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.089 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.089 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.089 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.090 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.090 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.090 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.090 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2023-10-26T08:13:59.090 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-10-26T08:13:59.091 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.091 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.091 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.091 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2023-10-26T08:13:59.091 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.092 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.092 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.092 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.092 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.092 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.093 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.093 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.093 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2023-10-26T08:13:59.093 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2023-10-26T08:13:59.093 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.094 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.094 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.094 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2023-10-26T08:13:59.094 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.094 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.095 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.095 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.095 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.095 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.095 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.096 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.096 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2023-10-26T08:13:59.096 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2023-10-26T08:13:59.096 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.097 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.097 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.097 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.097 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.097 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.098 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.098 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.098 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.098 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.098 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.099 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.099 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2023-10-26T08:13:59.099 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-10-26T08:13:59.099 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.099 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.100 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.100 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-10-26T08:13:59.100 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.100 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.100 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.101 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.101 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.101 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.101 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.101 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.102 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2023-10-26T08:13:59.102 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2023-10-26T08:13:59.102 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.102 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.102 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.103 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.103 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.103 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.103 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.104 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.104 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.104 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.104 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.104 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.105 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2023-10-26T08:13:59.105 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2023-10-26T08:13:59.105 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.105 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.105 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.105 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2023-10-26T08:13:59.106 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.106 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.106 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.106 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.106 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.107 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.107 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.107 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.107 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2023-10-26T08:13:59.107 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2023-10-26T08:13:59.108 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.108 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.108 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.108 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2023-10-26T08:13:59.108 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.109 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.109 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.109 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.109 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.109 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.110 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.110 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.110 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2023-10-26T08:13:59.110 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2023-10-26T08:13:59.110 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.111 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.111 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.111 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.111 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.111 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.112 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.112 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.112 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.112 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.112 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.113 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.113 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2023-10-26T08:13:59.113 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2023-10-26T08:13:59.113 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.113 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.114 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.114 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.114 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.114 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.114 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.115 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.115 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.115 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.115 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.115 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.116 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2023-10-26T08:13:59.116 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2023-10-26T08:13:59.116 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.116 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.116 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.117 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.117 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.117 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.117 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.117 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.118 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.118 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.118 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.118 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.118 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2023-10-26T08:13:59.119 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-10-26T08:13:59.119 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.119 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.119 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.120 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-10-26T08:13:59.120 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.120 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.120 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.120 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.120 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.121 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.121 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.121 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.121 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-10-26T08:13:59.121 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-10-26T08:13:59.122 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.122 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.122 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.122 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-10-26T08:13:59.122 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.123 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.123 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.123 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.123 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.124 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.124 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.124 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.124 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-10-26T08:13:59.124 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-10-26T08:13:59.125 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.125 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.125 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.125 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-10-26T08:13:59.125 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.126 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.126 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.126 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.126 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.126 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.127 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.127 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.127 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2023-10-26T08:13:59.127 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2023-10-26T08:13:59.127 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.128 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.128 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.128 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.128 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.128 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.129 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.129 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.129 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.129 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.129 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.130 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.130 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2023-10-26T08:13:59.130 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2023-10-26T08:13:59.130 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.130 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.131 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.131 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.131 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.131 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.131 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.132 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2023-10-26T08:13:59.132 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.132 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.132 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.132 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.133 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2023-10-26T08:13:59.133 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2023-10-26T08:13:59.133 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.133 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.133 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.134 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2023-10-26T08:13:59.134 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.134 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.134 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.135 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.135 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.135 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.135 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.135 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.135 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-10-26T08:13:59.136 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-10-26T08:13:59.136 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.136 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.136 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.136 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.137 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.137 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.137 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.137 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.138 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.138 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.138 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.138 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.138 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.138 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.139 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.139 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.139 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.139 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.140 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.140 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.140 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.140 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.140 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.141 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.141 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.141 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.141 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.141 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.142 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.142 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.142 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.142 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.142 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.143 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.143 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.143 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.143 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.143 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.144 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.144 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.144 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.144 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.144 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.145 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.145 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.145 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.145 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.145 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.146 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.146 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.146 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.146 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.146 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.147 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.147 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.147 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.147 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.148 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.148 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.148 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.148 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.148 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.148 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.149 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.149 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.149 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.149 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.150 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.150 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.150 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.150 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.150 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.151 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.151 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.151 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.151 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.151 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.152 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.152 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.152 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.152 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.152 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.153 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-10-26T08:13:59.153 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-10-26T08:13:59.153 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.153 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.153 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.154 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.154 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.154 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.154 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.154 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.155 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.155 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.155 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.155 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.155 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-10-26T08:13:59.156 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-10-26T08:13:59.156 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.156 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.156 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.156 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2023-10-26T08:13:59.157 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.157 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.157 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.157 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.157 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.158 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.158 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.158 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.158 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-10-26T08:13:59.158 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-10-26T08:13:59.159 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.159 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.159 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.159 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2023-10-26T08:13:59.159 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.160 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.160 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.160 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.160 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.160 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.161 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.161 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.161 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-10-26T08:13:59.161 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-10-26T08:13:59.161 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.162 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.162 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.162 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.162 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.162 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.163 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.163 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.163 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.163 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.163 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.164 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.164 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2023-10-26T08:13:59.164 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2023-10-26T08:13:59.164 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.165 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.165 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.165 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2023-10-26T08:13:59.165 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.165 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.165 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.166 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.166 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.166 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.166 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.166 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.167 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2023-10-26T08:13:59.167 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2023-10-26T08:13:59.167 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.167 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.167 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.168 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2023-10-26T08:13:59.168 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.168 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.168 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.169 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.169 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2023-10-26T08:13:59.169 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.169 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.169 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.169 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.170 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.170 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.170 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2023-10-26T08:13:59.170 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2023-10-26T08:13:59.171 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.171 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.171 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.171 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2023-10-26T08:13:59.171 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2023-10-26T08:13:59.172 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2023-10-26T08:13:59.172 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.172 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.172 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.172 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.173 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.173 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.173 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2023-10-26T08:13:59.173 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2023-10-26T08:13:59.173 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.174 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.174 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.174 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.174 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.174 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.175 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.175 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.175 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.175 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.175 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.175 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.176 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-10-26T08:13:59.176 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-10-26T08:13:59.176 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.176 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.176 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.177 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.177 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.177 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.177 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.177 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.177 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.178 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.178 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.178 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.178 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.178 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.179 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.179 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2023-10-26T08:13:59.179 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.179 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.179 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.179 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2023-10-26T08:13:59.180 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2023-10-26T08:13:59.180 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.180 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.180 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.180 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.181 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.181 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.181 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.181 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2023-10-26T08:13:59.181 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.181 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.182 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.182 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.182 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.182 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.182 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.183 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.183 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.183 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.183 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.183 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.184 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.184 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.184 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.184 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.184 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.184 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.185 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.185 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.185 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.185 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.185 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.186 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.186 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.186 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.186 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.186 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.187 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.187 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.187 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.187 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.187 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.188 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.188 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.188 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.188 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.188 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.189 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.189 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.189 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.189 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.189 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.190 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.190 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.190 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.190 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.190 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.191 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.191 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.191 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.191 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.191 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.192 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.192 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.192 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.192 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.192 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.193 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.193 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.193 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.193 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.193 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.194 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.194 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.194 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.194 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.195 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.195 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.195 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.195 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.195 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.196 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.196 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.196 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2023-10-26T08:13:59.196 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2023-10-26T08:13:59.196 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:59.197 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.197 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.197 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2023-10-26T08:13:59.197 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.197 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.198 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.198 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2023-10-26T08:13:59.198 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.198 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.198 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.198 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.199 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2023-10-26T08:13:59.199 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2023-10-26T08:13:59.199 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.199 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.199 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.200 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2023-10-26T08:13:59.200 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.200 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.200 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.200 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2023-10-26T08:13:59.201 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.201 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.201 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.201 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.201 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2023-10-26T08:13:59.202 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2023-10-26T08:13:59.202 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:59.202 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.202 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.202 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2023-10-26T08:13:59.203 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.203 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.203 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.203 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2023-10-26T08:13:59.203 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.203 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.204 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.204 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.204 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2023-10-26T08:13:59.204 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2023-10-26T08:13:59.204 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:59.205 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.205 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.205 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-10-26T08:13:59.205 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.205 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.205 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.206 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2023-10-26T08:13:59.206 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.206 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.206 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.206 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.207 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2023-10-26T08:13:59.207 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2023-10-26T08:13:59.207 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.207 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.207 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.208 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.208 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.208 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.208 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.208 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2023-10-26T08:13:59.208 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.209 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.209 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.209 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.209 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-10-26T08:13:59.209 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-10-26T08:13:59.210 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:59.210 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.210 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.210 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-10-26T08:13:59.210 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.211 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.211 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.211 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2023-10-26T08:13:59.211 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.211 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.212 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.212 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.212 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2023-10-26T08:13:59.212 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2023-10-26T08:13:59.212 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:59.212 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.213 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.213 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2023-10-26T08:13:59.213 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.213 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.213 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.214 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2023-10-26T08:13:59.214 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.214 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.214 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.214 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.214 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.215 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.215 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.215 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2023-10-26T08:13:59.215 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.215 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.216 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.216 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.216 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.216 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.216 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.217 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.217 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.217 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.217 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.217 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.217 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.218 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.218 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.218 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.218 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.218 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.219 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.219 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.219 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.219 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.219 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.219 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.220 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.220 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.220 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.220 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.220 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.221 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.221 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.221 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.221 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.221 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.221 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.222 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.222 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.222 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.222 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.222 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.223 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.223 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.223 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.223 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.223 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.223 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.224 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.224 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.224 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.224 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.224 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.225 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.225 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.225 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.225 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.225 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.226 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.226 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.226 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.226 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.226 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.227 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.227 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.227 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.227 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.227 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.227 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.228 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.228 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.228 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.228 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.228 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.229 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.229 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2023-10-26T08:13:59.229 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2023-10-26T08:13:59.229 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.229 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.229 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.230 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-10-26T08:13:59.230 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.230 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.230 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.230 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.231 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.231 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.231 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.231 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.231 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2023-10-26T08:13:59.231 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2023-10-26T08:13:59.232 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.232 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.232 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.232 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2023-10-26T08:13:59.232 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.232 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.233 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.233 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.233 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.233 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.233 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.234 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.234 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-10-26T08:13:59.234 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-10-26T08:13:59.234 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.234 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.234 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.235 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-10-26T08:13:59.235 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.235 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.235 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.236 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.236 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.236 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.236 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.236 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.236 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.237 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.237 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.237 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2023-10-26T08:13:59.237 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2023-10-26T08:13:59.237 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2023-10-26T08:13:59.238 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.238 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2023-10-26T08:13:59.238 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2023-10-26T08:13:59.238 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.238 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.239 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.239 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2023-10-26T08:13:59.239 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.239 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.239 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.240 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.240 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.240 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.240 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.240 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.240 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2023-10-26T08:13:59.241 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2023-10-26T08:13:59.241 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.241 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.241 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.241 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2023-10-26T08:13:59.242 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.242 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.242 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.242 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.243 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.243 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.243 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.243 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.243 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2023-10-26T08:13:59.243 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2023-10-26T08:13:59.244 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.244 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.244 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.244 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:59.245 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.245 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.245 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.245 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.245 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.245 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.246 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.246 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.246 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-10-26T08:13:59.246 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-10-26T08:13:59.246 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.247 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.247 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.247 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2023-10-26T08:13:59.247 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.247 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.247 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.248 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.248 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.248 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.248 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.248 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.249 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.249 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.249 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.249 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.249 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.250 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.250 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.250 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.250 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.250 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.251 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.251 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.251 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.251 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.251 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.252 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.252 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.252 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.252 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.252 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.252 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.253 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.253 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.253 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.253 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.253 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.254 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.254 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.254 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.254 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.254 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.255 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.255 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.255 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.255 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.255 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.256 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.256 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.256 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.256 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.256 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.257 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.257 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.257 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.257 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.257 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.258 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.258 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.258 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.258 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.258 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.259 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.259 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.259 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.259 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.259 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.260 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.261 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.261 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.261 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.262 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.262 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.262 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.262 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.263 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.263 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.263 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.263 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.263 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.264 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.264 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-10-26T08:13:59.264 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-10-26T08:13:59.264 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.264 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.265 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.265 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:59.265 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.265 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.266 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.266 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.266 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.266 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.266 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.267 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.267 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2023-10-26T08:13:59.267 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2023-10-26T08:13:59.267 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.268 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.268 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.268 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2023-10-26T08:13:59.268 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.269 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.269 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.269 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.269 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.269 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.270 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.270 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.270 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-10-26T08:13:59.270 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-10-26T08:13:59.270 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.271 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.271 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.271 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2023-10-26T08:13:59.271 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.271 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.272 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.272 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.272 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.272 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.272 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.272 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.273 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2023-10-26T08:13:59.273 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2023-10-26T08:13:59.273 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.273 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.273 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.274 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-10-26T08:13:59.274 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.274 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.274 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.274 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.275 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.275 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.275 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.275 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.275 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-10-26T08:13:59.275 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-10-26T08:13:59.276 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.276 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.276 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.276 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:59.276 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.277 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.277 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.277 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.277 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.277 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.277 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.278 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.278 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2023-10-26T08:13:59.278 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2023-10-26T08:13:59.278 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.278 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.279 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.279 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2023-10-26T08:13:59.279 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.279 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.279 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.279 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.280 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.280 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.280 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.280 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.280 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.281 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.281 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.281 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2023-10-26T08:13:59.281 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.281 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.281 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.282 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.282 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.282 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.282 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.282 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.283 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.283 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.283 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.283 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.283 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.284 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.284 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.284 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.284 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.284 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.284 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.285 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.285 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.285 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.285 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.285 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.286 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.286 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.286 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.286 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.286 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.287 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.287 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.287 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.287 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.287 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.287 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.288 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.288 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.288 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.288 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.288 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.289 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.289 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.289 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.289 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.289 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.289 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.290 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.290 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.290 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.290 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.290 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.291 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.291 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.291 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.291 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.291 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.292 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.292 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.292 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.292 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.292 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.292 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.293 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.293 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.293 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.293 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.293 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.294 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.294 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.294 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.294 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.294 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.295 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.295 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.295 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.295 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.295 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2023-10-26T08:13:59.295 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.296 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.296 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.296 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.296 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.296 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.297 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.297 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.297 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.297 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.297 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.297 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.298 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.298 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.298 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.298 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.298 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.299 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.299 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.299 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.299 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.299 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.300 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.300 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.300 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.300 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.300 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.300 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.301 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.301 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.301 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.301 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.301 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.301 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.302 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.302 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.302 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.302 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.302 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.303 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.303 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.303 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.303 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.303 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.304 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.304 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.304 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.304 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.304 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.305 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.305 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.305 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.305 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.305 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.306 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.306 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.306 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.306 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.306 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.306 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.307 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.307 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.307 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.307 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.307 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.308 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.308 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.308 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.308 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.308 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.309 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.309 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.309 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.309 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.309 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.309 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.310 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2023-10-26T08:13:59.310 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.310 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.310 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.310 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2023-10-26T08:13:59.311 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2023-10-26T08:13:59.311 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.311 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.311 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.311 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-10-26T08:13:59.312 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.312 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.312 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.312 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2023-10-26T08:13:59.312 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.312 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.313 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.313 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.313 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2023-10-26T08:13:59.313 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2023-10-26T08:13:59.313 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.314 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.314 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.314 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-10-26T08:13:59.314 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2023-10-26T08:13:59.315 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.315 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.315 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-10-26T08:13:59.315 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.315 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.315 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.316 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.316 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.316 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.316 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.316 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.316 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.317 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.317 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.317 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.317 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.317 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.317 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.318 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.318 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.318 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.318 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.318 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.319 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.319 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.319 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.319 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.319 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.319 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.320 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.320 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.320 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.320 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.320 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.321 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.321 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.321 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.321 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.321 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.321 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.322 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.322 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.322 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.322 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.322 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.323 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.323 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.323 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.323 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.323 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.324 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.324 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.324 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.324 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.324 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.325 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.325 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.325 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.325 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.325 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.325 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.326 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.326 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.326 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.326 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.326 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.327 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.327 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.327 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.327 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.327 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.328 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.328 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.328 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.328 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.328 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.328 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.329 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.329 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.329 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.329 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2023-10-26T08:13:59.329 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.330 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.330 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.330 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2023-10-26T08:13:59.330 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2023-10-26T08:13:59.330 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.330 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.331 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.331 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2023-10-26T08:13:59.331 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.331 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.331 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.332 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2023-10-26T08:13:59.332 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.332 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.332 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.332 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.333 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.333 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.333 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.333 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.333 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.333 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.334 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.334 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.334 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.334 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.335 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.336 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.336 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.336 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.336 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.336 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.337 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.338 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.338 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.338 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.338 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.338 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.339 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.339 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.339 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.339 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.339 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.339 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.340 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.340 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.340 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.340 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.340 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.341 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.341 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.341 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.341 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.341 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.342 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.342 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.342 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.342 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.342 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.342 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.343 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.343 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.343 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.343 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.343 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.344 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.344 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.344 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.344 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.344 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.345 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.345 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.345 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.345 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.345 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.345 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.346 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.346 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2023-10-26T08:13:59.346 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2023-10-26T08:13:59.346 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.346 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.347 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.347 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.347 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.347 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.347 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.348 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2023-10-26T08:13:59.348 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.348 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.348 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.348 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.348 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2023-10-26T08:13:59.349 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2023-10-26T08:13:59.349 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.349 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.349 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.349 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2023-10-26T08:13:59.349 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.350 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.350 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.350 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2023-10-26T08:13:59.350 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.350 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.351 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.351 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.351 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2023-10-26T08:13:59.351 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2023-10-26T08:13:59.351 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.352 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.352 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.352 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2023-10-26T08:13:59.352 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.352 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.353 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.353 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2023-10-26T08:13:59.353 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.353 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.353 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.353 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.354 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2023-10-26T08:13:59.354 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2023-10-26T08:13:59.354 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.354 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.354 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.355 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.355 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.355 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.355 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.355 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2023-10-26T08:13:59.356 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.356 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.356 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.356 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.356 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2023-10-26T08:13:59.356 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2023-10-26T08:13:59.357 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.357 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.357 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.357 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2023-10-26T08:13:59.357 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.358 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.358 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.358 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2023-10-26T08:13:59.358 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.358 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.358 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.359 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.359 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.359 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.359 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.359 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-10-26T08:13:59.360 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.360 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.360 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.360 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.360 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.360 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.361 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.361 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.361 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.361 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.361 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.361 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.362 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.362 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.362 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.362 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.362 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.363 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.363 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.363 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.363 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.363 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.364 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.364 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.364 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.364 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.364 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.365 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.365 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.365 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.365 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.365 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.365 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.366 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.366 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.366 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.366 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.366 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.367 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.367 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.367 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.367 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.367 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.368 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.368 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.368 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.368 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.368 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.368 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.369 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.369 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.369 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.369 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.369 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.370 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.370 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.370 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.370 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.370 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.370 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.371 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.371 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.371 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.371 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.371 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.372 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.372 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.372 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.372 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.372 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.373 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.373 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.373 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.373 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2023-10-26T08:13:59.373 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-10-26T08:13:59.374 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.374 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.374 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.374 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:59.374 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.375 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.375 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.375 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-10-26T08:13:59.375 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2023-10-26T08:13:59.375 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2023-10-26T08:13:59.376 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.376 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2023-10-26T08:13:59.376 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.376 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.376 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.376 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.377 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.377 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.377 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.377 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2023-10-26T08:13:59.377 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.378 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.378 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.378 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.378 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.378 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.379 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.379 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.379 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.379 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.379 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.380 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.380 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.380 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.380 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.380 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.381 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.381 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.381 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.381 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.381 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.381 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.382 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.382 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.382 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.382 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.382 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.383 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.383 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.383 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.383 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.383 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.384 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.384 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.384 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.384 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.384 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.384 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.385 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.385 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.385 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.385 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.385 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.386 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.386 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.386 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.386 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.386 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.387 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.387 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.387 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.387 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.387 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.387 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.388 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.388 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.388 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.388 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.388 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.389 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.389 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.389 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.389 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.389 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.389 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.390 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.390 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.390 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.390 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.390 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.391 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.391 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.391 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.391 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.391 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.391 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.392 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2023-10-26T08:13:59.392 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.392 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.392 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.392 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.392 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.393 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.393 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.393 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.393 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.393 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.394 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.394 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.394 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.394 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.394 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.395 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.395 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.395 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.395 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.395 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.396 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.396 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.396 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.396 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.396 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.396 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.397 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.397 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.397 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.397 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.397 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.397 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.398 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.398 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.398 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.398 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.398 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.399 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.399 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.399 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.399 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.399 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.399 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.400 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.400 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.400 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.400 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.400 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.401 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.401 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.401 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.401 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.401 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.401 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.402 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.402 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.402 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.402 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.402 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.403 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.403 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.403 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.403 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.403 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.404 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.404 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.404 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.404 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.404 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.404 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.405 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.405 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.405 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.405 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-10-26T08:13:59.405 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-10-26T08:13:59.406 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.406 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.406 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.406 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-10-26T08:13:59.406 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.407 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.407 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.407 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.407 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.407 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.407 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.408 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.408 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.408 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.408 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.408 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2023-10-26T08:13:59.409 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.409 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.409 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.409 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.409 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.409 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.410 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.410 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.410 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.410 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.410 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.411 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.411 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.411 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.411 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.411 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.411 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.412 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.412 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.412 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.412 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.412 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.413 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.413 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.413 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.413 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.413 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.413 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.414 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.414 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.414 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.414 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.414 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.415 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.415 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.415 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.415 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.415 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.415 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.416 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.416 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.416 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.416 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.416 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.417 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.417 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.417 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.417 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.417 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.418 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.418 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.418 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.418 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.418 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.418 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.419 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.419 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.419 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.419 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.419 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.420 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.420 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.420 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.420 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.420 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.420 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.421 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.421 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.421 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.421 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.421 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.422 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.422 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.422 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2023-10-26T08:13:59.422 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2023-10-26T08:13:59.422 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.423 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.423 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.423 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2023-10-26T08:13:59.423 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.423 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.424 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.424 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2023-10-26T08:13:59.424 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.424 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.424 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.424 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.425 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2023-10-26T08:13:59.425 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2023-10-26T08:13:59.425 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:59.425 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.425 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.426 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-10-26T08:13:59.426 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.426 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.426 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.426 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2023-10-26T08:13:59.427 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.427 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.427 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.427 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.427 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.427 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.428 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.428 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2023-10-26T08:13:59.428 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.428 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.428 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.429 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.429 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.429 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.429 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.429 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.430 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.430 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.430 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.430 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.430 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.430 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.431 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.431 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.431 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.431 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.431 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.432 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.432 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.432 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.432 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.432 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.433 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.433 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.433 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.433 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.433 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.433 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.434 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.434 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.434 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.434 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.434 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.435 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.435 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.435 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.435 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.435 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.436 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.436 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.436 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.436 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.436 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.436 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.437 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.437 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.437 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.437 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.437 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.438 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.438 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.438 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.438 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.438 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.439 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.439 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.439 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.439 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.439 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.440 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.440 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.440 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.440 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.440 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.440 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.441 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.441 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.441 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.441 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.441 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.442 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.442 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2023-10-26T08:13:59.442 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2023-10-26T08:13:59.442 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.442 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.443 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.443 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.443 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.443 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.443 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.444 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.444 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.444 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.444 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.444 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.444 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2023-10-26T08:13:59.445 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2023-10-26T08:13:59.445 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.445 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.445 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.445 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.446 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.446 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.446 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.446 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.446 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.447 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.447 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.447 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.447 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2023-10-26T08:13:59.447 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2023-10-26T08:13:59.447 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.448 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.448 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.448 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.448 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.448 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.449 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.449 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.449 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.449 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.449 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.450 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.450 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-10-26T08:13:59.450 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-10-26T08:13:59.450 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.450 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.450 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.451 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.451 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.451 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.451 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.451 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.452 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.452 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.452 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.452 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.452 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-10-26T08:13:59.452 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-10-26T08:13:59.453 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.453 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.453 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.453 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.453 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.454 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.454 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.454 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.454 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.454 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.455 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.455 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.455 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.455 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.455 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.455 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2023-10-26T08:13:59.456 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.456 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.456 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.456 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.456 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.457 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.457 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.457 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.457 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.457 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.457 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.458 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.458 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.458 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.458 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.458 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.458 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.459 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.459 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.459 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.459 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.459 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.459 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.460 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.460 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.460 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.460 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.460 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.461 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.461 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.461 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.461 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.461 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.461 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.462 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.462 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.462 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.462 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.462 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.463 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.463 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.463 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.463 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.463 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.463 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.464 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.465 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.465 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.466 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.466 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.466 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.466 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.466 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.467 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.467 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.467 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.467 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.467 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.467 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.468 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.468 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.468 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.468 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.468 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.469 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.469 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.469 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.469 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.469 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.469 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.470 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.470 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.470 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.470 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2023-10-26T08:13:59.470 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2023-10-26T08:13:59.471 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.471 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.471 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.471 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.471 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.472 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.472 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.472 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.472 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.472 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.472 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.473 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.473 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2023-10-26T08:13:59.473 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2023-10-26T08:13:59.473 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.473 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.474 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.474 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.474 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.474 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.474 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.475 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2023-10-26T08:13:59.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.476 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.477 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.477 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-10-26T08:13:59.477 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-10-26T08:13:59.477 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.477 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.478 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.479 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.479 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.479 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.479 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.479 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.479 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.480 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.480 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.480 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.480 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.480 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.481 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.482 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.482 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.482 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.482 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.482 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.483 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.484 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.484 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.484 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.484 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.484 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.484 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.485 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.486 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.486 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.486 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.486 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.486 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.487 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.487 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.487 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.487 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.487 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.487 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.488 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.488 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.488 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.488 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.488 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.489 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.489 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.489 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.489 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.489 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.489 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.490 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.490 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.490 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.490 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.490 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.491 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.491 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.491 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.491 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.491 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.492 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.492 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.492 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.492 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.492 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.492 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-10-26T08:13:59.493 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-10-26T08:13:59.493 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.493 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.493 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.493 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.494 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.494 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.494 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.494 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.494 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.495 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.495 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.495 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.495 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-10-26T08:13:59.495 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-10-26T08:13:59.495 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.496 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.496 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.496 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.496 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.496 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.497 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.497 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.497 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.497 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.497 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.497 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.498 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.498 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.498 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.498 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2023-10-26T08:13:59.498 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.499 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.499 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.499 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.499 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.499 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.500 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.501 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.502 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.503 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.503 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.503 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.503 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.503 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.504 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.505 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.505 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.505 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.505 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.505 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.506 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.507 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.508 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.509 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.510 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.511 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.512 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.512 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.512 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.512 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.512 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2023-10-26T08:13:59.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.513 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.514 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.515 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.515 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.515 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.515 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.515 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.516 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.517 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.517 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.517 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.517 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.517 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.518 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.518 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.518 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.518 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.518 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.519 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.520 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.520 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.520 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.520 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.520 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.521 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.521 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.521 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.521 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.521 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.522 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.523 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.523 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.523 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.523 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.523 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.524 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.525 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.525 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.525 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.525 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.525 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.526 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2023-10-26T08:13:59.527 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2023-10-26T08:13:59.527 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.527 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.527 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.527 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.528 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.529 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.529 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.529 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2023-10-26T08:13:59.529 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2023-10-26T08:13:59.529 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.530 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.530 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.530 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2023-10-26T08:13:59.530 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.531 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.532 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.532 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2023-10-26T08:13:59.532 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2023-10-26T08:13:59.532 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.532 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.533 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.534 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.534 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.534 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.534 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.534 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2023-10-26T08:13:59.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2023-10-26T08:13:59.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.535 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.536 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.536 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.536 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.536 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.536 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2023-10-26T08:13:59.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2023-10-26T08:13:59.537 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-10-26T08:13:59.538 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.538 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.538 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.538 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.538 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.539 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.539 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.539 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.539 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.539 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.540 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.540 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2023-10-26T08:13:59.540 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2023-10-26T08:13:59.540 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.540 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.540 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.541 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.541 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.541 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.541 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.541 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.542 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.542 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.542 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.542 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.542 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2023-10-26T08:13:59.543 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2023-10-26T08:13:59.543 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.543 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.543 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.543 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.543 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.544 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.544 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.544 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.544 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.544 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.545 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.545 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.545 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2023-10-26T08:13:59.545 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2023-10-26T08:13:59.545 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.546 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.546 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.546 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.546 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.546 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.547 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.547 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.547 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.547 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.547 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.547 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.548 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2023-10-26T08:13:59.548 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2023-10-26T08:13:59.548 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.548 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.548 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.549 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.549 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.549 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.549 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.549 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.549 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.550 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.550 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.550 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.550 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2023-10-26T08:13:59.550 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2023-10-26T08:13:59.551 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.551 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.551 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.551 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.551 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.552 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.552 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.552 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.552 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.552 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.552 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.553 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.553 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2023-10-26T08:13:59.553 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2023-10-26T08:13:59.553 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.553 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.554 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.554 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.554 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.554 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.554 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.555 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.555 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.555 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.555 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.555 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.555 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.556 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.556 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.556 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2023-10-26T08:13:59.556 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.556 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.557 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.557 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.557 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.557 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.557 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.557 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.558 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.558 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.558 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.558 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.558 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.559 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.559 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.559 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.559 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.559 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.560 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.560 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.560 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.560 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.560 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.560 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.561 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.561 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.561 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.561 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.561 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.562 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.562 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.562 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.562 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.562 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.563 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.563 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.563 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.563 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.563 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.563 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.564 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.564 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.564 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.564 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.564 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.565 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.565 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.565 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.565 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.565 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.565 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.566 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.566 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.566 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.566 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.566 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.567 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.567 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.567 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.567 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.567 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.568 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.568 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.568 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.568 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.568 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.568 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.569 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.569 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.569 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.569 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.569 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.570 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.570 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.570 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.570 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.570 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2023-10-26T08:13:59.570 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.571 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.571 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.571 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2023-10-26T08:13:59.571 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2023-10-26T08:13:59.571 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.572 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.572 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.572 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-10-26T08:13:59.572 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.572 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.572 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.573 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.573 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.573 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.573 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.573 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.574 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-10-26T08:13:59.574 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-10-26T08:13:59.574 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:59.574 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.574 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.575 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2023-10-26T08:13:59.575 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.575 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.575 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.575 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.575 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.576 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.576 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.576 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.576 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.576 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.577 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.577 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.577 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.577 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.577 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.577 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.578 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.578 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.578 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.578 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.578 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.579 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.579 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.579 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.579 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.579 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.580 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.580 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.580 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.580 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.580 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.580 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.581 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.581 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.581 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.581 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.581 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.582 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.582 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.582 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.582 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.582 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.583 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.583 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.583 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.583 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.583 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.583 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.584 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.584 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.584 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.584 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.584 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.585 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.585 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.585 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.585 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.585 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.585 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.586 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.586 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.586 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.586 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.586 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.587 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.587 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.587 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.587 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.587 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.587 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.588 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.588 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.588 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.588 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.588 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.589 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.589 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.589 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.589 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.589 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.590 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.590 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2023-10-26T08:13:59.590 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.590 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.590 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.591 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2023-10-26T08:13:59.591 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2023-10-26T08:13:59.591 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.591 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.591 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.591 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.592 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.592 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.592 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.592 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2023-10-26T08:13:59.592 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.593 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.593 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.593 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.593 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2023-10-26T08:13:59.593 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2023-10-26T08:13:59.594 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.594 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.594 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.594 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.594 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.594 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.595 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.595 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.595 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.595 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.595 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.596 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.596 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2023-10-26T08:13:59.596 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2023-10-26T08:13:59.596 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.596 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.597 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.597 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-10-26T08:13:59.597 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.597 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.597 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.597 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.598 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.598 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.598 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.598 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.599 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2023-10-26T08:13:59.599 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2023-10-26T08:13:59.599 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.599 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.599 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.599 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.600 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.600 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.600 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.600 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.600 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.601 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.601 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.601 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.601 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2023-10-26T08:13:59.601 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2023-10-26T08:13:59.601 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.602 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.602 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.602 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:59.602 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.602 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.603 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.603 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.603 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.603 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.603 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.603 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.604 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2023-10-26T08:13:59.604 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2023-10-26T08:13:59.604 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.604 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.604 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.605 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:59.605 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.605 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.605 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.605 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.605 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.606 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.606 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.606 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.606 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2023-10-26T08:13:59.606 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2023-10-26T08:13:59.607 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.607 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.607 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.607 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2023-10-26T08:13:59.607 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.607 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.608 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.608 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.608 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.608 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.608 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.609 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.609 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2023-10-26T08:13:59.609 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2023-10-26T08:13:59.609 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.609 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.609 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.610 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.610 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.610 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.610 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.610 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.611 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.611 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.611 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.611 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.611 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-10-26T08:13:59.612 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-10-26T08:13:59.612 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.612 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.612 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.612 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2023-10-26T08:13:59.612 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2023-10-26T08:13:59.613 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.613 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.613 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.613 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.613 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.614 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.614 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.614 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2023-10-26T08:13:59.614 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2023-10-26T08:13:59.614 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.615 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.615 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.615 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2023-10-26T08:13:59.615 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.615 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.615 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.616 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.616 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.616 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.616 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.616 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.617 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2023-10-26T08:13:59.617 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2023-10-26T08:13:59.617 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.617 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.617 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.618 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.618 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.618 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.618 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.618 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.619 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.619 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.619 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.619 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.619 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.619 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.620 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.620 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.620 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.620 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.620 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.621 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.621 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.621 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.621 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.621 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.621 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.622 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.622 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.622 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.622 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.622 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.623 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.623 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.623 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.623 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.623 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.624 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.624 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.624 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.624 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.624 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.624 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.625 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.625 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.625 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.625 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.625 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.626 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.626 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.626 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.626 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.626 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.627 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.627 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.627 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.627 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.627 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.627 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.628 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.628 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.628 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.628 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.628 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.629 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.629 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.629 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.629 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.629 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.629 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.630 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.630 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.630 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.630 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.630 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.631 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.631 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.631 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.631 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.631 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.632 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.632 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.632 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.632 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.632 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2023-10-26T08:13:59.632 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2023-10-26T08:13:59.633 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.633 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.633 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.633 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:59.633 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.634 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.634 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.634 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.634 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.634 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.635 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.635 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.635 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2023-10-26T08:13:59.635 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2023-10-26T08:13:59.635 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.635 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.636 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.636 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:59.636 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.636 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.636 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.637 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.637 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.637 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.637 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.637 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.637 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2023-10-26T08:13:59.638 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2023-10-26T08:13:59.638 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.638 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.638 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.638 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2023-10-26T08:13:59.639 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.639 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.639 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.639 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.639 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.640 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.640 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.640 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.640 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.640 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.641 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.641 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2023-10-26T08:13:59.641 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.641 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.641 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.641 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.642 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.642 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.642 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.642 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.642 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.643 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.643 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.643 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.643 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.643 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.644 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.644 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.644 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.644 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.644 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.645 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.645 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.645 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.645 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.645 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.645 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.646 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.646 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.646 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.646 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.646 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.647 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.647 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.647 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.647 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.647 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.647 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.648 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.648 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.648 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.648 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.648 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.649 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.649 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.649 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.649 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.649 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.650 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.650 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.650 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.650 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.650 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.650 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.651 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.651 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.651 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.651 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.651 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.652 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.652 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.652 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.652 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.652 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.653 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.653 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.653 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.653 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.653 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.654 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.654 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.654 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.654 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.654 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.654 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.655 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.655 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.655 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.655 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2023-10-26T08:13:59.655 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.656 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.656 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.656 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.656 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.656 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.656 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.657 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.657 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.657 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.657 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.657 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.658 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.658 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.658 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.658 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.658 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.659 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.659 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.659 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.659 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.659 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.659 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.660 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.660 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.660 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.660 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.660 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.661 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.661 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.661 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.661 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.661 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.661 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.662 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.662 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.662 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.662 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.662 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.663 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.663 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.663 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.663 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.663 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.664 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.664 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.664 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.664 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.664 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.665 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.665 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.665 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.665 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.665 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.665 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.666 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.666 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.666 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.666 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.666 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.667 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.670 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.670 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.670 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.671 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.671 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.671 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.671 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.671 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.671 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.672 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.672 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.672 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.672 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.672 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.673 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.673 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2023-10-26T08:13:59.673 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-10-26T08:13:59.673 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-10-26T08:13:59.673 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-10-26T08:13:59.673 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2023-10-26T08:13:59.674 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2023-10-26T08:13:59.674 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.674 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.674 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.675 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2023-10-26T08:13:59.675 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.675 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.675 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.675 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.675 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.676 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.676 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.676 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.676 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2023-10-26T08:13:59.676 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2023-10-26T08:13:59.677 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.677 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.677 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.677 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.677 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.677 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.678 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.678 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.678 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.678 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.678 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.679 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.679 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-10-26T08:13:59.679 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-10-26T08:13:59.679 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-10-26T08:13:59.679 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.679 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.680 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-10-26T08:13:59.680 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.680 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.680 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.680 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.681 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.681 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.681 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.681 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.681 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-10-26T08:13:59.681 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-10-26T08:13:59.682 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.682 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.682 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.682 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-10-26T08:13:59.682 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.683 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.683 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.683 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.683 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.683 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.684 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.684 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.684 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.684 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.684 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.685 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.685 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.685 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.685 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.685 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-10-26T08:13:59.685 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-10-26T08:13:59.686 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.686 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.686 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.686 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.686 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.687 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.687 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.687 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.687 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.687 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.687 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.688 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.688 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-10-26T08:13:59.688 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-10-26T08:13:59.688 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.688 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.689 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.689 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-10-26T08:13:59.689 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.689 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.689 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-10-26T08:13:59.689 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-10-26T08:13:59.690 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-10-26T08:13:59.690 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-10-26T08:13:59.690 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-10-26T08:13:59.690 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-10-26T08:13:59.690 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-10-26T08:13:59.691 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.691 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.691 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.691 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.691 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.691 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.692 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-10-26T08:13:59.692 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-10-26T08:13:59.692 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-10-26T08:13:59.692 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.692 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-10-26T08:13:59.693 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-10-26T08:13:59.693 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.693 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.693 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.693 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.694 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.694 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.694 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.694 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.694 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2023-10-26T08:13:59.695 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2023-10-26T08:13:59.695 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.695 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.695 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.695 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-10-26T08:13:59.695 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.696 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.696 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.696 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.696 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.696 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.696 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.697 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.697 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2023-10-26T08:13:59.697 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2023-10-26T08:13:59.697 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-10-26T08:13:59.697 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.698 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.698 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2023-10-26T08:13:59.698 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.698 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.698 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.699 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.699 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.699 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.699 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.699 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.699 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2023-10-26T08:13:59.700 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2023-10-26T08:13:59.700 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-10-26T08:13:59.700 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-10-26T08:13:59.700 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-10-26T08:13:59.700 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2023-10-26T08:13:59.701 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-10-26T08:13:59.701 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-10-26T08:13:59.701 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-10-26T08:13:59.701 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-10-26T08:13:59.701 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-10-26T08:13:59.702 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-10-26T08:13:59.702 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-10-26T08:13:59.702 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.702 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.702 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.702 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.703 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2023-10-26T08:13:59.703 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2023-10-26T08:13:59.703 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2023-10-26T08:13:59.703 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-10-26T08:13:59.703 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-10-26T08:13:59.704 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-10-26T08:13:59.704 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2023-10-26T08:13:59.704 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-10-26T08:13:59.704 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-10-26T08:13:59.704 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-10-26T08:13:59.705 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-10-26T08:13:59.705 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.705 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2023-10-26T08:13:59.705 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-10-26T08:13:59.705 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-10-26T08:13:59.705 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-10-26T08:13:59.706 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2023-10-26T08:13:59.706 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2023-10-26T08:13:59.706 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2023-10-26T08:13:59.706 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-10-26T08:13:59.706 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-10-26T08:13:59.707 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-10-26T08:13:59.707 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2023-10-26T08:13:59.707 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-10-26T08:13:59.707 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-10-26T08:13:59.707 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 4, 2023-10-26T08:13:59.707 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2023-10-26T08:13:59.708 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.708 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-10-26T08:13:59.708 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.708 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-10-26T08:13:59.708 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.12:0", 2023-10-26T08:13:59.709 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 468124027 2023-10-26T08:13:59.709 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.709 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-10-26T08:13:59.709 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.709 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.709 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-10-26T08:13:59.710 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.710 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-10-26T08:13:59.710 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.12:0", 2023-10-26T08:13:59.710 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1914023866 2023-10-26T08:13:59.710 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.711 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-10-26T08:13:59.711 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-10-26T08:13:59.711 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.711 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-10-26T08:13:59.711 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:13:59.712 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-10-26T08:13:59.712 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.12:0", 2023-10-26T08:13:59.712 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3820784728 2023-10-26T08:13:59.712 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.712 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-10-26T08:13:59.712 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.713 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-10-26T08:13:59.713 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.713 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:13:59.714 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:13:58 smithi012 bash[23428]: audit 2023-10-26T08:13:58.498650+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.12:0/3177071637' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2023-10-26T08:13:59.714 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Waiting for the mgr to restart... 2023-10-26T08:13:59.715 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Waiting for Mgr epoch 9... 2023-10-26T08:13:59.715 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2023-10-26T08:13:59.715 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2023-10-26T08:14:00.380 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:14:00 smithi012 bash[23687]: Warning: Permanently added 'smithi012,172.21.15.12' (ECDSA) to the list of known hosts. 2023-10-26T08:14:01.247 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-10-26T08:14:01.247 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 11, 2023-10-26T08:14:01.247 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2023-10-26T08:14:01.247 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-10-26T08:14:01.518 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: cluster 2023-10-26T08:14:00.165318+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2023-10-26T08:14:01.518 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: cluster 2023-10-26T08:14:00.166399+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2023-10-26T08:14:01.519 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: cluster 2023-10-26T08:14:00.169988+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-10-26T08:14:01.519 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: cluster 2023-10-26T08:14:00.222306+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0560448s) 2023-10-26T08:14:01.519 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: audit 2023-10-26T08:14:00.226000+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-26T08:14:01.519 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: audit 2023-10-26T08:14:00.227633+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-26T08:14:01.519 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: audit 2023-10-26T08:14:00.228025+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-26T08:14:01.520 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: audit 2023-10-26T08:14:00.228367+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-26T08:14:01.520 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: audit 2023-10-26T08:14:00.229058+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-10-26T08:14:01.520 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: audit 2023-10-26T08:14:00.230512+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi012"}]: dispatch 2023-10-26T08:14:01.520 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: audit 2023-10-26T08:14:00.231105+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-10-26T08:14:01.520 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: audit 2023-10-26T08:14:00.231628+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-10-26T08:14:01.521 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: audit 2023-10-26T08:14:00.232106+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-10-26T08:14:01.521 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: audit 2023-10-26T08:14:00.232569+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-10-26T08:14:01.521 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: audit 2023-10-26T08:14:00.233044+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-10-26T08:14:01.521 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: cluster 2023-10-26T08:14:00.235985+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon y is now available 2023-10-26T08:14:01.521 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:01 smithi012 bash[23428]: audit 2023-10-26T08:14:00.289932+0000 mon.a (mon.0) 87 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-26T08:14:02.230 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Generating a dashboard self-signed certificate... 2023-10-26T08:14:02.231 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'create-self-signed-cert'] 2023-10-26T08:14:02.231 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard create-self-signed-cert 2023-10-26T08:14:02.575 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:02 smithi012 bash[23428]: audit 2023-10-26T08:14:01.211813+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-26T08:14:02.575 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:02 smithi012 bash[23428]: audit 2023-10-26T08:14:01.217338+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:14:02.575 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:02 smithi012 bash[23428]: cluster 2023-10-26T08:14:01.221542+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: y(active, since 1.05529s) 2023-10-26T08:14:02.575 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:02 smithi012 bash[23428]: audit 2023-10-26T08:14:01.682510+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:14:01.681260\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:14:01.681467\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-10-26T08:14:01.681672\", \"networks\": {}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:14:02.576 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:02 smithi012 bash[23428]: audit 2023-10-26T08:14:01.687119+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:14:01.681260\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:14:01.681467\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-10-26T08:14:01.681672\", \"networks\": {}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:14:02.576 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:02 smithi012 bash[23428]: audit 2023-10-26T08:14:01.688259+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:14:03.933 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Self-signed certificate created 2023-10-26T08:14:03.993 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:03 smithi012 bash[23428]: cluster 2023-10-26T08:14:02.691375+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: y(active, since 2s) 2023-10-26T08:14:04.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:04 smithi012 bash[23428]: audit 2023-10-26T08:14:03.923341+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCEGJzNUcFP0surBMbDREB9pQwDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTIzMTAyNjA4MTQw\nM1oXDTMzMTAyMzA4MTQwM1owJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4yOUz5tw\nzukG/W9pl2i1cxTymS+VGzAfe//Efp2vwnOhmnW4791cSt6gqChKp4pVnMU3HQPV\nPIU+OSD3xdSqXj8rEKUY07NSqGD5xS9WvlRMr+t/npvLRhVqfoFxvb0WpwnPMD9i\nNJMvxFcMntkrXV8ucPrvWs3SNP5z/2KKHYBJ0S1JtpSZAAFBMw1ohi3oWmOXCCeO\nBRddUdAAEva+xnXnUIbgfuGNX0u4sQaXLpYELxjDEj8aY6epzRZB0UAw5AUAmycD\nUrCqygB40prrV/qcbNjOv9mKP8jJMQ9UZUsIKtB6egeW8iHAtW8SuXUnjAtxsNN4\nNjVJdjHM/XKOAwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQA+kfAq2LRCq7mROHGO\nP7U0D9jkpjUJIuGXianwPrqh6ft5LgF8Fkx47OEsGWB9jlPtKyljcfolPrkN3EC2\nIrosuQmo8NVO50ENvnqDQQTIJMrPus83fZooKw4l+K8WKXF54mvO7U813STbWrlf\n5Q9/1JDzGogVQYVjbTg+tpEY2Lr0uYzGhVLJn9vH/cnmRIZVJDKujJZniS31wgLt\non8Wv/IQbh8dwiPG9H43ZehXxUzR5CsE6gmtmiVWHThBYyeO/HyF+RpEnHKQLrkx\nY7S5dfHNQdhv+2bDuhf6XrkbrFXkNKb2uQLFt/3M7zM21lobAoy6xzeebEy1sS03\nqg8h\n-----END CERTIFICATE-----\n"}]: dispatch 2023-10-26T08:14:04.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:04 smithi012 bash[23428]: audit 2023-10-26T08:14:03.926427+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCEGJzNUcFP0surBMbDREB9pQwDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTIzMTAyNjA4MTQw\nM1oXDTMzMTAyMzA4MTQwM1owJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4yOUz5tw\nzukG/W9pl2i1cxTymS+VGzAfe//Efp2vwnOhmnW4791cSt6gqChKp4pVnMU3HQPV\nPIU+OSD3xdSqXj8rEKUY07NSqGD5xS9WvlRMr+t/npvLRhVqfoFxvb0WpwnPMD9i\nNJMvxFcMntkrXV8ucPrvWs3SNP5z/2KKHYBJ0S1JtpSZAAFBMw1ohi3oWmOXCCeO\nBRddUdAAEva+xnXnUIbgfuGNX0u4sQaXLpYELxjDEj8aY6epzRZB0UAw5AUAmycD\nUrCqygB40prrV/qcbNjOv9mKP8jJMQ9UZUsIKtB6egeW8iHAtW8SuXUnjAtxsNN4\nNjVJdjHM/XKOAwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQA+kfAq2LRCq7mROHGO\nP7U0D9jkpjUJIuGXianwPrqh6ft5LgF8Fkx47OEsGWB9jlPtKyljcfolPrkN3EC2\nIrosuQmo8NVO50ENvnqDQQTIJMrPus83fZooKw4l+K8WKXF54mvO7U813STbWrlf\n5Q9/1JDzGogVQYVjbTg+tpEY2Lr0uYzGhVLJn9vH/cnmRIZVJDKujJZniS31wgLt\non8Wv/IQbh8dwiPG9H43ZehXxUzR5CsE6gmtmiVWHThBYyeO/HyF+RpEnHKQLrkx\nY7S5dfHNQdhv+2bDuhf6XrkbrFXkNKb2uQLFt/3M7zM21lobAoy6xzeebEy1sS03\nqg8h\n-----END CERTIFICATE-----\n"}]': finished 2023-10-26T08:14:04.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:04 smithi012 bash[23428]: audit 2023-10-26T08:14:03.927135+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDjI5TPm3DO6Qb9\nb2mXaLVzFPKZL5UbMB97/8R+na/Cc6Gadbjv3VxK3qCoKEqnilWcxTcdA9U8hT45\nIPfF1KpePysQpRjTs1KoYPnFL1a+VEyv63+em8tGFWp+gXG9vRanCc8wP2I0ky/E\nVwye2StdXy5w+u9azdI0/nP/YoodgEnRLUm2lJkAAUEzDWiGLehaY5cIJ44FF11R\n0AAS9r7GdedQhuB+4Y1fS7ixBpculgQvGMMSPxpjp6nNFkHRQDDkBQCbJwNSsKrK\nAHjSmutX+pxs2M6/2Yo/yMkxD1RlSwgq0Hp6B5byIcC1bxK5dSeMC3Gw03g2NUl2\nMcz9co4DAgMBAAECggEABxZsJVJHYd15n1zjoZrd1pp3u3n1oCSPRvJDMmQ/QMUU\n7NnxjGKO57MstjKTqciyRTMONjSRadMKjwPNV3n8WvaDpIBSVwDIeoKUKKgCf+vn\nfLHPiKZ54FT4vrvRTcdhtpKiyXGg4d0Z53mD5k0GgmJe852Q7HdxsL+j5PsxLhxs\nnoTqdgxVpF679dWYaHqzhcU+WfXXeoWz8JBzai+/pP537Cn32DI/X7UamJhAeX+y\nqIdWHBlmAUFRyON0I4VXGHBgBoDIS6U6ztgFof4H4ymUwUWv1t2kmZKFHmSDKLJ0\nKH66OU5a7ySVswTzO97Wo/eTQ+DIggzvDMvTydUbyQKBgQD/LXRd7e0QQoNOfcx6\n22bS9Z2Z/D5fakJCOf25w9O/n4AM9IHU31nfjC1ibGTqqn3XpbOLdpL30XE6PCQz\nFwWxMBe7i8GDII8tipz2EZFIshqyvcGRbo2dzUC1cKjtrWw0ZSC4nPBLlv6hO+De\n1UENfoWPwmoNI/jAFnhBFHrtLwKBgQDj3v4GU8I8qmrA8GVTjpkEDy1f6nZ1icjn\nvANZYeTNPHpOs2lQ9ESCZEV7PCNa7XosQgqhNVV+v90s0UKMCgkZdKZ7p8TKYEH6\n7Cm91ryJlksUg9jiXYEReYbdLruVAoc3jL4QOWdhs5Ouu/JRVPwUsbyPAM7EuS0A\nVPlxKdM/bQKBgAcvC2idix/7D2FFT11iEdn8iixMmqDrB+R/Z3I0XiC158/1jjYk\n943Aj4KG1Kx6kkJg6tYRR3/siIiAKvC5RDLBzNk9zPvZDc7VaSfQRMvMH85KY0mp\n2BjKL3ksK8VNLY+oDSzFVkp6fL6jRehgDo3HsxDiA0RNb/JQb6A9aFyHAoGBANvW\n1+ZMynjyxLlNc8QwL6m95r3BmvV8r6n6NpT2H+JtdWYWKwXiE3JkwK/K7iUcNSEb\nudubc9crzXsejABE8lBvvOpRikbgpOcrDn5K/GwU5mxtY0HIievM/fLH0ktJPCC4\nlOlcKEQXFuSeCIK05dolO1APrGwYZrUKRfkKK/blAoGADSaVh/5nEGWASUGZ8SDP\n88g6Xi9LGFmebveKmd2EaLEAPCb8XXQ2KpI7fl8nzX3d0iCgWHJJ5csOOgoM72af\nTCb0bNmnO/5tgk57+WP67YkjsTSBSotrk3L9/riDhgzJgRSr6f7THv0mLaI1/UWS\n/pMXDfCnRWTEvO974kHhe5s=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-10-26T08:14:04.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:04 smithi012 bash[23428]: audit 2023-10-26T08:14:03.929456+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDjI5TPm3DO6Qb9\nb2mXaLVzFPKZL5UbMB97/8R+na/Cc6Gadbjv3VxK3qCoKEqnilWcxTcdA9U8hT45\nIPfF1KpePysQpRjTs1KoYPnFL1a+VEyv63+em8tGFWp+gXG9vRanCc8wP2I0ky/E\nVwye2StdXy5w+u9azdI0/nP/YoodgEnRLUm2lJkAAUEzDWiGLehaY5cIJ44FF11R\n0AAS9r7GdedQhuB+4Y1fS7ixBpculgQvGMMSPxpjp6nNFkHRQDDkBQCbJwNSsKrK\nAHjSmutX+pxs2M6/2Yo/yMkxD1RlSwgq0Hp6B5byIcC1bxK5dSeMC3Gw03g2NUl2\nMcz9co4DAgMBAAECggEABxZsJVJHYd15n1zjoZrd1pp3u3n1oCSPRvJDMmQ/QMUU\n7NnxjGKO57MstjKTqciyRTMONjSRadMKjwPNV3n8WvaDpIBSVwDIeoKUKKgCf+vn\nfLHPiKZ54FT4vrvRTcdhtpKiyXGg4d0Z53mD5k0GgmJe852Q7HdxsL+j5PsxLhxs\nnoTqdgxVpF679dWYaHqzhcU+WfXXeoWz8JBzai+/pP537Cn32DI/X7UamJhAeX+y\nqIdWHBlmAUFRyON0I4VXGHBgBoDIS6U6ztgFof4H4ymUwUWv1t2kmZKFHmSDKLJ0\nKH66OU5a7ySVswTzO97Wo/eTQ+DIggzvDMvTydUbyQKBgQD/LXRd7e0QQoNOfcx6\n22bS9Z2Z/D5fakJCOf25w9O/n4AM9IHU31nfjC1ibGTqqn3XpbOLdpL30XE6PCQz\nFwWxMBe7i8GDII8tipz2EZFIshqyvcGRbo2dzUC1cKjtrWw0ZSC4nPBLlv6hO+De\n1UENfoWPwmoNI/jAFnhBFHrtLwKBgQDj3v4GU8I8qmrA8GVTjpkEDy1f6nZ1icjn\nvANZYeTNPHpOs2lQ9ESCZEV7PCNa7XosQgqhNVV+v90s0UKMCgkZdKZ7p8TKYEH6\n7Cm91ryJlksUg9jiXYEReYbdLruVAoc3jL4QOWdhs5Ouu/JRVPwUsbyPAM7EuS0A\nVPlxKdM/bQKBgAcvC2idix/7D2FFT11iEdn8iixMmqDrB+R/Z3I0XiC158/1jjYk\n943Aj4KG1Kx6kkJg6tYRR3/siIiAKvC5RDLBzNk9zPvZDc7VaSfQRMvMH85KY0mp\n2BjKL3ksK8VNLY+oDSzFVkp6fL6jRehgDo3HsxDiA0RNb/JQb6A9aFyHAoGBANvW\n1+ZMynjyxLlNc8QwL6m95r3BmvV8r6n6NpT2H+JtdWYWKwXiE3JkwK/K7iUcNSEb\nudubc9crzXsejABE8lBvvOpRikbgpOcrDn5K/GwU5mxtY0HIievM/fLH0ktJPCC4\nlOlcKEQXFuSeCIK05dolO1APrGwYZrUKRfkKK/blAoGADSaVh/5nEGWASUGZ8SDP\n88g6Xi9LGFmebveKmd2EaLEAPCb8XXQ2KpI7fl8nzX3d0iCgWHJJ5csOOgoM72af\nTCb0bNmnO/5tgk57+WP67YkjsTSBSotrk3L9/riDhgzJgRSr6f7THv0mLaI1/UWS\n/pMXDfCnRWTEvO974kHhe5s=\n-----END PRIVATE KEY-----\n"}]': finished 2023-10-26T08:14:04.977 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Creating initial admin user... 2023-10-26T08:14:04.977 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'ac-user-create', 'admin', 'uzdvgodz6p', 'administrator', '--force-password', '--pwd-update-required'] 2023-10-26T08:14:04.977 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard ac-user-create admin uzdvgodz6p administrator --force-password --pwd-update-required 2023-10-26T08:14:06.045 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:05 smithi012 bash[23428]: audit 2023-10-26T08:14:03.769939+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 2023-10-26T08:14:06.816 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout {"username": "admin", "password": "$2b$12$RvVRXbbVvro1Mt7wTQkFF.Y1EXPkUc.vcKWpeigaCxeSkd70Y7Deq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1698308046, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-26T08:14:07.827 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Fetching dashboard port number... 2023-10-26T08:14:07.828 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi012', '-v', '/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z', '-v', '/tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'get', 'mgr', 'mgr/dashboard/ssl_server_port'] 2023-10-26T08:14:07.828 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -v /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp3afxqfk3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2vdqfqm:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config get mgr mgr/dashboard/ssl_server_port 2023-10-26T08:14:07.917 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:07 smithi012 bash[23428]: audit 2023-10-26T08:14:06.549744+0000 mgr.y (mgr.14140) 2 : audit [DBG] from='client.14155 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "uzdvgodz6p", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:14:07.918 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:07 smithi012 bash[23428]: cluster 2023-10-26T08:14:06.694522+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e13: y(active, since 6s) 2023-10-26T08:14:07.918 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:07 smithi012 bash[23428]: audit 2023-10-26T08:14:06.807766+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$RvVRXbbVvro1Mt7wTQkFF.Y1EXPkUc.vcKWpeigaCxeSkd70Y7Deq\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1698308046, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2023-10-26T08:14:07.918 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:07 smithi012 bash[23428]: audit 2023-10-26T08:14:06.811819+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$RvVRXbbVvro1Mt7wTQkFF.Y1EXPkUc.vcKWpeigaCxeSkd70Y7Deq\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1698308046, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2023-10-26T08:14:09.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:08 smithi012 bash[23428]: audit 2023-10-26T08:14:08.342247+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:14:09.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:08 smithi012 bash[23428]: audit 2023-10-26T08:14:08.570373+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:14:01.681260\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:14:01.681467\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-10-26T08:14:01.681672\", \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:14:09.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:08 smithi012 bash[23428]: audit 2023-10-26T08:14:08.573896+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:14:01.681260\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:14:01.681467\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-10-26T08:14:01.681672\", \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:14:09.248 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 8443 2023-10-26T08:14:09.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:09 smithi012 bash[23428]: audit 2023-10-26T08:14:09.244409+0000 mon.a (mon.0) 105 : audit [DBG] from='client.? 172.21.15.12:0/920812397' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-26T08:14:09.972 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Ceph Dashboard is now available at: 2023-10-26T08:14:09.972 INFO:teuthology.orchestra.run.smithi012.stderr: 2023-10-26T08:14:09.973 INFO:teuthology.orchestra.run.smithi012.stderr: URL: https://smithi012.front.sepia.ceph.com:8443/ 2023-10-26T08:14:09.973 INFO:teuthology.orchestra.run.smithi012.stderr: User: admin 2023-10-26T08:14:09.973 INFO:teuthology.orchestra.run.smithi012.stderr: Password: uzdvgodz6p 2023-10-26T08:14:09.973 INFO:teuthology.orchestra.run.smithi012.stderr: 2023-10-26T08:14:09.973 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:You can access the Ceph CLI with: 2023-10-26T08:14:09.974 INFO:teuthology.orchestra.run.smithi012.stderr: 2023-10-26T08:14:09.974 INFO:teuthology.orchestra.run.smithi012.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-26T08:14:09.974 INFO:teuthology.orchestra.run.smithi012.stderr: 2023-10-26T08:14:09.974 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Please consider enabling telemetry to help improve Ceph: 2023-10-26T08:14:09.974 INFO:teuthology.orchestra.run.smithi012.stderr: 2023-10-26T08:14:09.975 INFO:teuthology.orchestra.run.smithi012.stderr: ceph telemetry on 2023-10-26T08:14:09.975 INFO:teuthology.orchestra.run.smithi012.stderr: 2023-10-26T08:14:09.975 INFO:teuthology.orchestra.run.smithi012.stderr:For more information see: 2023-10-26T08:14:09.975 INFO:teuthology.orchestra.run.smithi012.stderr: 2023-10-26T08:14:09.975 INFO:teuthology.orchestra.run.smithi012.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-10-26T08:14:09.976 INFO:teuthology.orchestra.run.smithi012.stderr: 2023-10-26T08:14:09.976 INFO:teuthology.orchestra.run.smithi012.stderr:INFO:cephadm:Bootstrap complete. 2023-10-26T08:14:09.976 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Releasing lock 139901364869296 on /run/cephadm/6a98a15c-73d7-11ee-8db9-212e2dc638e7.lock 2023-10-26T08:14:09.976 INFO:teuthology.orchestra.run.smithi012.stderr:DEBUG:cephadm:Lock 139901364869296 released on /run/cephadm/6a98a15c-73d7-11ee-8db9-212e2dc638e7.lock 2023-10-26T08:14:09.997 INFO:tasks.cephadm:Fetching config... 2023-10-26T08:14:09.997 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2023-10-26T08:14:09.998 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-26T08:14:10.003 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-26T08:14:10.004 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2023-10-26T08:14:10.004 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-26T08:14:10.010 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-26T08:14:10.011 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2023-10-26T08:14:10.011 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/mon.a/keyring of=/dev/stdout 2023-10-26T08:14:10.024 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-26T08:14:10.024 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2023-10-26T08:14:10.025 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-26T08:14:10.072 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-26T08:14:10.072 DEBUG:teuthology.orchestra.run.smithi012:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwKTzJL8izCeeu02+rOSdwZLt2IsMBeFs6V06jdC44PHt6LltavhrOrETFMPsmGX5RYV22RKBIVdsioOF918GnEqjunAX8NTvKYNNSI5RSxIAyxxVwpt/dTgRFLtuxJPwsSkYpASbsZCjrM5ViJq/vVE0BV0uZd6xol0hVzYg0K3vfuxhUUxs/Z9IoZpgUwthznHJEMB8c+LQbZsjDlVRK7aligWpGJ6LcpBh2TUsoeaGgQvXn7p14vrbwPKXgw7dtUtNlgNzwyYeDJqqUrjgpLKL7eeLzzUpE0SwoM7xw7LdfoRI8S7crWxr3pMz0tb8+EDWEhgwrqH4xov/A3Pqe6HBZcwGO0eCtHwizGQ/XpISxX8klkihyK78DhkCGxnHRYBZ64Qx3cNS5D8795K92nxLphM2WTYhIZ2rdfRq99UMLmJGE5XB8q+EKl8wURLcBi4sk2hjKiEkebfuWHpS/wmmWORNqsq4myp3qu1uLw7XVKv7XunD4h2yVOqtGb8s= ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-26T08:14:10.099 INFO:teuthology.orchestra.run.smithi012.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwKTzJL8izCeeu02+rOSdwZLt2IsMBeFs6V06jdC44PHt6LltavhrOrETFMPsmGX5RYV22RKBIVdsioOF918GnEqjunAX8NTvKYNNSI5RSxIAyxxVwpt/dTgRFLtuxJPwsSkYpASbsZCjrM5ViJq/vVE0BV0uZd6xol0hVzYg0K3vfuxhUUxs/Z9IoZpgUwthznHJEMB8c+LQbZsjDlVRK7aligWpGJ6LcpBh2TUsoeaGgQvXn7p14vrbwPKXgw7dtUtNlgNzwyYeDJqqUrjgpLKL7eeLzzUpE0SwoM7xw7LdfoRI8S7crWxr3pMz0tb8+EDWEhgwrqH4xov/A3Pqe6HBZcwGO0eCtHwizGQ/XpISxX8klkihyK78DhkCGxnHRYBZ64Qx3cNS5D8795K92nxLphM2WTYhIZ2rdfRq99UMLmJGE5XB8q+EKl8wURLcBi4sk2hjKiEkebfuWHpS/wmmWORNqsq4myp3qu1uLw7XVKv7XunD4h2yVOqtGb8s= ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:14:10.109 DEBUG:teuthology.orchestra.run.smithi079:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwKTzJL8izCeeu02+rOSdwZLt2IsMBeFs6V06jdC44PHt6LltavhrOrETFMPsmGX5RYV22RKBIVdsioOF918GnEqjunAX8NTvKYNNSI5RSxIAyxxVwpt/dTgRFLtuxJPwsSkYpASbsZCjrM5ViJq/vVE0BV0uZd6xol0hVzYg0K3vfuxhUUxs/Z9IoZpgUwthznHJEMB8c+LQbZsjDlVRK7aligWpGJ6LcpBh2TUsoeaGgQvXn7p14vrbwPKXgw7dtUtNlgNzwyYeDJqqUrjgpLKL7eeLzzUpE0SwoM7xw7LdfoRI8S7crWxr3pMz0tb8+EDWEhgwrqH4xov/A3Pqe6HBZcwGO0eCtHwizGQ/XpISxX8klkihyK78DhkCGxnHRYBZ64Qx3cNS5D8795K92nxLphM2WTYhIZ2rdfRq99UMLmJGE5XB8q+EKl8wURLcBi4sk2hjKiEkebfuWHpS/wmmWORNqsq4myp3qu1uLw7XVKv7XunD4h2yVOqtGb8s= ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-26T08:14:10.134 INFO:teuthology.orchestra.run.smithi079.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwKTzJL8izCeeu02+rOSdwZLt2IsMBeFs6V06jdC44PHt6LltavhrOrETFMPsmGX5RYV22RKBIVdsioOF918GnEqjunAX8NTvKYNNSI5RSxIAyxxVwpt/dTgRFLtuxJPwsSkYpASbsZCjrM5ViJq/vVE0BV0uZd6xol0hVzYg0K3vfuxhUUxs/Z9IoZpgUwthznHJEMB8c+LQbZsjDlVRK7aligWpGJ6LcpBh2TUsoeaGgQvXn7p14vrbwPKXgw7dtUtNlgNzwyYeDJqqUrjgpLKL7eeLzzUpE0SwoM7xw7LdfoRI8S7crWxr3pMz0tb8+EDWEhgwrqH4xov/A3Pqe6HBZcwGO0eCtHwizGQ/XpISxX8klkihyK78DhkCGxnHRYBZ64Qx3cNS5D8795K92nxLphM2WTYhIZ2rdfRq99UMLmJGE5XB8q+EKl8wURLcBi4sk2hjKiEkebfuWHpS/wmmWORNqsq4myp3qu1uLw7XVKv7XunD4h2yVOqtGb8s= ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:14:10.145 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi079 2023-10-26T08:14:10.145 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-10-26T08:14:10.146 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/etc/ceph/ceph.conf 2023-10-26T08:14:10.151 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-10-26T08:14:10.152 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-26T08:14:10.199 INFO:tasks.cephadm:Adding host smithi079 to orchestrator... 2023-10-26T08:14:10.199 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch host add smithi079 2023-10-26T08:14:21.575 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:21 smithi012 bash[23428]: cluster 2023-10-26T08:14:20.229055+0000 mgr.y (mgr.14140) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:24.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:23 smithi012 bash[23428]: cluster 2023-10-26T08:14:22.229527+0000 mgr.y (mgr.14140) 4 : cluster [DBG] pgmap v4: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:26.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:25 smithi012 bash[23428]: cluster 2023-10-26T08:14:24.229980+0000 mgr.y (mgr.14140) 5 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:28.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:27 smithi012 bash[23428]: cluster 2023-10-26T08:14:26.230439+0000 mgr.y (mgr.14140) 6 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:30.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:29 smithi012 bash[23428]: cluster 2023-10-26T08:14:28.230862+0000 mgr.y (mgr.14140) 7 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:32.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:31 smithi012 bash[23428]: cluster 2023-10-26T08:14:30.231349+0000 mgr.y (mgr.14140) 8 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:34.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:33 smithi012 bash[23428]: cluster 2023-10-26T08:14:32.231709+0000 mgr.y (mgr.14140) 9 : cluster [DBG] pgmap v9: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:36.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:35 smithi012 bash[23428]: cluster 2023-10-26T08:14:34.232125+0000 mgr.y (mgr.14140) 10 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:38.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:37 smithi012 bash[23428]: cluster 2023-10-26T08:14:36.232566+0000 mgr.y (mgr.14140) 11 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:40.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:39 smithi012 bash[23428]: cluster 2023-10-26T08:14:38.232973+0000 mgr.y (mgr.14140) 12 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:42.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:41 smithi012 bash[23428]: cluster 2023-10-26T08:14:40.233401+0000 mgr.y (mgr.14140) 13 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:44.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:43 smithi012 bash[23428]: cluster 2023-10-26T08:14:42.233833+0000 mgr.y (mgr.14140) 14 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:45.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:45 smithi012 bash[23428]: cluster 2023-10-26T08:14:44.234285+0000 mgr.y (mgr.14140) 15 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:45.825 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:14:45 smithi012 bash[23687]: Warning: Permanently added 'smithi079,172.21.15.79' (ECDSA) to the list of known hosts. 2023-10-26T08:14:46.436 INFO:teuthology.orchestra.run.smithi079.stdout:Added host 'smithi079' 2023-10-26T08:14:47.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:46 smithi012 bash[23428]: audit 2023-10-26T08:14:45.427569+0000 mgr.y (mgr.14140) 16 : audit [DBG] from='client.14159 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi079", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:14:47.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:46 smithi012 bash[23428]: audit 2023-10-26T08:14:46.076281+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"smithi012\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-10-26T08:14:47.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:46 smithi012 bash[23428]: audit 2023-10-26T08:14:46.080365+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"smithi012\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-10-26T08:14:47.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:46 smithi012 bash[23428]: audit 2023-10-26T08:14:46.361387+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:14:47.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:46 smithi012 bash[23428]: audit 2023-10-26T08:14:46.365442+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:14:47.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:46 smithi012 bash[23428]: audit 2023-10-26T08:14:46.366989+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:14:47.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:46 smithi012 bash[23428]: audit 2023-10-26T08:14:46.595356+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-10-26T08:14:46.594636\", \"networks\": {}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:14:47.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:46 smithi012 bash[23428]: audit 2023-10-26T08:14:46.599428+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-10-26T08:14:46.594636\", \"networks\": {}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:14:47.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:46 smithi012 bash[23428]: audit 2023-10-26T08:14:46.600678+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:14:47.305 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-26T08:14:48.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:47 smithi012 bash[23428]: cephadm 2023-10-26T08:14:46.081165+0000 mgr.y (mgr.14140) 17 : cephadm [INF] Added host smithi079 2023-10-26T08:14:48.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:47 smithi012 bash[23428]: cluster 2023-10-26T08:14:46.234775+0000 mgr.y (mgr.14140) 18 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:50.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:49 smithi012 bash[23428]: cluster 2023-10-26T08:14:48.235294+0000 mgr.y (mgr.14140) 19 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:50.652 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-26T08:14:50.653 INFO:teuthology.orchestra.run.smithi079.stdout:[{"addr": "smithi012", "hostname": "smithi012", "labels": [], "status": ""}, {"addr": "smithi079", "hostname": "smithi079", "labels": [], "status": ""}] 2023-10-26T08:14:51.250 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-26T08:14:51.251 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph osd crush tunables default 2023-10-26T08:14:52.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:51 smithi012 bash[23428]: cluster 2023-10-26T08:14:50.235763+0000 mgr.y (mgr.14140) 20 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:52.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:51 smithi012 bash[23428]: audit 2023-10-26T08:14:50.646671+0000 mgr.y (mgr.14140) 21 : audit [DBG] from='client.14161 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T08:14:52.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:52 smithi012 bash[23428]: audit 2023-10-26T08:14:51.768125+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:14:52.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:52 smithi012 bash[23428]: audit 2023-10-26T08:14:51.999840+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-10-26T08:14:46.594636\", \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:14:52.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:52 smithi012 bash[23428]: audit 2023-10-26T08:14:52.004130+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-10-26T08:14:46.594636\", \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:14:54.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:53 smithi012 bash[23428]: cluster 2023-10-26T08:14:52.236305+0000 mgr.y (mgr.14140) 22 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:54.765 INFO:teuthology.orchestra.run.smithi012.stderr:adjusted tunables profile to default 2023-10-26T08:14:55.006 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:54 smithi012 bash[23428]: audit 2023-10-26T08:14:54.128008+0000 mon.a (mon.0) 117 : audit [INF] from='client.? 172.21.15.12:0/3601309232' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-26T08:14:55.424 INFO:tasks.cephadm:Adding mon.c on smithi012 2023-10-26T08:14:55.425 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch daemon add mon 'smithi012:[v2:172.21.15.12:3301,v1:172.21.15.12:6790]=c' 2023-10-26T08:14:55.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:55 smithi012 bash[23428]: cluster 2023-10-26T08:14:54.236818+0000 mgr.y (mgr.14140) 23 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:55.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:55 smithi012 bash[23428]: audit 2023-10-26T08:14:54.756620+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.12:0/3601309232' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-26T08:14:55.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:55 smithi012 bash[23428]: cluster 2023-10-26T08:14:54.756730+0000 mon.a (mon.0) 119 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-10-26T08:14:58.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:57 smithi012 bash[23428]: cluster 2023-10-26T08:14:56.237340+0000 mgr.y (mgr.14140) 24 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:14:59.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:58 smithi012 bash[23428]: audit 2023-10-26T08:14:58.168939+0000 mgr.y (mgr.14140) 25 : audit [DBG] from='client.14165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi012:[v2:172.21.15.12:3301,v1:172.21.15.12:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:14:59.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:58 smithi012 bash[23428]: audit 2023-10-26T08:14:58.173062+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T08:14:59.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:58 smithi012 bash[23428]: audit 2023-10-26T08:14:58.174534+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:14:59.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:58 smithi012 bash[23428]: cephadm 2023-10-26T08:14:58.175721+0000 mgr.y (mgr.14140) 26 : cephadm [INF] Deploying daemon mon.c on smithi012 2023-10-26T08:14:59.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:58 smithi012 bash[23428]: audit 2023-10-26T08:14:58.176256+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2023-10-26T08:14:59.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:14:58 smithi012 bash[23428]: cluster 2023-10-26T08:14:58.237757+0000 mgr.y (mgr.14140) 27 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:00.601 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:00 smithi012 bash[23428]: cluster 2023-10-26T08:15:00.289417+0000 mon.a (mon.0) 123 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-10-26T08:15:01.647 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:01 smithi012 bash[23428]: cluster 2023-10-26T08:15:00.238340+0000 mgr.y (mgr.14140) 28 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:02.183 INFO:teuthology.orchestra.run.smithi012.stdout:Deployed mon.c on host 'smithi012' 2023-10-26T08:15:02.576 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:02 smithi012 bash[23428]: audit 2023-10-26T08:15:01.894780+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:14:01.681260\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:14:01.681467\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}}, \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:02.576 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:02 smithi012 bash[23428]: audit 2023-10-26T08:15:01.895353+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:15:02.576 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:02 smithi012 bash[23428]: audit 2023-10-26T08:15:01.897542+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:14:01.681260\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:14:01.681467\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}}, \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:15:03.334 DEBUG:teuthology.orchestra.run.smithi012:mon.c> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.c.service 2023-10-26T08:15:03.336 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-26T08:15:03.337 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-26T08:15:03.802 INFO:journalctl@ceph.mon.c.smithi012.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:15:03.803 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.402+0000 7f3d84eec6c0 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-26T08:15:03.803 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.402+0000 7f3d84eec6c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2023-10-26T08:15:03.804 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.402+0000 7f3d84eec6c0 0 pidfile_write: ignore empty --pid-file 2023-10-26T08:15:03.804 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.406+0000 7f3d84eec6c0 0 load: jerasure load: lrc load: isa 2023-10-26T08:15:03.804 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.406+0000 7f3d84eec6c0 0 set rocksdb option compression = kNoCompression 2023-10-26T08:15:03.804 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.406+0000 7f3d84eec6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-10-26T08:15:03.804 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.406+0000 7f3d84eec6c0 0 set rocksdb option write_buffer_size = 33554432 2023-10-26T08:15:03.805 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.406+0000 7f3d84eec6c0 0 set rocksdb option compression = kNoCompression 2023-10-26T08:15:03.805 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.406+0000 7f3d84eec6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-10-26T08:15:03.805 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.406+0000 7f3d84eec6c0 0 set rocksdb option write_buffer_size = 33554432 2023-10-26T08:15:03.805 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.406+0000 7f3d84eec6c0 1 rocksdb: do_open column families: [default] 2023-10-26T08:15:03.805 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: RocksDB version: 6.1.2 2023-10-26T08:15:03.806 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-26T08:15:03.806 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Compile date Mar 23 2020 2023-10-26T08:15:03.806 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: DB SUMMARY 2023-10-26T08:15:03.806 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: CURRENT file: CURRENT 2023-10-26T08:15:03.806 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: IDENTITY file: IDENTITY 2023-10-26T08:15:03.807 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-10-26T08:15:03.807 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2023-10-26T08:15:03.807 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000003.log size: 489 ; 2023-10-26T08:15:03.807 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.error_if_exists: 0 2023-10-26T08:15:03.807 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.create_if_missing: 0 2023-10-26T08:15:03.807 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.paranoid_checks: 1 2023-10-26T08:15:03.808 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.env: 0x55b0f26261a0 2023-10-26T08:15:03.808 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.info_log: 0x55b0f4d989a0 2023-10-26T08:15:03.808 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-26T08:15:03.808 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.statistics: (nil) 2023-10-26T08:15:03.808 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.use_fsync: 0 2023-10-26T08:15:03.810 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_log_file_size: 0 2023-10-26T08:15:03.810 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-26T08:15:03.811 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-26T08:15:03.811 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-26T08:15:03.811 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-26T08:15:03.811 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.allow_fallocate: 1 2023-10-26T08:15:03.811 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-26T08:15:03.811 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-26T08:15:03.812 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.use_direct_reads: 0 2023-10-26T08:15:03.812 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-26T08:15:03.812 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.create_missing_column_families: 0 2023-10-26T08:15:03.812 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.db_log_dir: 2023-10-26T08:15:03.812 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2023-10-26T08:15:03.813 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-26T08:15:03.813 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_subcompactions: 1 2023-10-26T08:15:03.813 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_background_flushes: -1 2023-10-26T08:15:03.813 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-26T08:15:03.813 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-26T08:15:03.814 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-26T08:15:03.814 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-26T08:15:03.814 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.advise_random_on_open: 1 2023-10-26T08:15:03.814 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-26T08:15:03.814 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.write_buffer_manager: 0x55b0f5932b10 2023-10-26T08:15:03.815 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-26T08:15:03.815 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-26T08:15:03.815 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-26T08:15:03.815 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-26T08:15:03.815 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.rate_limiter: (nil) 2023-10-26T08:15:03.815 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-26T08:15:03.816 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-26T08:15:03.816 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-26T08:15:03.816 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-26T08:15:03.816 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-26T08:15:03.816 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-26T08:15:03.817 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-26T08:15:03.817 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-26T08:15:03.817 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.row_cache: None 2023-10-26T08:15:03.817 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.wal_filter: None 2023-10-26T08:15:03.817 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-26T08:15:03.817 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-26T08:15:03.818 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.preserve_deletes: 0 2023-10-26T08:15:03.818 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.two_write_queues: 0 2023-10-26T08:15:03.818 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.manual_wal_flush: 0 2023-10-26T08:15:03.818 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.atomic_flush: 0 2023-10-26T08:15:03.818 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-26T08:15:03.819 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_background_jobs: 2 2023-10-26T08:15:03.819 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_background_compactions: -1 2023-10-26T08:15:03.819 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-26T08:15:03.819 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-26T08:15:03.819 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-26T08:15:03.820 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_total_wal_size: 0 2023-10-26T08:15:03.820 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-26T08:15:03.820 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-26T08:15:03.820 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-26T08:15:03.820 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-26T08:15:03.821 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_open_files: -1 2023-10-26T08:15:03.821 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.bytes_per_sync: 0 2023-10-26T08:15:03.821 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-26T08:15:03.821 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-26T08:15:03.821 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Compression algorithms supported: 2023-10-26T08:15:03.822 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-26T08:15:03.822 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: kZSTD supported: 0 2023-10-26T08:15:03.822 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: kXpressCompression supported: 0 2023-10-26T08:15:03.822 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-26T08:15:03.822 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: kLZ4Compression supported: 1 2023-10-26T08:15:03.823 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: kBZip2Compression supported: 0 2023-10-26T08:15:03.823 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: kZlibCompression supported: 1 2023-10-26T08:15:03.823 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: kSnappyCompression supported: 1 2023-10-26T08:15:03.823 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-26T08:15:03.823 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000001 2023-10-26T08:15:03.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2023-10-26T08:15:03.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-26T08:15:03.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.merge_operator: 2023-10-26T08:15:03.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compaction_filter: None 2023-10-26T08:15:03.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compaction_filter_factory: None 2023-10-26T08:15:03.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-26T08:15:03.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-26T08:15:03.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b0f4cb8138) 2023-10-26T08:15:03.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: cache_index_and_filter_blocks: 1 2023-10-26T08:15:03.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: cache_index_and_filter_blocks_with_high_priority: 1 2023-10-26T08:15:03.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-26T08:15:03.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: pin_top_level_index_and_filter: 1 2023-10-26T08:15:03.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: index_type: 0 2023-10-26T08:15:03.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: data_block_index_type: 0 2023-10-26T08:15:03.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: data_block_hash_table_util_ratio: 0.750000 2023-10-26T08:15:03.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: hash_index_allow_collision: 1 2023-10-26T08:15:03.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: checksum: 1 2023-10-26T08:15:03.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: no_block_cache: 0 2023-10-26T08:15:03.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: block_cache: 0x55b0f4cee610 2023-10-26T08:15:03.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: block_cache_name: BinnedLRUCache 2023-10-26T08:15:03.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: block_cache_options: 2023-10-26T08:15:03.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: capacity : 536870912 2023-10-26T08:15:03.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: num_shard_bits : 4 2023-10-26T08:15:03.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: strict_capacity_limit : 0 2023-10-26T08:15:03.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: high_pri_pool_ratio: 0.000 2023-10-26T08:15:03.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: block_cache_compressed: (nil) 2023-10-26T08:15:03.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: persistent_cache: (nil) 2023-10-26T08:15:03.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: block_size: 4096 2023-10-26T08:15:03.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: block_size_deviation: 10 2023-10-26T08:15:03.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: block_restart_interval: 16 2023-10-26T08:15:03.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: index_block_restart_interval: 1 2023-10-26T08:15:03.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: metadata_block_size: 4096 2023-10-26T08:15:03.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: partition_filters: 0 2023-10-26T08:15:03.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: use_delta_encoding: 1 2023-10-26T08:15:03.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-26T08:15:03.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: whole_key_filtering: 1 2023-10-26T08:15:03.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: verify_compression: 0 2023-10-26T08:15:03.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: read_amp_bytes_per_bit: 0 2023-10-26T08:15:03.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: format_version: 2 2023-10-26T08:15:03.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: enable_index_compression: 1 2023-10-26T08:15:03.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: block_align: 0 2023-10-26T08:15:03.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-26T08:15:03.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-26T08:15:03.832 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compression: NoCompression 2023-10-26T08:15:03.832 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-26T08:15:03.832 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-26T08:15:03.832 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-26T08:15:03.832 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.num_levels: 7 2023-10-26T08:15:03.833 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-26T08:15:03.833 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-26T08:15:03.833 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-26T08:15:03.833 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-26T08:15:03.833 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-26T08:15:03.833 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-26T08:15:03.834 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-26T08:15:03.834 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-26T08:15:03.834 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-26T08:15:03.834 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compression_opts.level: 32767 2023-10-26T08:15:03.834 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-26T08:15:03.835 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-26T08:15:03.835 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-26T08:15:03.835 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compression_opts.enabled: false 2023-10-26T08:15:03.835 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-26T08:15:03.835 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-26T08:15:03.836 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-26T08:15:03.836 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-26T08:15:03.836 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-26T08:15:03.836 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-26T08:15:03.836 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-26T08:15:03.837 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-26T08:15:03.837 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-26T08:15:03.837 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-26T08:15:03.837 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-26T08:15:03.837 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-26T08:15:03.837 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-26T08:15:03.838 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-26T08:15:03.838 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-26T08:15:03.838 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-26T08:15:03.838 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-26T08:15:03.838 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.arena_block_size: 4194304 2023-10-26T08:15:03.839 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-26T08:15:03.839 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-26T08:15:03.839 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-26T08:15:03.839 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-26T08:15:03.839 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-26T08:15:03.840 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-26T08:15:03.840 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-26T08:15:03.840 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-26T08:15:03.840 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-26T08:15:03.840 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-26T08:15:03.841 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-26T08:15:03.841 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-26T08:15:03.841 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-26T08:15:03.841 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-26T08:15:03.841 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.table_properties_collectors: 2023-10-26T08:15:03.841 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.inplace_update_support: 0 2023-10-26T08:15:03.842 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-26T08:15:03.842 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-26T08:15:03.842 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-26T08:15:03.842 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-26T08:15:03.842 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.bloom_locality: 0 2023-10-26T08:15:03.843 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.max_successive_merges: 0 2023-10-26T08:15:03.843 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-26T08:15:03.843 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-26T08:15:03.843 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.force_consistency_checks: 0 2023-10-26T08:15:03.843 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-26T08:15:03.844 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: Options.ttl: 0 2023-10-26T08:15:03.844 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 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 2023-10-26T08:15:03.844 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2023-10-26T08:15:03.844 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1698308103412365, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-10-26T08:15:03.844 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #3 mode 2 2023-10-26T08:15:03.845 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1698308103412952, "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"}} 2023-10-26T08:15:03.845 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 5 2023-10-26T08:15:03.845 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.410+0000 7f3d84eec6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1698308103413763, "job": 1, "event": "recovery_finished"} 2023-10-26T08:15:03.845 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.414+0000 7f3d84eec6c0 4 rocksdb: DB pointer 0x55b0f4d8a400 2023-10-26T08:15:03.845 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.414+0000 7f3d6c039700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2023-10-26T08:15:03.846 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.414+0000 7f3d84eec6c0 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2023-10-26T08:15:03.846 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.414+0000 7f3d6c039700 4 rocksdb: [db/db_impl.cc:778] 2023-10-26T08:15:03.846 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: ** DB Stats ** 2023-10-26T08:15:03.846 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T08:15:03.846 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-26T08:15:03.847 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-26T08:15:03.847 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-26T08:15:03.847 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-26T08:15:03.847 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-10-26T08:15:03.847 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-26T08:15:03.848 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: ** Compaction Stats [default] ** 2023-10-26T08:15:03.848 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: 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 2023-10-26T08:15:03.848 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T08:15:03.848 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: L0 1/0 1.37 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-10-26T08:15:03.848 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Sum 1/0 1.37 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-10-26T08:15:03.849 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-10-26T08:15:03.849 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: ** Compaction Stats [default] ** 2023-10-26T08:15:03.849 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: 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 2023-10-26T08:15:03.849 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T08:15:03.849 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-10-26T08:15:03.850 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T08:15:03.850 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-26T08:15:03.850 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-26T08:15:03.850 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: AddFile(Total Files): cumulative 0, interval 0 2023-10-26T08:15:03.850 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-26T08:15:03.850 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: AddFile(Keys): cumulative 0, interval 0 2023-10-26T08:15:03.851 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Cumulative compaction: 0.00 GB write, 0.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-26T08:15:03.851 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Interval compaction: 0.00 GB write, 0.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-26T08:15:03.851 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: 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 2023-10-26T08:15:03.851 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: ** File Read Latency Histogram By Level [default] ** 2023-10-26T08:15:03.851 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: ** Compaction Stats [default] ** 2023-10-26T08:15:03.852 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: 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 2023-10-26T08:15:03.852 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T08:15:03.852 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: L0 1/0 1.37 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-10-26T08:15:03.852 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Sum 1/0 1.37 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-10-26T08:15:03.852 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: 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 2023-10-26T08:15:03.853 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: ** Compaction Stats [default] ** 2023-10-26T08:15:03.853 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: 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 2023-10-26T08:15:03.853 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T08:15:03.853 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-10-26T08:15:03.853 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T08:15:03.854 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-26T08:15:03.854 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-26T08:15:03.854 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: AddFile(Total Files): cumulative 0, interval 0 2023-10-26T08:15:03.854 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-26T08:15:03.854 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: AddFile(Keys): cumulative 0, interval 0 2023-10-26T08:15:03.854 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Cumulative compaction: 0.00 GB write, 0.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-26T08:15:03.855 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-26T08:15:03.855 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: 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 2023-10-26T08:15:03.855 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: ** File Read Latency Histogram By Level [default] ** 2023-10-26T08:15:03.855 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.414+0000 7f3d84eec6c0 0 using public_addrv [v2:172.21.15.12:3301/0,v1:172.21.15.12:6790/0] 2023-10-26T08:15:03.855 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.414+0000 7f3d84eec6c0 0 starting mon.c rank -1 at public addrs [v2:172.21.15.12:3301/0,v1:172.21.15.12:6790/0] at bind addrs [v2:172.21.15.12:3301/0,v1:172.21.15.12:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:15:03.856 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.414+0000 7f3d84eec6c0 1 mon.c@-1(???) e0 preinit fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:15:03.856 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.442+0000 7f3d6e83e700 0 mon.c@-1(synchronizing).mds e1 new map 2023-10-26T08:15:03.856 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.442+0000 7f3d6e83e700 0 mon.c@-1(synchronizing).mds e1 print_map 2023-10-26T08:15:03.856 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: e1 2023-10-26T08:15:03.856 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: enable_multiple, ever_enabled_multiple: 0,0 2023-10-26T08:15:03.857 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: 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} 2023-10-26T08:15:03.857 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: legacy client fscid: -1 2023-10-26T08:15:03.857 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: 2023-10-26T08:15:03.857 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: No filesystems configured 2023-10-26T08:15:03.857 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.442+0000 7f3d6e83e700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-26T08:15:03.858 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.442+0000 7f3d6e83e700 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 2023-10-26T08:15:03.858 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.442+0000 7f3d6e83e700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-26T08:15:03.858 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.442+0000 7f3d6e83e700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-26T08:15:03.858 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.442+0000 7f3d6e83e700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-26T08:15:03.858 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.442+0000 7f3d6e83e700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-26T08:15:03.859 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.442+0000 7f3d6e83e700 1 mon.c@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-10-26T08:15:03.859 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.442+0000 7f3d6e83e700 1 mon.c@-1(synchronizing).osd e6 e6: 0 total, 0 up, 0 in 2023-10-26T08:15:03.859 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.446+0000 7f3d6e83e700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2023-10-26T08:15:03.859 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.446+0000 7f3d6e83e700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2023-10-26T08:15:03.859 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.446+0000 7f3d6e83e700 0 mon.c@-1(synchronizing).osd e6 crush map has features 3314933000852226048, adjusting msgr requires 2023-10-26T08:15:03.859 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.446+0000 7f3d6e83e700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2023-10-26T08:15:03.860 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: audit 2023-10-26T08:15:01.894780+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:14:01.681260\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:14:01.681467\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}}, \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:03.860 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: audit 2023-10-26T08:15:01.895353+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:15:03.860 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: audit 2023-10-26T08:15:01.897542+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:14:01.681260\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:14:01.681467\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}}, \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:15:03.860 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.446+0000 7f3d6e83e700 1 mon.c@-1(synchronizing).paxosservice(auth 1..4) refresh upgraded, format 0 -> 3 2023-10-26T08:15:03.861 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.450+0000 7f3d6e83e700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-10-26T08:15:03.861 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.450+0000 7f3d6e83e700 20 expand_channel_meta expand map: {default=false} 2023-10-26T08:15:03.861 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.450+0000 7f3d6e83e700 20 expand_channel_meta from 'false' to 'false' 2023-10-26T08:15:03.861 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.450+0000 7f3d6e83e700 20 expand_channel_meta expanded map: {default=false} 2023-10-26T08:15:03.861 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.450+0000 7f3d6e83e700 20 expand_channel_meta expand map: {default=info} 2023-10-26T08:15:03.862 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.450+0000 7f3d6e83e700 20 expand_channel_meta from 'info' to 'info' 2023-10-26T08:15:03.862 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.450+0000 7f3d6e83e700 20 expand_channel_meta expanded map: {default=info} 2023-10-26T08:15:03.862 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.450+0000 7f3d6e83e700 20 expand_channel_meta expand map: {default=daemon} 2023-10-26T08:15:03.862 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.450+0000 7f3d6e83e700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-10-26T08:15:03.862 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.450+0000 7f3d6e83e700 20 expand_channel_meta expanded map: {default=daemon} 2023-10-26T08:15:03.863 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.450+0000 7f3d6e83e700 20 expand_channel_meta expand map: {default=debug} 2023-10-26T08:15:03.863 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.450+0000 7f3d6e83e700 20 expand_channel_meta from 'debug' to 'debug' 2023-10-26T08:15:03.863 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:03 smithi012 bash[26970]: debug 2023-10-26T08:15:03.450+0000 7f3d6e83e700 20 expand_channel_meta expanded map: {default=debug} 2023-10-26T08:15:08.747 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-10-26T08:15:08.747 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":2,"fsid":"6a98a15c-73d7-11ee-8db9-212e2dc638e7","modified":"2023-10-26T08:15:03.456586Z","created":"2023-10-26T08:13:17.167719Z","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.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3301","nonce":0},{"type":"v1","addr":"172.21.15.12:6790","nonce":0}]},"addr":"172.21.15.12:6790/0","public_addr":"172.21.15.12:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2023-10-26T08:15:08.750 INFO:teuthology.orchestra.run.smithi012.stderr:dumped monmap epoch 2 2023-10-26T08:15:08.809 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[26970]: cluster 2023-10-26T08:15:03.460284+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2023-10-26T08:15:08.809 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[26970]: audit 2023-10-26T08:15:03.480693+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479737\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479837\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479885\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}}, \"last_daemon_update\": \"2023-10-26T08:15:03.479985\", \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:08.810 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[23428]: cluster 2023-10-26T08:15:03.460284+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2023-10-26T08:15:08.810 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[23428]: audit 2023-10-26T08:15:03.480693+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479737\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479837\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479885\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}}, \"last_daemon_update\": \"2023-10-26T08:15:03.479985\", \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:08.811 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[26970]: cluster 2023-10-26T08:15:04.239393+0000 mgr.y (mgr.14140) 30 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:08.811 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[26970]: cluster 2023-10-26T08:15:05.458920+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-10-26T08:15:08.811 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[26970]: cluster 2023-10-26T08:15:06.239898+0000 mgr.y (mgr.14140) 31 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:08.811 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[26970]: cluster 2023-10-26T08:15:08.480923+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-10-26T08:15:08.812 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[26970]: cluster 2023-10-26T08:15:08.491666+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],c=[v2:172.21.15.12:3301/0,v1:172.21.15.12:6790/0]} 2023-10-26T08:15:08.812 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[26970]: cluster 2023-10-26T08:15:08.491781+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2023-10-26T08:15:08.812 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[26970]: cluster 2023-10-26T08:15:08.491845+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-10-26T08:15:08.812 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[26970]: cluster 2023-10-26T08:15:08.492195+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 68s) 2023-10-26T08:15:08.812 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[26970]: audit 2023-10-26T08:15:08.493360+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479737\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479837\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479885\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}}, \"last_daemon_update\": \"2023-10-26T08:15:03.479985\", \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:08.812 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[26970]: cluster 2023-10-26T08:15:08.501477+0000 mon.a (mon.0) 135 : cluster [WRN] overall HEALTH_WARN Reduced data availability: 1 pg inactive 2023-10-26T08:15:08.813 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[26970]: audit 2023-10-26T08:15:08.508073+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479737\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479837\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479885\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}}, \"last_daemon_update\": \"2023-10-26T08:15:03.479985\", \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:15:08.813 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[23428]: cluster 2023-10-26T08:15:04.239393+0000 mgr.y (mgr.14140) 30 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:08.814 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[23428]: cluster 2023-10-26T08:15:05.458920+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-10-26T08:15:08.814 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[23428]: cluster 2023-10-26T08:15:06.239898+0000 mgr.y (mgr.14140) 31 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:08.814 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[23428]: cluster 2023-10-26T08:15:08.480923+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-10-26T08:15:08.814 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[23428]: cluster 2023-10-26T08:15:08.491666+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],c=[v2:172.21.15.12:3301/0,v1:172.21.15.12:6790/0]} 2023-10-26T08:15:08.814 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[23428]: cluster 2023-10-26T08:15:08.491781+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2023-10-26T08:15:08.815 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[23428]: cluster 2023-10-26T08:15:08.491845+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-10-26T08:15:08.815 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[23428]: cluster 2023-10-26T08:15:08.492195+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 68s) 2023-10-26T08:15:08.815 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[23428]: audit 2023-10-26T08:15:08.493360+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479737\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479837\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479885\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}}, \"last_daemon_update\": \"2023-10-26T08:15:03.479985\", \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:08.815 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[23428]: cluster 2023-10-26T08:15:08.501477+0000 mon.a (mon.0) 135 : cluster [WRN] overall HEALTH_WARN Reduced data availability: 1 pg inactive 2023-10-26T08:15:08.815 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:08 smithi012 bash[23428]: audit 2023-10-26T08:15:08.508073+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479737\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479837\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479885\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}}, \"last_daemon_update\": \"2023-10-26T08:15:03.479985\", \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:15:09.478 INFO:tasks.cephadm:Adding mon.b on smithi079 2023-10-26T08:15:09.478 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch daemon add mon smithi079:172.21.15.79=b 2023-10-26T08:15:09.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:09 smithi012 bash[23428]: cluster 2023-10-26T08:15:08.240376+0000 mgr.y (mgr.14140) 32 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:09.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:09 smithi012 bash[23428]: audit 2023-10-26T08:15:08.743063+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.12:0/3874250936' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-26T08:15:09.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:09 smithi012 bash[26970]: cluster 2023-10-26T08:15:08.240376+0000 mgr.y (mgr.14140) 32 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:09.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:09 smithi012 bash[26970]: audit 2023-10-26T08:15:08.743063+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.12:0/3874250936' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-26T08:15:11.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:11 smithi012 bash[23428]: cluster 2023-10-26T08:15:10.240875+0000 mgr.y (mgr.14140) 33 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:11.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:11 smithi012 bash[26970]: cluster 2023-10-26T08:15:10.240875+0000 mgr.y (mgr.14140) 33 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:13.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:12 smithi012 bash[23428]: audit 2023-10-26T08:15:11.842586+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T08:15:13.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:12 smithi012 bash[23428]: audit 2023-10-26T08:15:11.844562+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:13.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:12 smithi012 bash[23428]: audit 2023-10-26T08:15:11.846798+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2023-10-26T08:15:13.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:12 smithi012 bash[26970]: audit 2023-10-26T08:15:11.842586+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T08:15:13.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:12 smithi012 bash[26970]: audit 2023-10-26T08:15:11.844562+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:13.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:12 smithi012 bash[26970]: audit 2023-10-26T08:15:11.846798+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2023-10-26T08:15:14.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:13 smithi012 bash[23428]: audit 2023-10-26T08:15:11.839834+0000 mgr.y (mgr.14140) 34 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi079:172.21.15.79=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:15:14.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:13 smithi012 bash[23428]: cephadm 2023-10-26T08:15:11.846030+0000 mgr.y (mgr.14140) 35 : cephadm [INF] Deploying daemon mon.b on smithi079 2023-10-26T08:15:14.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:13 smithi012 bash[23428]: cluster 2023-10-26T08:15:12.241424+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:14.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:13 smithi012 bash[26970]: audit 2023-10-26T08:15:11.839834+0000 mgr.y (mgr.14140) 34 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi079:172.21.15.79=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:15:14.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:13 smithi012 bash[26970]: cephadm 2023-10-26T08:15:11.846030+0000 mgr.y (mgr.14140) 35 : cephadm [INF] Deploying daemon mon.b on smithi079 2023-10-26T08:15:14.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:13 smithi012 bash[26970]: cluster 2023-10-26T08:15:12.241424+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:15.853 INFO:teuthology.orchestra.run.smithi079.stdout:Deployed mon.b on host 'smithi079' 2023-10-26T08:15:16.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:15 smithi012 bash[23428]: cluster 2023-10-26T08:15:14.241936+0000 mgr.y (mgr.14140) 37 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:16.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:15 smithi012 bash[26970]: cluster 2023-10-26T08:15:14.241936+0000 mgr.y (mgr.14140) 37 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:16.734 DEBUG:teuthology.orchestra.run.smithi079:mon.b> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.b.service 2023-10-26T08:15:16.737 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-26T08:15:16.737 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-26T08:15:17.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:16 smithi012 bash[23428]: audit 2023-10-26T08:15:15.801450+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:15:17.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:16 smithi012 bash[23428]: audit 2023-10-26T08:15:15.802470+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:15:17.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:16 smithi012 bash[26970]: audit 2023-10-26T08:15:15.801450+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:15:17.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:16 smithi012 bash[26970]: audit 2023-10-26T08:15:15.802470+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:15:17.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:16 smithi012 bash[23428]: audit 2023-10-26T08:15:15.806524+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:15:17.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:16 smithi012 bash[23428]: audit 2023-10-26T08:15:16.393305+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:16.392001\", \"created\": \"2023-10-26T08:15:15.782653\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}}, \"last_daemon_update\": \"2023-10-26T08:15:16.392247\", \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:15:17.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:16 smithi012 bash[23428]: audit 2023-10-26T08:15:16.398793+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:16.392001\", \"created\": \"2023-10-26T08:15:15.782653\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}}, \"last_daemon_update\": \"2023-10-26T08:15:16.392247\", \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:15:17.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:16 smithi012 bash[26970]: audit 2023-10-26T08:15:15.806524+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:15:17.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:16 smithi012 bash[26970]: audit 2023-10-26T08:15:16.393305+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:16.392001\", \"created\": \"2023-10-26T08:15:15.782653\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}}, \"last_daemon_update\": \"2023-10-26T08:15:16.392247\", \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:15:17.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:16 smithi012 bash[26970]: audit 2023-10-26T08:15:16.398793+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:16.392001\", \"created\": \"2023-10-26T08:15:15.782653\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}}, \"last_daemon_update\": \"2023-10-26T08:15:16.392247\", \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:15:17.565 INFO:journalctl@ceph.mon.b.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:15:17.566 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.266+0000 7f189b8486c0 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-26T08:15:17.566 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.266+0000 7f189b8486c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2023-10-26T08:15:17.567 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.266+0000 7f189b8486c0 0 pidfile_write: ignore empty --pid-file 2023-10-26T08:15:17.567 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 0 load: jerasure load: lrc load: isa 2023-10-26T08:15:17.567 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 0 set rocksdb option compression = kNoCompression 2023-10-26T08:15:17.567 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-10-26T08:15:17.568 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 0 set rocksdb option write_buffer_size = 33554432 2023-10-26T08:15:17.568 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 0 set rocksdb option compression = kNoCompression 2023-10-26T08:15:17.568 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-10-26T08:15:17.568 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 0 set rocksdb option write_buffer_size = 33554432 2023-10-26T08:15:17.568 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 1 rocksdb: do_open column families: [default] 2023-10-26T08:15:17.568 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: RocksDB version: 6.1.2 2023-10-26T08:15:17.569 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-26T08:15:17.569 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Compile date Mar 23 2020 2023-10-26T08:15:17.569 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: DB SUMMARY 2023-10-26T08:15:17.569 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: CURRENT file: CURRENT 2023-10-26T08:15:17.570 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: IDENTITY file: IDENTITY 2023-10-26T08:15:17.570 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-10-26T08:15:17.570 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-10-26T08:15:17.570 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000003.log size: 610 ; 2023-10-26T08:15:17.570 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.error_if_exists: 0 2023-10-26T08:15:17.571 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.create_if_missing: 0 2023-10-26T08:15:17.571 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.paranoid_checks: 1 2023-10-26T08:15:17.571 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.env: 0x55bbd44fc1a0 2023-10-26T08:15:17.571 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.info_log: 0x55bbd5ec49a0 2023-10-26T08:15:17.571 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-26T08:15:17.571 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.statistics: (nil) 2023-10-26T08:15:17.572 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.use_fsync: 0 2023-10-26T08:15:17.572 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_log_file_size: 0 2023-10-26T08:15:17.572 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-26T08:15:17.572 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-26T08:15:17.572 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-26T08:15:17.573 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-26T08:15:17.573 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.allow_fallocate: 1 2023-10-26T08:15:17.573 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-26T08:15:17.573 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-26T08:15:17.574 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.use_direct_reads: 0 2023-10-26T08:15:17.574 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-26T08:15:17.574 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.create_missing_column_families: 0 2023-10-26T08:15:17.574 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.db_log_dir: 2023-10-26T08:15:17.574 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2023-10-26T08:15:17.575 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-26T08:15:17.575 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_subcompactions: 1 2023-10-26T08:15:17.575 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_background_flushes: -1 2023-10-26T08:15:17.575 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-26T08:15:17.575 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-26T08:15:17.575 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-26T08:15:17.576 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-26T08:15:17.576 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.advise_random_on_open: 1 2023-10-26T08:15:17.576 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-26T08:15:17.576 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.write_buffer_manager: 0x55bbd6a5ea80 2023-10-26T08:15:17.576 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-26T08:15:17.577 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-26T08:15:17.577 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-26T08:15:17.577 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-26T08:15:17.579 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.rate_limiter: (nil) 2023-10-26T08:15:17.579 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-26T08:15:17.579 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-26T08:15:17.579 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-26T08:15:17.580 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-26T08:15:17.580 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-26T08:15:17.580 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-26T08:15:17.580 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-26T08:15:17.580 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-26T08:15:17.581 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.row_cache: None 2023-10-26T08:15:17.581 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.wal_filter: None 2023-10-26T08:15:17.581 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-26T08:15:17.581 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-26T08:15:17.581 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.preserve_deletes: 0 2023-10-26T08:15:17.582 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.two_write_queues: 0 2023-10-26T08:15:17.582 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.manual_wal_flush: 0 2023-10-26T08:15:17.582 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.atomic_flush: 0 2023-10-26T08:15:17.582 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-26T08:15:17.582 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_background_jobs: 2 2023-10-26T08:15:17.583 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_background_compactions: -1 2023-10-26T08:15:17.583 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-26T08:15:17.583 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-26T08:15:17.583 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-26T08:15:17.583 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_total_wal_size: 0 2023-10-26T08:15:17.584 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-26T08:15:17.584 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-26T08:15:17.584 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-26T08:15:17.584 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-26T08:15:17.584 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_open_files: -1 2023-10-26T08:15:17.585 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.bytes_per_sync: 0 2023-10-26T08:15:17.585 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-26T08:15:17.585 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-26T08:15:17.585 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Compression algorithms supported: 2023-10-26T08:15:17.585 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-26T08:15:17.586 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: kZSTD supported: 0 2023-10-26T08:15:17.586 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: kXpressCompression supported: 0 2023-10-26T08:15:17.586 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-26T08:15:17.586 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: kLZ4Compression supported: 1 2023-10-26T08:15:17.586 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: kBZip2Compression supported: 0 2023-10-26T08:15:17.587 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: kZlibCompression supported: 1 2023-10-26T08:15:17.587 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: kSnappyCompression supported: 1 2023-10-26T08:15:17.587 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-26T08:15:17.587 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000001 2023-10-26T08:15:17.587 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2023-10-26T08:15:17.588 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-26T08:15:17.588 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.merge_operator: 2023-10-26T08:15:17.588 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compaction_filter: None 2023-10-26T08:15:17.588 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compaction_filter_factory: None 2023-10-26T08:15:17.588 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-26T08:15:17.589 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-26T08:15:17.589 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bbd5de4138) 2023-10-26T08:15:17.589 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: cache_index_and_filter_blocks: 1 2023-10-26T08:15:17.589 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: cache_index_and_filter_blocks_with_high_priority: 1 2023-10-26T08:15:17.589 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-26T08:15:17.589 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: pin_top_level_index_and_filter: 1 2023-10-26T08:15:17.590 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: index_type: 0 2023-10-26T08:15:17.590 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: data_block_index_type: 0 2023-10-26T08:15:17.590 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: data_block_hash_table_util_ratio: 0.750000 2023-10-26T08:15:17.590 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: hash_index_allow_collision: 1 2023-10-26T08:15:17.591 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: checksum: 1 2023-10-26T08:15:17.591 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: no_block_cache: 0 2023-10-26T08:15:17.591 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: block_cache: 0x55bbd5e1a610 2023-10-26T08:15:17.591 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: block_cache_name: BinnedLRUCache 2023-10-26T08:15:17.591 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: block_cache_options: 2023-10-26T08:15:17.592 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: capacity : 536870912 2023-10-26T08:15:17.592 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: num_shard_bits : 4 2023-10-26T08:15:17.592 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: strict_capacity_limit : 0 2023-10-26T08:15:17.592 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: high_pri_pool_ratio: 0.000 2023-10-26T08:15:17.592 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: block_cache_compressed: (nil) 2023-10-26T08:15:17.592 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: persistent_cache: (nil) 2023-10-26T08:15:17.593 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: block_size: 4096 2023-10-26T08:15:17.593 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: block_size_deviation: 10 2023-10-26T08:15:17.593 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: block_restart_interval: 16 2023-10-26T08:15:17.593 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: index_block_restart_interval: 1 2023-10-26T08:15:17.593 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: metadata_block_size: 4096 2023-10-26T08:15:17.594 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: partition_filters: 0 2023-10-26T08:15:17.594 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: use_delta_encoding: 1 2023-10-26T08:15:17.594 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-26T08:15:17.594 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: whole_key_filtering: 1 2023-10-26T08:15:17.594 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: verify_compression: 0 2023-10-26T08:15:17.595 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: read_amp_bytes_per_bit: 0 2023-10-26T08:15:17.595 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: format_version: 2 2023-10-26T08:15:17.595 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: enable_index_compression: 1 2023-10-26T08:15:17.595 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: block_align: 0 2023-10-26T08:15:17.595 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-26T08:15:17.596 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-26T08:15:17.596 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compression: NoCompression 2023-10-26T08:15:17.596 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-26T08:15:17.596 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-26T08:15:17.596 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-26T08:15:17.597 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.num_levels: 7 2023-10-26T08:15:17.597 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-26T08:15:17.597 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-26T08:15:17.597 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-26T08:15:17.597 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-26T08:15:17.597 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-26T08:15:17.598 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-26T08:15:17.598 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-26T08:15:17.598 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-26T08:15:17.598 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-26T08:15:17.598 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compression_opts.level: 32767 2023-10-26T08:15:17.599 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-26T08:15:17.599 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-26T08:15:17.599 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-26T08:15:17.599 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compression_opts.enabled: false 2023-10-26T08:15:17.599 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-26T08:15:17.600 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-26T08:15:17.600 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-26T08:15:17.600 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-26T08:15:17.600 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-26T08:15:17.600 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-26T08:15:17.600 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-26T08:15:17.601 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-26T08:15:17.601 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-26T08:15:17.601 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-26T08:15:17.601 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-26T08:15:17.601 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-26T08:15:17.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-26T08:15:17.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-26T08:15:17.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-26T08:15:17.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-26T08:15:17.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-26T08:15:17.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.arena_block_size: 4194304 2023-10-26T08:15:17.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-26T08:15:17.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-26T08:15:17.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-26T08:15:17.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-26T08:15:17.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-26T08:15:17.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-26T08:15:17.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-26T08:15:17.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-26T08:15:17.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-26T08:15:17.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-26T08:15:17.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-26T08:15:17.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-26T08:15:17.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-26T08:15:17.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-26T08:15:17.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.table_properties_collectors: 2023-10-26T08:15:17.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.inplace_update_support: 0 2023-10-26T08:15:17.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-26T08:15:17.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-26T08:15:17.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-26T08:15:17.607 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-26T08:15:17.607 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.bloom_locality: 0 2023-10-26T08:15:17.607 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.max_successive_merges: 0 2023-10-26T08:15:17.607 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-26T08:15:17.607 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-26T08:15:17.607 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.force_consistency_checks: 0 2023-10-26T08:15:17.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-26T08:15:17.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: Options.ttl: 0 2023-10-26T08:15:17.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 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 2023-10-26T08:15:17.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2023-10-26T08:15:17.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1698308117275790, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-10-26T08:15:17.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.270+0000 7f189b8486c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #3 mode 2 2023-10-26T08:15:17.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.274+0000 7f189b8486c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1698308117277140, "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"}} 2023-10-26T08:15:17.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.274+0000 7f189b8486c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 5 2023-10-26T08:15:17.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.274+0000 7f189b8486c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1698308117277931, "job": 1, "event": "recovery_finished"} 2023-10-26T08:15:17.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.278+0000 7f189b8486c0 4 rocksdb: DB pointer 0x55bbd5eb5200 2023-10-26T08:15:17.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.278+0000 7f189b8486c0 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2023-10-26T08:15:17.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.278+0000 7f1882995700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2023-10-26T08:15:17.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.278+0000 7f1882995700 4 rocksdb: [db/db_impl.cc:778] 2023-10-26T08:15:17.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: ** DB Stats ** 2023-10-26T08:15:17.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T08:15:17.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-26T08:15:17.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-26T08:15:17.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-26T08:15:17.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-26T08:15:17.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-10-26T08:15:17.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-26T08:15:17.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: ** Compaction Stats [default] ** 2023-10-26T08:15:17.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: 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 2023-10-26T08:15:17.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T08:15:17.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: 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.2 0.00 0.00 1 0.001 0 0 2023-10-26T08:15:17.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: 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.2 0.00 0.00 1 0.001 0 0 2023-10-26T08:15:17.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: 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.2 0.00 0.00 1 0.001 0 0 2023-10-26T08:15:17.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: ** Compaction Stats [default] ** 2023-10-26T08:15:17.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: 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 2023-10-26T08:15:17.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T08:15:17.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: 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.2 0.00 0.00 1 0.001 0 0 2023-10-26T08:15:17.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T08:15:17.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-26T08:15:17.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-26T08:15:17.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: AddFile(Total Files): cumulative 0, interval 0 2023-10-26T08:15:17.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-26T08:15:17.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: AddFile(Keys): cumulative 0, interval 0 2023-10-26T08:15:17.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: Cumulative compaction: 0.00 GB write, 0.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-26T08:15:17.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: Interval compaction: 0.00 GB write, 0.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-26T08:15:17.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: 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 2023-10-26T08:15:17.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: ** File Read Latency Histogram By Level [default] ** 2023-10-26T08:15:17.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: ** Compaction Stats [default] ** 2023-10-26T08:15:17.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: 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 2023-10-26T08:15:17.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T08:15:17.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: 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.2 0.00 0.00 1 0.001 0 0 2023-10-26T08:15:17.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: 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.2 0.00 0.00 1 0.001 0 0 2023-10-26T08:15:17.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: 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 2023-10-26T08:15:17.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: ** Compaction Stats [default] ** 2023-10-26T08:15:17.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: 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 2023-10-26T08:15:17.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T08:15:17.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: 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.2 0.00 0.00 1 0.001 0 0 2023-10-26T08:15:17.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T08:15:17.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-26T08:15:17.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-26T08:15:17.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: AddFile(Total Files): cumulative 0, interval 0 2023-10-26T08:15:17.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-26T08:15:17.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: AddFile(Keys): cumulative 0, interval 0 2023-10-26T08:15:17.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: Cumulative compaction: 0.00 GB write, 0.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-26T08:15:17.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-26T08:15:17.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: 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 2023-10-26T08:15:17.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: ** File Read Latency Histogram By Level [default] ** 2023-10-26T08:15:17.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.278+0000 7f189b8486c0 0 using public_addr v2:172.21.15.79:0/0 -> [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] 2023-10-26T08:15:17.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.278+0000 7f189b8486c0 0 starting mon.b rank -1 at public addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] at bind addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:15:17.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.282+0000 7f189b8486c0 1 mon.b@-1(???) e0 preinit fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:15:17.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.326+0000 7f188519a700 0 mon.b@-1(synchronizing).mds e1 new map 2023-10-26T08:15:17.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.326+0000 7f188519a700 0 mon.b@-1(synchronizing).mds e1 print_map 2023-10-26T08:15:17.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: e1 2023-10-26T08:15:17.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: enable_multiple, ever_enabled_multiple: 0,0 2023-10-26T08:15:17.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: 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} 2023-10-26T08:15:17.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: legacy client fscid: -1 2023-10-26T08:15:17.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: 2023-10-26T08:15:17.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: No filesystems configured 2023-10-26T08:15:17.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.326+0000 7f188519a700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-26T08:15:17.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.326+0000 7f188519a700 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 2023-10-26T08:15:17.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.326+0000 7f188519a700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-26T08:15:17.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.326+0000 7f188519a700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-26T08:15:17.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.326+0000 7f188519a700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-26T08:15:17.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.326+0000 7f188519a700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-26T08:15:17.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.326+0000 7f188519a700 1 mon.b@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-10-26T08:15:17.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.326+0000 7f188519a700 1 mon.b@-1(synchronizing).osd e6 e6: 0 total, 0 up, 0 in 2023-10-26T08:15:17.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.326+0000 7f188519a700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2023-10-26T08:15:17.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.326+0000 7f188519a700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2023-10-26T08:15:17.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.326+0000 7f188519a700 0 mon.b@-1(synchronizing).osd e6 crush map has features 3314933000852226048, adjusting msgr requires 2023-10-26T08:15:17.624 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.326+0000 7f188519a700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2023-10-26T08:15:17.624 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: audit 2023-10-26T08:15:15.801450+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:15:17.624 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: audit 2023-10-26T08:15:15.802470+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:15:17.624 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: audit 2023-10-26T08:15:15.806524+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:15:17.624 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: audit 2023-10-26T08:15:16.393305+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:16.392001\", \"created\": \"2023-10-26T08:15:15.782653\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}}, \"last_daemon_update\": \"2023-10-26T08:15:16.392247\", \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:15:17.625 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: audit 2023-10-26T08:15:16.398793+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:16.392001\", \"created\": \"2023-10-26T08:15:15.782653\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}}, \"last_daemon_update\": \"2023-10-26T08:15:16.392247\", \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:15:17.625 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.330+0000 7f188519a700 1 mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2023-10-26T08:15:17.625 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.330+0000 7f188519a700 10 mon.b@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete 2023-10-26T08:15:17.625 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.330+0000 7f188519a700 20 expand_channel_meta expand map: {default=false} 2023-10-26T08:15:17.626 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.330+0000 7f188519a700 20 expand_channel_meta from 'false' to 'false' 2023-10-26T08:15:17.626 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.330+0000 7f188519a700 20 expand_channel_meta expanded map: {default=false} 2023-10-26T08:15:17.626 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.330+0000 7f188519a700 20 expand_channel_meta expand map: {default=info} 2023-10-26T08:15:17.626 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.330+0000 7f188519a700 20 expand_channel_meta from 'info' to 'info' 2023-10-26T08:15:17.626 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.330+0000 7f188519a700 20 expand_channel_meta expanded map: {default=info} 2023-10-26T08:15:17.627 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.330+0000 7f188519a700 20 expand_channel_meta expand map: {default=daemon} 2023-10-26T08:15:17.627 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.330+0000 7f188519a700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-10-26T08:15:17.627 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.330+0000 7f188519a700 20 expand_channel_meta expanded map: {default=daemon} 2023-10-26T08:15:17.627 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.330+0000 7f188519a700 20 expand_channel_meta expand map: {default=debug} 2023-10-26T08:15:17.627 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.330+0000 7f188519a700 20 expand_channel_meta from 'debug' to 'debug' 2023-10-26T08:15:17.627 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:17 smithi079 bash[23494]: debug 2023-10-26T08:15:17.330+0000 7f188519a700 20 expand_channel_meta expanded map: {default=debug} 2023-10-26T08:15:22.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[23428]: cluster 2023-10-26T08:15:17.345107+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2023-10-26T08:15:22.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[23428]: cluster 2023-10-26T08:15:17.345760+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-10-26T08:15:22.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[23428]: cluster 2023-10-26T08:15:18.242865+0000 mgr.y (mgr.14140) 39 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:22.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[23428]: cluster 2023-10-26T08:15:20.243405+0000 mgr.y (mgr.14140) 40 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:22.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[23428]: cluster 2023-10-26T08:15:22.347570+0000 mon.a (mon.0) 147 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-10-26T08:15:22.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[23428]: cluster 2023-10-26T08:15:22.353794+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.12:3301/0,v1:172.21.15.12:6790/0]} 2023-10-26T08:15:22.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[23428]: cluster 2023-10-26T08:15:22.353944+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2023-10-26T08:15:22.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[23428]: cluster 2023-10-26T08:15:22.354044+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-10-26T08:15:22.831 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[23428]: cluster 2023-10-26T08:15:22.354492+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 82s) 2023-10-26T08:15:22.831 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[23428]: cluster 2023-10-26T08:15:22.354918+0000 mon.a (mon.0) 152 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-10-26T08:15:22.831 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[23428]: cluster 2023-10-26T08:15:22.361601+0000 mon.a (mon.0) 153 : cluster [WRN] overall HEALTH_WARN 1/3 mons down, quorum a,c; Reduced data availability: 1 pg inactive 2023-10-26T08:15:22.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[26970]: cluster 2023-10-26T08:15:17.345107+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2023-10-26T08:15:22.832 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[26970]: cluster 2023-10-26T08:15:17.345760+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-10-26T08:15:22.832 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[26970]: cluster 2023-10-26T08:15:18.242865+0000 mgr.y (mgr.14140) 39 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:22.832 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[26970]: cluster 2023-10-26T08:15:20.243405+0000 mgr.y (mgr.14140) 40 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:22.832 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[26970]: cluster 2023-10-26T08:15:22.347570+0000 mon.a (mon.0) 147 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-10-26T08:15:22.832 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[26970]: cluster 2023-10-26T08:15:22.353794+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.12:3301/0,v1:172.21.15.12:6790/0]} 2023-10-26T08:15:22.833 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[26970]: cluster 2023-10-26T08:15:22.353944+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2023-10-26T08:15:22.833 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[26970]: cluster 2023-10-26T08:15:22.354044+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-10-26T08:15:22.833 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[26970]: cluster 2023-10-26T08:15:22.354492+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 82s) 2023-10-26T08:15:22.833 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[26970]: cluster 2023-10-26T08:15:22.354918+0000 mon.a (mon.0) 152 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-10-26T08:15:22.833 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:22 smithi012 bash[26970]: cluster 2023-10-26T08:15:22.361601+0000 mon.a (mon.0) 153 : cluster [WRN] overall HEALTH_WARN 1/3 mons down, quorum a,c; Reduced data availability: 1 pg inactive 2023-10-26T08:15:23.547 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-26T08:15:23.548 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":3,"fsid":"6a98a15c-73d7-11ee-8db9-212e2dc638e7","modified":"2023-10-26T08:15:17.338111Z","created":"2023-10-26T08:13:17.167719Z","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.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3301","nonce":0},{"type":"v1","addr":"172.21.15.12:6790","nonce":0}]},"addr":"172.21.15.12:6790/0","public_addr":"172.21.15.12:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2023-10-26T08:15:23.550 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 3 2023-10-26T08:15:24.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:23 smithi012 bash[23428]: cluster 2023-10-26T08:15:22.243888+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:24.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:23 smithi012 bash[23428]: audit 2023-10-26T08:15:23.542590+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.79:0/807614965' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-26T08:15:24.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:23 smithi012 bash[26970]: cluster 2023-10-26T08:15:22.243888+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:24.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:23 smithi012 bash[26970]: audit 2023-10-26T08:15:23.542590+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.79:0/807614965' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-26T08:15:24.152 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-26T08:15:24.153 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-26T08:15:24.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:24 smithi079 bash[23494]: cluster 2023-10-26T08:15:22.243888+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:24.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:24 smithi079 bash[23494]: audit 2023-10-26T08:15:23.542590+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.79:0/807614965' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-26T08:15:24.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:24 smithi079 bash[23494]: cluster 2023-10-26T08:15:19.342450+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-10-26T08:15:24.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:24 smithi079 bash[23494]: cluster 2023-10-26T08:15:24.343546+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2023-10-26T08:15:24.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:24 smithi079 bash[23494]: cluster 2023-10-26T08:15:24.343584+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-10-26T08:15:24.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:24 smithi079 bash[23494]: cluster 2023-10-26T08:15:24.345094+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-10-26T08:15:24.979 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:24 smithi079 bash[23494]: cluster 2023-10-26T08:15:24.366236+0000 mon.a (mon.0) 156 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-10-26T08:15:24.979 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:24 smithi079 bash[23494]: cluster 2023-10-26T08:15:24.373093+0000 mon.a (mon.0) 157 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.12:3301/0,v1:172.21.15.12:6790/0]} 2023-10-26T08:15:24.979 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:24 smithi079 bash[23494]: cluster 2023-10-26T08:15:24.373201+0000 mon.a (mon.0) 158 : cluster [DBG] fsmap 2023-10-26T08:15:24.979 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:24 smithi079 bash[23494]: cluster 2023-10-26T08:15:24.373261+0000 mon.a (mon.0) 159 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-10-26T08:15:24.979 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:24 smithi079 bash[23494]: cluster 2023-10-26T08:15:24.373593+0000 mon.a (mon.0) 160 : cluster [DBG] mgrmap e13: y(active, since 84s) 2023-10-26T08:15:24.979 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:24 smithi079 bash[23494]: cluster 2023-10-26T08:15:24.373898+0000 mon.a (mon.0) 161 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-10-26T08:15:24.980 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:24 smithi079 bash[23494]: cluster 2023-10-26T08:15:24.380968+0000 mon.a (mon.0) 162 : cluster [WRN] overall HEALTH_WARN Reduced data availability: 1 pg inactive 2023-10-26T08:15:25.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[23428]: cluster 2023-10-26T08:15:19.342450+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-10-26T08:15:25.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[23428]: cluster 2023-10-26T08:15:24.343546+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2023-10-26T08:15:25.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[23428]: cluster 2023-10-26T08:15:24.343584+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-10-26T08:15:25.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[23428]: cluster 2023-10-26T08:15:24.345094+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-10-26T08:15:25.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[23428]: cluster 2023-10-26T08:15:24.366236+0000 mon.a (mon.0) 156 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-10-26T08:15:25.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[23428]: cluster 2023-10-26T08:15:24.373093+0000 mon.a (mon.0) 157 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.12:3301/0,v1:172.21.15.12:6790/0]} 2023-10-26T08:15:25.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[23428]: cluster 2023-10-26T08:15:24.373201+0000 mon.a (mon.0) 158 : cluster [DBG] fsmap 2023-10-26T08:15:25.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[23428]: cluster 2023-10-26T08:15:24.373261+0000 mon.a (mon.0) 159 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-10-26T08:15:25.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[23428]: cluster 2023-10-26T08:15:24.373593+0000 mon.a (mon.0) 160 : cluster [DBG] mgrmap e13: y(active, since 84s) 2023-10-26T08:15:25.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[23428]: cluster 2023-10-26T08:15:24.373898+0000 mon.a (mon.0) 161 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-10-26T08:15:25.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[23428]: cluster 2023-10-26T08:15:24.380968+0000 mon.a (mon.0) 162 : cluster [WRN] overall HEALTH_WARN Reduced data availability: 1 pg inactive 2023-10-26T08:15:25.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[26970]: cluster 2023-10-26T08:15:19.342450+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-10-26T08:15:25.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[26970]: cluster 2023-10-26T08:15:24.343546+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2023-10-26T08:15:25.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[26970]: cluster 2023-10-26T08:15:24.343584+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-10-26T08:15:25.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[26970]: cluster 2023-10-26T08:15:24.345094+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-10-26T08:15:25.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[26970]: cluster 2023-10-26T08:15:24.366236+0000 mon.a (mon.0) 156 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-10-26T08:15:25.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[26970]: cluster 2023-10-26T08:15:24.373093+0000 mon.a (mon.0) 157 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.12:3301/0,v1:172.21.15.12:6790/0]} 2023-10-26T08:15:25.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[26970]: cluster 2023-10-26T08:15:24.373201+0000 mon.a (mon.0) 158 : cluster [DBG] fsmap 2023-10-26T08:15:25.080 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[26970]: cluster 2023-10-26T08:15:24.373261+0000 mon.a (mon.0) 159 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-10-26T08:15:25.080 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[26970]: cluster 2023-10-26T08:15:24.373593+0000 mon.a (mon.0) 160 : cluster [DBG] mgrmap e13: y(active, since 84s) 2023-10-26T08:15:25.080 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[26970]: cluster 2023-10-26T08:15:24.373898+0000 mon.a (mon.0) 161 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-10-26T08:15:25.080 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:24 smithi012 bash[26970]: cluster 2023-10-26T08:15:24.380968+0000 mon.a (mon.0) 162 : cluster [WRN] overall HEALTH_WARN Reduced data availability: 1 pg inactive 2023-10-26T08:15:25.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:25 smithi012 bash[26970]: cluster 2023-10-26T08:15:24.244472+0000 mgr.y (mgr.14140) 42 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:25.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:25 smithi012 bash[23428]: cluster 2023-10-26T08:15:24.244472+0000 mgr.y (mgr.14140) 42 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:26.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:25 smithi079 bash[23494]: cluster 2023-10-26T08:15:24.244472+0000 mgr.y (mgr.14140) 42 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:27.129 INFO:teuthology.orchestra.run.smithi012.stdout:# minimal ceph.conf for 6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:15:27.130 INFO:teuthology.orchestra.run.smithi012.stdout:[global] 2023-10-26T08:15:27.130 INFO:teuthology.orchestra.run.smithi012.stdout: fsid = 6a98a15c-73d7-11ee-8db9-212e2dc638e7 2023-10-26T08:15:27.130 INFO:teuthology.orchestra.run.smithi012.stdout: mon_host = [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] [v2:172.21.15.12:3301/0,v1:172.21.15.12:6790/0] 2023-10-26T08:15:27.837 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-26T08:15:27.837 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2023-10-26T08:15:27.838 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/ceph/ceph.conf 2023-10-26T08:15:27.855 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2023-10-26T08:15:27.855 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-26T08:15:27.865 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-10-26T08:15:27.865 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.conf 2023-10-26T08:15:27.882 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-10-26T08:15:27.882 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-26T08:15:27.941 INFO:tasks.cephadm:Adding mgr.y on smithi012 2023-10-26T08:15:27.941 INFO:tasks.cephadm:Adding mgr.x on smithi079 2023-10-26T08:15:27.941 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch apply mgr '2;smithi012=y;smithi079=x' 2023-10-26T08:15:28.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:27 smithi012 bash[23428]: cluster 2023-10-26T08:15:26.245032+0000 mgr.y (mgr.14140) 43 : cluster [DBG] pgmap v37: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:28.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:27 smithi012 bash[23428]: audit 2023-10-26T08:15:27.125015+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.12:0/3710197967' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:28.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:27 smithi012 bash[26970]: cluster 2023-10-26T08:15:26.245032+0000 mgr.y (mgr.14140) 43 : cluster [DBG] pgmap v37: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:28.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:27 smithi012 bash[26970]: audit 2023-10-26T08:15:27.125015+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.12:0/3710197967' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:28.081 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:27 smithi079 bash[23494]: cluster 2023-10-26T08:15:26.245032+0000 mgr.y (mgr.14140) 43 : cluster [DBG] pgmap v37: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:28.081 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:27 smithi079 bash[23494]: audit 2023-10-26T08:15:27.125015+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.12:0/3710197967' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:30.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:29 smithi012 bash[23428]: cluster 2023-10-26T08:15:28.245561+0000 mgr.y (mgr.14140) 44 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:30.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:29 smithi012 bash[26970]: cluster 2023-10-26T08:15:28.245561+0000 mgr.y (mgr.14140) 44 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:30.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:29 smithi079 bash[23494]: cluster 2023-10-26T08:15:28.245561+0000 mgr.y (mgr.14140) 44 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:30.295 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled mgr update... 2023-10-26T08:15:31.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:30 smithi012 bash[23428]: audit 2023-10-26T08:15:30.282635+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-10-26T08:15:30.281936\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2023-10-26T08:15:31.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:30 smithi012 bash[23428]: audit 2023-10-26T08:15:30.287804+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-10-26T08:15:30.281936\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2023-10-26T08:15:31.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:30 smithi012 bash[23428]: audit 2023-10-26T08:15:30.292167+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T08:15:31.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:30 smithi012 bash[23428]: audit 2023-10-26T08:15:30.298046+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-26T08:15:31.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:30 smithi012 bash[23428]: audit 2023-10-26T08:15:30.299348+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:31.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:30 smithi012 bash[23428]: audit 2023-10-26T08:15:30.301468+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-10-26T08:15:31.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:30 smithi012 bash[26970]: audit 2023-10-26T08:15:30.282635+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-10-26T08:15:30.281936\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2023-10-26T08:15:31.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:30 smithi012 bash[26970]: audit 2023-10-26T08:15:30.287804+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-10-26T08:15:30.281936\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2023-10-26T08:15:31.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:30 smithi012 bash[26970]: audit 2023-10-26T08:15:30.292167+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T08:15:31.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:30 smithi012 bash[26970]: audit 2023-10-26T08:15:30.298046+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-26T08:15:31.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:30 smithi012 bash[26970]: audit 2023-10-26T08:15:30.299348+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:31.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:30 smithi012 bash[26970]: audit 2023-10-26T08:15:30.301468+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-10-26T08:15:31.177 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:30 smithi079 bash[23494]: audit 2023-10-26T08:15:30.282635+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-10-26T08:15:30.281936\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2023-10-26T08:15:31.177 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:30 smithi079 bash[23494]: audit 2023-10-26T08:15:30.287804+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-10-26T08:15:30.281936\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2023-10-26T08:15:31.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:30 smithi079 bash[23494]: audit 2023-10-26T08:15:30.292167+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T08:15:31.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:30 smithi079 bash[23494]: audit 2023-10-26T08:15:30.298046+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-26T08:15:31.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:30 smithi079 bash[23494]: audit 2023-10-26T08:15:30.299348+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:31.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:30 smithi079 bash[23494]: audit 2023-10-26T08:15:30.301468+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-10-26T08:15:31.179 DEBUG:teuthology.orchestra.run.smithi079:mgr.x> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.x.service 2023-10-26T08:15:31.182 INFO:tasks.cephadm:Deploying OSDs... 2023-10-26T08:15:31.182 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2023-10-26T08:15:31.183 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/scratch_devs of=/dev/stdout 2023-10-26T08:15:31.190 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-10-26T08:15:31.190 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_1 2023-10-26T08:15:31.238 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-26T08:15:31.238 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-26T08:15:31.238 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 6h/6d Inode: 359 Links: 1 2023-10-26T08:15:31.238 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-26T08:15:31.239 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2023-10-26 08:10:54.886590123 +0000 2023-10-26T08:15:31.239 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2023-10-26 08:10:54.582597120 +0000 2023-10-26T08:15:31.239 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2023-10-26 08:10:54.582597120 +0000 2023-10-26T08:15:31.239 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2023-10-26T08:15:31.239 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-26T08:15:31.251 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2023-10-26T08:15:31.252 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2023-10-26T08:15:31.252 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000389406 s, 1.3 MB/s 2023-10-26T08:15:31.253 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-26T08:15:31.262 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_2 2023-10-26T08:15:31.269 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-26T08:15:31.269 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-26T08:15:31.269 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 6h/6d Inode: 368 Links: 1 2023-10-26T08:15:31.269 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-26T08:15:31.270 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2023-10-26 08:10:55.382578706 +0000 2023-10-26T08:15:31.270 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2023-10-26 08:10:55.102585151 +0000 2023-10-26T08:15:31.270 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2023-10-26 08:10:55.102585151 +0000 2023-10-26T08:15:31.270 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2023-10-26T08:15:31.270 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-26T08:15:31.330 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2023-10-26T08:15:31.330 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2023-10-26T08:15:31.331 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000391352 s, 1.3 MB/s 2023-10-26T08:15:31.331 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-26T08:15:31.340 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_3 2023-10-26T08:15:31.347 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-26T08:15:31.347 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-26T08:15:31.347 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 6h/6d Inode: 371 Links: 1 2023-10-26T08:15:31.347 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-26T08:15:31.347 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2023-10-26 08:10:55.878567289 +0000 2023-10-26T08:15:31.348 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2023-10-26 08:10:55.598573734 +0000 2023-10-26T08:15:31.348 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2023-10-26 08:10:55.598573734 +0000 2023-10-26T08:15:31.348 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2023-10-26T08:15:31.348 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-26T08:15:31.359 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2023-10-26T08:15:31.360 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2023-10-26T08:15:31.360 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000334877 s, 1.5 MB/s 2023-10-26T08:15:31.361 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-26T08:15:31.411 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_4 2023-10-26T08:15:31.419 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-26T08:15:31.419 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-26T08:15:31.419 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 6h/6d Inode: 378 Links: 1 2023-10-26T08:15:31.419 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-26T08:15:31.420 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2023-10-26 08:10:56.406555135 +0000 2023-10-26T08:15:31.420 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2023-10-26 08:10:56.114561857 +0000 2023-10-26T08:15:31.420 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2023-10-26 08:10:56.114561857 +0000 2023-10-26T08:15:31.420 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2023-10-26T08:15:31.420 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-26T08:15:31.434 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2023-10-26T08:15:31.434 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2023-10-26T08:15:31.437 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000416244 s, 1.2 MB/s 2023-10-26T08:15:31.438 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-26T08:15:31.446 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-10-26T08:15:31.447 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2023-10-26T08:15:31.455 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-10-26T08:15:31.455 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_1 2023-10-26T08:15:31.462 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-26T08:15:31.463 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-26T08:15:31.463 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 361 Links: 1 2023-10-26T08:15:31.463 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-26T08:15:31.463 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-10-26 08:10:50.384911955 +0000 2023-10-26T08:15:31.463 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-10-26 08:10:50.108918307 +0000 2023-10-26T08:15:31.464 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-10-26 08:10:50.108918307 +0000 2023-10-26T08:15:31.464 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-10-26T08:15:31.464 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-26T08:15:31.479 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-10-26T08:15:31.480 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-10-26T08:15:31.480 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000360008 s, 1.4 MB/s 2023-10-26T08:15:31.481 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-26T08:15:31.487 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_2 2023-10-26T08:15:31.540 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-26T08:15:31.541 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-26T08:15:31.541 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 367 Links: 1 2023-10-26T08:15:31.541 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-26T08:15:31.541 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-10-26 08:10:50.920899616 +0000 2023-10-26T08:15:31.541 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-10-26 08:10:50.624906431 +0000 2023-10-26T08:15:31.542 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-10-26 08:10:50.624906431 +0000 2023-10-26T08:15:31.542 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-10-26T08:15:31.542 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-26T08:15:31.555 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-10-26T08:15:31.555 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-10-26T08:15:31.555 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000407524 s, 1.3 MB/s 2023-10-26T08:15:31.556 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-26T08:15:31.563 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_3 2023-10-26T08:15:31.612 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-26T08:15:31.612 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-26T08:15:31.612 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 373 Links: 1 2023-10-26T08:15:31.613 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-26T08:15:31.613 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-10-26 08:10:51.448887464 +0000 2023-10-26T08:15:31.613 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-10-26 08:10:51.140894552 +0000 2023-10-26T08:15:31.613 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-10-26 08:10:51.140894552 +0000 2023-10-26T08:15:31.613 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-10-26T08:15:31.614 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-26T08:15:31.628 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-10-26T08:15:31.628 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-10-26T08:15:31.628 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000315902 s, 1.6 MB/s 2023-10-26T08:15:31.629 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-26T08:15:31.682 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_4 2023-10-26T08:15:31.688 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-26T08:15:31.689 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-26T08:15:31.689 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 378 Links: 1 2023-10-26T08:15:31.689 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-26T08:15:31.689 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-10-26 08:10:51.708881478 +0000 2023-10-26T08:15:31.689 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-10-26 08:10:51.704881571 +0000 2023-10-26T08:15:31.690 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-10-26 08:10:51.704881571 +0000 2023-10-26T08:15:31.690 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-10-26T08:15:31.690 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-26T08:15:31.706 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-10-26T08:15:31.706 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-10-26T08:15:31.706 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000399904 s, 1.3 MB/s 2023-10-26T08:15:31.707 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-26T08:15:31.715 INFO:tasks.cephadm:Deploying osd.0 on smithi012 with /dev/vg_nvme/lv_4... 2023-10-26T08:15:31.715 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-10-26T08:15:31.756 INFO:journalctl@ceph.mgr.x.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:15:32.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:31 smithi012 bash[23428]: cluster 2023-10-26T08:15:30.246129+0000 mgr.y (mgr.14140) 45 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:32.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:31 smithi012 bash[23428]: audit 2023-10-26T08:15:30.280738+0000 mgr.y (mgr.14140) 46 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi012=y;smithi079=x", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:15:32.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:31 smithi012 bash[23428]: cephadm 2023-10-26T08:15:30.281908+0000 mgr.y (mgr.14140) 47 : cephadm [INF] Saving service mgr spec with placement count:2 smithi012=y,smithi079=x 2023-10-26T08:15:32.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:31 smithi012 bash[23428]: cephadm 2023-10-26T08:15:30.300665+0000 mgr.y (mgr.14140) 48 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-10-26T08:15:32.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:31 smithi012 bash[26970]: cluster 2023-10-26T08:15:30.246129+0000 mgr.y (mgr.14140) 45 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:32.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:31 smithi012 bash[26970]: audit 2023-10-26T08:15:30.280738+0000 mgr.y (mgr.14140) 46 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi012=y;smithi079=x", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:15:32.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:31 smithi012 bash[26970]: cephadm 2023-10-26T08:15:30.281908+0000 mgr.y (mgr.14140) 47 : cephadm [INF] Saving service mgr spec with placement count:2 smithi012=y,smithi079=x 2023-10-26T08:15:32.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:31 smithi012 bash[26970]: cephadm 2023-10-26T08:15:30.300665+0000 mgr.y (mgr.14140) 48 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-10-26T08:15:32.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:31 smithi079 bash[23494]: cluster 2023-10-26T08:15:30.246129+0000 mgr.y (mgr.14140) 45 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:32.255 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:31 smithi079 bash[23494]: audit 2023-10-26T08:15:30.280738+0000 mgr.y (mgr.14140) 46 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi012=y;smithi079=x", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:15:32.255 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:31 smithi079 bash[23494]: cephadm 2023-10-26T08:15:30.281908+0000 mgr.y (mgr.14140) 47 : cephadm [INF] Saving service mgr spec with placement count:2 smithi012=y,smithi079=x 2023-10-26T08:15:32.256 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:31 smithi079 bash[23494]: cephadm 2023-10-26T08:15:30.300665+0000 mgr.y (mgr.14140) 48 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-10-26T08:15:33.227 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:15:32 smithi079 docker[24185]: Error response from daemon: No such container: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-mgr.x 2023-10-26T08:15:33.228 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:15:32 smithi079 systemd[1]: Started Ceph mgr.x for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:15:33.928 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[26970]: cluster 2023-10-26T08:15:32.246635+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:33.928 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[26970]: audit 2023-10-26T08:15:32.880970+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:16.392001\", \"created\": \"2023-10-26T08:15:15.782653\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:15:33.928 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[26970]: audit 2023-10-26T08:15:32.885942+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:16.392001\", \"created\": \"2023-10-26T08:15:15.782653\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:15:33.929 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[26970]: audit 2023-10-26T08:15:32.887579+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:15:33.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[23428]: cluster 2023-10-26T08:15:32.246635+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:33.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[23428]: audit 2023-10-26T08:15:32.880970+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:16.392001\", \"created\": \"2023-10-26T08:15:15.782653\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:15:33.930 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[26970]: audit 2023-10-26T08:15:33.669031+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667240\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667452\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}}, \"last_daemon_update\": \"2023-10-26T08:15:33.667701\", \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:15:33.930 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[26970]: audit 2023-10-26T08:15:33.674520+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667240\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667452\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}}, \"last_daemon_update\": \"2023-10-26T08:15:33.667701\", \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:15:33.930 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[26970]: audit 2023-10-26T08:15:33.677765+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2023-10-26T08:15:33.931 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[26970]: audit 2023-10-26T08:15:33.679979+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:33.931 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[26970]: audit 2023-10-26T08:15:33.682181+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2023-10-26T08:15:33.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[23428]: audit 2023-10-26T08:15:32.885942+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:16.392001\", \"created\": \"2023-10-26T08:15:15.782653\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:15:33.932 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[23428]: audit 2023-10-26T08:15:32.887579+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:15:33.932 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[23428]: audit 2023-10-26T08:15:33.669031+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667240\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667452\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}}, \"last_daemon_update\": \"2023-10-26T08:15:33.667701\", \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:15:33.932 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[23428]: audit 2023-10-26T08:15:33.674520+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667240\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667452\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}}, \"last_daemon_update\": \"2023-10-26T08:15:33.667701\", \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:15:33.932 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[23428]: audit 2023-10-26T08:15:33.677765+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2023-10-26T08:15:33.933 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[23428]: audit 2023-10-26T08:15:33.679979+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:33.933 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:33 smithi012 bash[23428]: audit 2023-10-26T08:15:33.682181+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2023-10-26T08:15:34.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:33 smithi079 bash[23494]: cluster 2023-10-26T08:15:32.246635+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:34.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:33 smithi079 bash[23494]: audit 2023-10-26T08:15:32.880970+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:16.392001\", \"created\": \"2023-10-26T08:15:15.782653\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:15:34.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:33 smithi079 bash[23494]: audit 2023-10-26T08:15:32.885942+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:16.392001\", \"created\": \"2023-10-26T08:15:15.782653\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:15:34.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:33 smithi079 bash[23494]: audit 2023-10-26T08:15:32.887579+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:15:34.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:33 smithi079 bash[23494]: audit 2023-10-26T08:15:33.669031+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667240\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667452\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}}, \"last_daemon_update\": \"2023-10-26T08:15:33.667701\", \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:15:34.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:33 smithi079 bash[23494]: audit 2023-10-26T08:15:33.674520+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667240\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667452\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}}, \"last_daemon_update\": \"2023-10-26T08:15:33.667701\", \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:15:34.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:33 smithi079 bash[23494]: audit 2023-10-26T08:15:33.677765+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2023-10-26T08:15:34.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:33 smithi079 bash[23494]: audit 2023-10-26T08:15:33.679979+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:34.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:33 smithi079 bash[23494]: audit 2023-10-26T08:15:33.682181+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2023-10-26T08:15:35.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:34 smithi012 bash[26970]: cephadm 2023-10-26T08:15:33.677177+0000 mgr.y (mgr.14140) 50 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-10-26T08:15:35.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:34 smithi012 bash[26970]: cephadm 2023-10-26T08:15:33.681393+0000 mgr.y (mgr.14140) 51 : cephadm [INF] Reconfiguring daemon mgr.y on smithi012 2023-10-26T08:15:35.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:34 smithi012 bash[23428]: cephadm 2023-10-26T08:15:33.677177+0000 mgr.y (mgr.14140) 50 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-10-26T08:15:35.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:34 smithi012 bash[23428]: cephadm 2023-10-26T08:15:33.681393+0000 mgr.y (mgr.14140) 51 : cephadm [INF] Reconfiguring daemon mgr.y on smithi012 2023-10-26T08:15:35.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:34 smithi079 bash[23494]: cephadm 2023-10-26T08:15:33.677177+0000 mgr.y (mgr.14140) 50 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-10-26T08:15:35.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:34 smithi079 bash[23494]: cephadm 2023-10-26T08:15:33.681393+0000 mgr.y (mgr.14140) 51 : cephadm [INF] Reconfiguring daemon mgr.y on smithi012 2023-10-26T08:15:35.599 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-10-26T08:15:35.600 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-10-26T08:15:35.600 INFO:teuthology.orchestra.run.smithi012.stderr: stderr: 10+0 records in 2023-10-26T08:15:35.600 INFO:teuthology.orchestra.run.smithi012.stderr:10+0 records out 2023-10-26T08:15:35.600 INFO:teuthology.orchestra.run.smithi012.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0177256 s, 592 MB/s 2023-10-26T08:15:35.600 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping successful for: 2023-10-26T08:15:36.005 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:35 smithi012 bash[23428]: cluster 2023-10-26T08:15:34.247099+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:36.006 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:35 smithi012 bash[26970]: cluster 2023-10-26T08:15:34.247099+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:36.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:35 smithi079 bash[23494]: cluster 2023-10-26T08:15:34.247099+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:36.415 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi012:vg_nvme/lv_4 2023-10-26T08:15:36.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:36 smithi012 bash[23428]: audit 2023-10-26T08:15:36.025702+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479737\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479885\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}}, \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:36.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:36 smithi012 bash[26970]: audit 2023-10-26T08:15:36.025702+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479737\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479885\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}}, \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:36.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:36 smithi012 bash[23428]: audit 2023-10-26T08:15:36.031589+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479737\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479885\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}}, \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:15:36.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:36 smithi012 bash[23428]: audit 2023-10-26T08:15:36.032832+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:15:36.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:36 smithi012 bash[23428]: cluster 2023-10-26T08:15:36.247686+0000 mgr.y (mgr.14140) 53 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:36.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:36 smithi012 bash[26970]: audit 2023-10-26T08:15:36.031589+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479737\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479885\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}}, \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:15:36.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:36 smithi012 bash[26970]: audit 2023-10-26T08:15:36.032832+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:15:36.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:36 smithi012 bash[26970]: cluster 2023-10-26T08:15:36.247686+0000 mgr.y (mgr.14140) 53 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:36.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:36 smithi012 bash[23428]: audit 2023-10-26T08:15:36.520439+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519338\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519430\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519476\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}}, \"last_daemon_update\": \"2023-10-26T08:15:36.519569\", \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:36.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:36 smithi012 bash[23428]: audit 2023-10-26T08:15:36.525799+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519338\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519430\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519476\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}}, \"last_daemon_update\": \"2023-10-26T08:15:36.519569\", \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:15:36.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:36 smithi012 bash[26970]: audit 2023-10-26T08:15:36.520439+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519338\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519430\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519476\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}}, \"last_daemon_update\": \"2023-10-26T08:15:36.519569\", \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:36.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:36 smithi012 bash[26970]: audit 2023-10-26T08:15:36.525799+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519338\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519430\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519476\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}}, \"last_daemon_update\": \"2023-10-26T08:15:36.519569\", \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:15:37.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:36 smithi079 bash[23494]: audit 2023-10-26T08:15:36.025702+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479737\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479885\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}}, \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:37.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:36 smithi079 bash[23494]: audit 2023-10-26T08:15:36.031589+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479737\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:03.479885\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}}, \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:15:37.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:36 smithi079 bash[23494]: audit 2023-10-26T08:15:36.032832+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:15:37.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:36 smithi079 bash[23494]: cluster 2023-10-26T08:15:36.247686+0000 mgr.y (mgr.14140) 53 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:37.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:36 smithi079 bash[23494]: audit 2023-10-26T08:15:36.520439+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519338\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519430\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519476\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}}, \"last_daemon_update\": \"2023-10-26T08:15:36.519569\", \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:37.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:36 smithi079 bash[23494]: audit 2023-10-26T08:15:36.525799+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519338\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519430\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519476\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}}, \"last_daemon_update\": \"2023-10-26T08:15:36.519569\", \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:15:39.052 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:38 smithi012 bash[23428]: cluster 2023-10-26T08:15:37.820320+0000 mon.a (mon.0) 183 : cluster [DBG] Standby manager daemon x started 2023-10-26T08:15:39.052 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:38 smithi012 bash[23428]: audit 2023-10-26T08:15:37.822899+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.79:0/486185949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:15:39.052 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:38 smithi012 bash[23428]: audit 2023-10-26T08:15:37.826691+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.79:0/486185949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:15:39.053 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:38 smithi012 bash[26970]: cluster 2023-10-26T08:15:37.820320+0000 mon.a (mon.0) 183 : cluster [DBG] Standby manager daemon x started 2023-10-26T08:15:39.053 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:38 smithi012 bash[26970]: audit 2023-10-26T08:15:37.822899+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.79:0/486185949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:15:39.053 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:38 smithi012 bash[26970]: audit 2023-10-26T08:15:37.826691+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.79:0/486185949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:15:39.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:38 smithi079 bash[23494]: cluster 2023-10-26T08:15:37.820320+0000 mon.a (mon.0) 183 : cluster [DBG] Standby manager daemon x started 2023-10-26T08:15:39.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:38 smithi079 bash[23494]: audit 2023-10-26T08:15:37.822899+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.79:0/486185949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:15:39.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:38 smithi079 bash[23494]: audit 2023-10-26T08:15:37.826691+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.79:0/486185949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:15:40.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:39 smithi012 bash[23428]: cluster 2023-10-26T08:15:38.248246+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:40.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:39 smithi012 bash[23428]: cluster 2023-10-26T08:15:38.740550+0000 mon.a (mon.0) 184 : cluster [DBG] mgrmap e14: y(active, since 98s), standbys: x 2023-10-26T08:15:40.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:39 smithi012 bash[23428]: audit 2023-10-26T08:15:38.740786+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-26T08:15:40.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:39 smithi012 bash[23428]: audit 2023-10-26T08:15:39.442748+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:15:40.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:39 smithi012 bash[23428]: audit 2023-10-26T08:15:39.444121+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:40.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:39 smithi012 bash[23428]: audit 2023-10-26T08:15:39.445885+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:15:40.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:39 smithi012 bash[26970]: cluster 2023-10-26T08:15:38.248246+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:40.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:39 smithi012 bash[26970]: cluster 2023-10-26T08:15:38.740550+0000 mon.a (mon.0) 184 : cluster [DBG] mgrmap e14: y(active, since 98s), standbys: x 2023-10-26T08:15:40.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:39 smithi012 bash[26970]: audit 2023-10-26T08:15:38.740786+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-26T08:15:40.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:39 smithi012 bash[26970]: audit 2023-10-26T08:15:39.442748+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:15:40.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:39 smithi012 bash[26970]: audit 2023-10-26T08:15:39.444121+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:40.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:39 smithi012 bash[26970]: audit 2023-10-26T08:15:39.445885+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:15:40.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:39 smithi079 bash[23494]: cluster 2023-10-26T08:15:38.248246+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:40.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:39 smithi079 bash[23494]: cluster 2023-10-26T08:15:38.740550+0000 mon.a (mon.0) 184 : cluster [DBG] mgrmap e14: y(active, since 98s), standbys: x 2023-10-26T08:15:40.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:39 smithi079 bash[23494]: audit 2023-10-26T08:15:38.740786+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-26T08:15:40.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:39 smithi079 bash[23494]: audit 2023-10-26T08:15:39.442748+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:15:40.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:39 smithi079 bash[23494]: audit 2023-10-26T08:15:39.444121+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:40.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:39 smithi079 bash[23494]: audit 2023-10-26T08:15:39.445885+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:15:40.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:40 smithi012 bash[23428]: audit 2023-10-26T08:15:39.440256+0000 mgr.y (mgr.14140) 55 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:15:40.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:40 smithi012 bash[23428]: cephadm 2023-10-26T08:15:39.442216+0000 mgr.y (mgr.14140) 56 : cephadm [INF] Applying osd on host smithi012... 2023-10-26T08:15:40.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:40 smithi012 bash[26970]: audit 2023-10-26T08:15:39.440256+0000 mgr.y (mgr.14140) 55 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:15:40.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:40 smithi012 bash[26970]: cephadm 2023-10-26T08:15:39.442216+0000 mgr.y (mgr.14140) 56 : cephadm [INF] Applying osd on host smithi012... 2023-10-26T08:15:41.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:40 smithi079 bash[23494]: audit 2023-10-26T08:15:39.440256+0000 mgr.y (mgr.14140) 55 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:15:41.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:40 smithi079 bash[23494]: cephadm 2023-10-26T08:15:39.442216+0000 mgr.y (mgr.14140) 56 : cephadm [INF] Applying osd on host smithi012... 2023-10-26T08:15:42.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:41 smithi012 bash[23428]: cluster 2023-10-26T08:15:40.248771+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 2023-10-26T08:15:42.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:41 smithi012 bash[26970]: cluster 2023-10-26T08:15:40.248771+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 2023-10-26T08:15:42.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:41 smithi079 bash[23494]: cluster 2023-10-26T08:15:40.248771+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 2023-10-26T08:15:44.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:43 smithi012 bash[23428]: cluster 2023-10-26T08:15:42.249279+0000 mgr.y (mgr.14140) 58 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:44.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:43 smithi012 bash[23428]: audit 2023-10-26T08:15:42.944909+0000 mon.a (mon.0) 189 : audit [INF] from='client.? 172.21.15.12:0/2498471942' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fbb6838c-b832-4f10-b40e-8691489be50c"}]: dispatch 2023-10-26T08:15:44.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:43 smithi012 bash[23428]: audit 2023-10-26T08:15:42.952349+0000 mon.a (mon.0) 190 : audit [INF] from='client.? 172.21.15.12:0/2498471942' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fbb6838c-b832-4f10-b40e-8691489be50c"}]': finished 2023-10-26T08:15:44.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:43 smithi012 bash[23428]: cluster 2023-10-26T08:15:42.952517+0000 mon.a (mon.0) 191 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2023-10-26T08:15:44.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:43 smithi012 bash[23428]: audit 2023-10-26T08:15:42.952729+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:15:44.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:43 smithi012 bash[26970]: cluster 2023-10-26T08:15:42.249279+0000 mgr.y (mgr.14140) 58 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:44.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:43 smithi012 bash[26970]: audit 2023-10-26T08:15:42.944909+0000 mon.a (mon.0) 189 : audit [INF] from='client.? 172.21.15.12:0/2498471942' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fbb6838c-b832-4f10-b40e-8691489be50c"}]: dispatch 2023-10-26T08:15:44.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:43 smithi012 bash[26970]: audit 2023-10-26T08:15:42.952349+0000 mon.a (mon.0) 190 : audit [INF] from='client.? 172.21.15.12:0/2498471942' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fbb6838c-b832-4f10-b40e-8691489be50c"}]': finished 2023-10-26T08:15:44.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:43 smithi012 bash[26970]: cluster 2023-10-26T08:15:42.952517+0000 mon.a (mon.0) 191 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2023-10-26T08:15:44.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:43 smithi012 bash[26970]: audit 2023-10-26T08:15:42.952729+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:15:44.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:43 smithi079 bash[23494]: cluster 2023-10-26T08:15:42.249279+0000 mgr.y (mgr.14140) 58 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:44.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:43 smithi079 bash[23494]: audit 2023-10-26T08:15:42.944909+0000 mon.a (mon.0) 189 : audit [INF] from='client.? 172.21.15.12:0/2498471942' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fbb6838c-b832-4f10-b40e-8691489be50c"}]: dispatch 2023-10-26T08:15:44.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:43 smithi079 bash[23494]: audit 2023-10-26T08:15:42.952349+0000 mon.a (mon.0) 190 : audit [INF] from='client.? 172.21.15.12:0/2498471942' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fbb6838c-b832-4f10-b40e-8691489be50c"}]': finished 2023-10-26T08:15:44.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:43 smithi079 bash[23494]: cluster 2023-10-26T08:15:42.952517+0000 mon.a (mon.0) 191 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2023-10-26T08:15:44.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:43 smithi079 bash[23494]: audit 2023-10-26T08:15:42.952729+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:15:45.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:44 smithi012 bash[23428]: cluster 2023-10-26T08:15:44.249797+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:45.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:44 smithi012 bash[26970]: cluster 2023-10-26T08:15:44.249797+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:45.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:44 smithi079 bash[23494]: cluster 2023-10-26T08:15:44.249797+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:46.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:45 smithi012 bash[23428]: audit 2023-10-26T08:15:45.108451+0000 mon.a (mon.0) 193 : audit [DBG] from='client.? 172.21.15.12:0/3308175368' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:15:46.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:45 smithi012 bash[26970]: audit 2023-10-26T08:15:45.108451+0000 mon.a (mon.0) 193 : audit [DBG] from='client.? 172.21.15.12:0/3308175368' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:15:46.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:45 smithi079 bash[23494]: audit 2023-10-26T08:15:45.108451+0000 mon.a (mon.0) 193 : audit [DBG] from='client.? 172.21.15.12:0/3308175368' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:15:47.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:46 smithi012 bash[23428]: cluster 2023-10-26T08:15:46.250306+0000 mgr.y (mgr.14140) 60 : cluster [DBG] pgmap v48: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:47.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:46 smithi012 bash[26970]: cluster 2023-10-26T08:15:46.250306+0000 mgr.y (mgr.14140) 60 : cluster [DBG] pgmap v48: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:47.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:46 smithi079 bash[23494]: cluster 2023-10-26T08:15:46.250306+0000 mgr.y (mgr.14140) 60 : cluster [DBG] pgmap v48: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:49.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:48 smithi012 bash[23428]: audit 2023-10-26T08:15:47.880429+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:15:49.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:48 smithi012 bash[26970]: audit 2023-10-26T08:15:47.880429+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:15:49.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:48 smithi079 bash[23494]: audit 2023-10-26T08:15:47.880429+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:15:50.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:49 smithi012 bash[23428]: cluster 2023-10-26T08:15:48.250842+0000 mgr.y (mgr.14140) 61 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:50.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:49 smithi012 bash[26970]: cluster 2023-10-26T08:15:48.250842+0000 mgr.y (mgr.14140) 61 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:50.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:49 smithi079 bash[23494]: cluster 2023-10-26T08:15:48.250842+0000 mgr.y (mgr.14140) 61 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:52.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:51 smithi012 bash[23428]: cluster 2023-10-26T08:15:50.251398+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v50: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:52.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:51 smithi012 bash[23428]: audit 2023-10-26T08:15:51.459168+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-26T08:15:52.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:51 smithi012 bash[23428]: audit 2023-10-26T08:15:51.460895+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:52.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:51 smithi012 bash[23428]: audit 2023-10-26T08:15:51.462856+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-10-26T08:15:52.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:51 smithi012 bash[26970]: cluster 2023-10-26T08:15:50.251398+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v50: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:52.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:51 smithi012 bash[26970]: audit 2023-10-26T08:15:51.459168+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-26T08:15:52.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:51 smithi012 bash[26970]: audit 2023-10-26T08:15:51.460895+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:52.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:51 smithi012 bash[26970]: audit 2023-10-26T08:15:51.462856+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-10-26T08:15:52.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:51 smithi079 bash[23494]: cluster 2023-10-26T08:15:50.251398+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v50: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:52.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:51 smithi079 bash[23494]: audit 2023-10-26T08:15:51.459168+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-26T08:15:52.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:51 smithi079 bash[23494]: audit 2023-10-26T08:15:51.460895+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:15:52.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:51 smithi079 bash[23494]: audit 2023-10-26T08:15:51.462856+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-10-26T08:15:53.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:52 smithi012 bash[23428]: cephadm 2023-10-26T08:15:51.462258+0000 mgr.y (mgr.14140) 63 : cephadm [INF] Deploying daemon osd.0 on smithi012 2023-10-26T08:15:53.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:52 smithi012 bash[26970]: cephadm 2023-10-26T08:15:51.462258+0000 mgr.y (mgr.14140) 63 : cephadm [INF] Deploying daemon osd.0 on smithi012 2023-10-26T08:15:53.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:52 smithi079 bash[23494]: cephadm 2023-10-26T08:15:51.462258+0000 mgr.y (mgr.14140) 63 : cephadm [INF] Deploying daemon osd.0 on smithi012 2023-10-26T08:15:53.679 INFO:teuthology.orchestra.run.smithi012.stdout:Created osd(s) 0 on host 'smithi012' 2023-10-26T08:15:54.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:53 smithi012 bash[23428]: cluster 2023-10-26T08:15:52.251939+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v51: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:54.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:53 smithi012 bash[26970]: cluster 2023-10-26T08:15:52.251939+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v51: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:54.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:53 smithi012 bash[26970]: audit 2023-10-26T08:15:53.666664+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519338\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519430\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519476\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:54.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:53 smithi012 bash[26970]: audit 2023-10-26T08:15:53.667318+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:15:54.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:53 smithi012 bash[26970]: audit 2023-10-26T08:15:53.670683+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519338\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519430\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519476\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:15:54.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:53 smithi012 bash[23428]: audit 2023-10-26T08:15:53.666664+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519338\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519430\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519476\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:54.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:53 smithi012 bash[23428]: audit 2023-10-26T08:15:53.667318+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:15:54.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:53 smithi012 bash[23428]: audit 2023-10-26T08:15:53.670683+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519338\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519430\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519476\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:15:54.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:53 smithi079 bash[23494]: cluster 2023-10-26T08:15:52.251939+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v51: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:54.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:53 smithi079 bash[23494]: audit 2023-10-26T08:15:53.666664+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519338\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519430\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519476\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:54.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:53 smithi079 bash[23494]: audit 2023-10-26T08:15:53.667318+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:15:54.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:53 smithi079 bash[23494]: audit 2023-10-26T08:15:53.670683+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519338\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519430\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:36.519476\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_device_update\": \"2023-10-26T08:14:08.569077\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:15:55.169 DEBUG:teuthology.orchestra.run.smithi012:osd.0> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.0.service 2023-10-26T08:15:55.172 INFO:tasks.cephadm:Deploying osd.1 on smithi012 with /dev/vg_nvme/lv_3... 2023-10-26T08:15:55.172 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-10-26T08:15:56.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:55 smithi012 bash[23428]: cluster 2023-10-26T08:15:54.252487+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v52: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:56.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:55 smithi012 bash[26970]: cluster 2023-10-26T08:15:54.252487+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v52: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:56.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:55 smithi012 bash[26970]: audit 2023-10-26T08:15:55.024891+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_daemon_update\": \"2023-10-26T08:15:55.023251\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:56.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:55 smithi012 bash[26970]: audit 2023-10-26T08:15:55.029177+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_daemon_update\": \"2023-10-26T08:15:55.023251\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:15:56.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:55 smithi012 bash[26970]: audit 2023-10-26T08:15:55.030597+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:15:56.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:55 smithi012 bash[23428]: audit 2023-10-26T08:15:55.024891+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_daemon_update\": \"2023-10-26T08:15:55.023251\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:56.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:55 smithi012 bash[23428]: audit 2023-10-26T08:15:55.029177+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_daemon_update\": \"2023-10-26T08:15:55.023251\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:15:56.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:55 smithi012 bash[23428]: audit 2023-10-26T08:15:55.030597+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:15:56.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:55 smithi079 bash[23494]: cluster 2023-10-26T08:15:54.252487+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v52: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:56.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:55 smithi079 bash[23494]: audit 2023-10-26T08:15:55.024891+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_daemon_update\": \"2023-10-26T08:15:55.023251\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:15:56.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:55 smithi079 bash[23494]: audit 2023-10-26T08:15:55.029177+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_daemon_update\": \"2023-10-26T08:15:55.023251\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:15:56.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:55 smithi079 bash[23494]: audit 2023-10-26T08:15:55.030597+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:15:56.371 INFO:journalctl@ceph.osd.0.smithi012.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:15:56.372 INFO:journalctl@ceph.osd.0.smithi012.stdout:Oct 26 08:15:55 smithi012 bash[28718]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-10-26T08:15:56.372 INFO:journalctl@ceph.osd.0.smithi012.stdout:Oct 26 08:15:55 smithi012 bash[28718]: 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 2023-10-26T08:15:56.372 INFO:journalctl@ceph.osd.0.smithi012.stdout:Oct 26 08:15:55 smithi012 bash[28718]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2023-10-26T08:15:56.372 INFO:journalctl@ceph.osd.0.smithi012.stdout:Oct 26 08:15:55 smithi012 bash[28718]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2023-10-26T08:15:56.372 INFO:journalctl@ceph.osd.0.smithi012.stdout:Oct 26 08:15:55 smithi012 bash[28718]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-10-26T08:15:56.372 INFO:journalctl@ceph.osd.0.smithi012.stdout:Oct 26 08:15:55 smithi012 bash[28718]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-10-26T08:15:56.373 INFO:journalctl@ceph.osd.0.smithi012.stdout:Oct 26 08:15:55 smithi012 bash[28718]: --> ceph-volume lvm activate successful for osd ID: 0 2023-10-26T08:15:57.889 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:57 smithi012 bash[23428]: cluster 2023-10-26T08:15:56.252969+0000 mgr.y (mgr.14140) 66 : cluster [DBG] pgmap v53: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:57.890 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:57 smithi012 bash[26970]: cluster 2023-10-26T08:15:56.252969+0000 mgr.y (mgr.14140) 66 : cluster [DBG] pgmap v53: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:58.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:57 smithi079 bash[23494]: cluster 2023-10-26T08:15:56.252969+0000 mgr.y (mgr.14140) 66 : cluster [DBG] pgmap v53: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:59.206 INFO:journalctl@ceph.osd.0.smithi012.stdout:Oct 26 08:15:58 smithi012 bash[28935]: debug 2023-10-26T08:15:58.906+0000 7fa33c569ec0 -1 Falling back to public interface 2023-10-26T08:15:59.834 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:59 smithi012 bash[23428]: cluster 2023-10-26T08:15:58.253362+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v54: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:59.835 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:15:59 smithi012 bash[23428]: audit 2023-10-26T08:15:59.552334+0000 mon.a (mon.0) 204 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2623240310,v1:172.21.15.12:6803/2623240310]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-26T08:15:59.835 INFO:journalctl@ceph.osd.0.smithi012.stdout:Oct 26 08:15:59 smithi012 bash[28935]: debug 2023-10-26T08:15:59.546+0000 7fa33c569ec0 -1 osd.0 0 log_to_monitors {default=true} 2023-10-26T08:15:59.835 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:59 smithi012 bash[26970]: cluster 2023-10-26T08:15:58.253362+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v54: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:15:59.836 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:15:59 smithi012 bash[26970]: audit 2023-10-26T08:15:59.552334+0000 mon.a (mon.0) 204 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2623240310,v1:172.21.15.12:6803/2623240310]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-26T08:16:00.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:59 smithi079 bash[23494]: cluster 2023-10-26T08:15:58.253362+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v54: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:16:00.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:15:59 smithi079 bash[23494]: audit 2023-10-26T08:15:59.552334+0000 mon.a (mon.0) 204 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2623240310,v1:172.21.15.12:6803/2623240310]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-26T08:16:01.075 INFO:journalctl@ceph.osd.0.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[28935]: debug 2023-10-26T08:16:00.778+0000 7fa321316700 -1 osd.0 0 waiting for initial osdmap 2023-10-26T08:16:01.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[23428]: audit 2023-10-26T08:15:59.773925+0000 mon.a (mon.0) 205 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2623240310,v1:172.21.15.12:6803/2623240310]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-26T08:16:01.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[23428]: cluster 2023-10-26T08:15:59.774041+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2023-10-26T08:16:01.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[23428]: audit 2023-10-26T08:15:59.775116+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:16:01.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[23428]: audit 2023-10-26T08:15:59.775990+0000 mon.a (mon.0) 208 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2623240310,v1:172.21.15.12:6803/2623240310]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:16:01.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[23428]: cluster 2023-10-26T08:16:00.253849+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v56: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:16:01.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[23428]: cluster 2023-10-26T08:16:00.534676+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:16:01.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[23428]: cluster 2023-10-26T08:16:00.534753+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:16:01.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[23428]: audit 2023-10-26T08:16:00.777243+0000 mon.a (mon.0) 209 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2623240310,v1:172.21.15.12:6803/2623240310]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2023-10-26T08:16:01.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[23428]: cluster 2023-10-26T08:16:00.777361+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2023-10-26T08:16:01.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[23428]: audit 2023-10-26T08:16:00.777606+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:16:01.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[26970]: audit 2023-10-26T08:15:59.773925+0000 mon.a (mon.0) 205 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2623240310,v1:172.21.15.12:6803/2623240310]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-26T08:16:01.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[26970]: cluster 2023-10-26T08:15:59.774041+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2023-10-26T08:16:01.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[26970]: audit 2023-10-26T08:15:59.775116+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:16:01.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[26970]: audit 2023-10-26T08:15:59.775990+0000 mon.a (mon.0) 208 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2623240310,v1:172.21.15.12:6803/2623240310]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:16:01.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[26970]: cluster 2023-10-26T08:16:00.253849+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v56: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:16:01.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[26970]: cluster 2023-10-26T08:16:00.534676+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:16:01.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[26970]: cluster 2023-10-26T08:16:00.534753+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:16:01.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[26970]: audit 2023-10-26T08:16:00.777243+0000 mon.a (mon.0) 209 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2623240310,v1:172.21.15.12:6803/2623240310]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2023-10-26T08:16:01.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[26970]: cluster 2023-10-26T08:16:00.777361+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2023-10-26T08:16:01.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:00 smithi012 bash[26970]: audit 2023-10-26T08:16:00.777606+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:16:01.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:00 smithi079 bash[23494]: audit 2023-10-26T08:15:59.773925+0000 mon.a (mon.0) 205 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2623240310,v1:172.21.15.12:6803/2623240310]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-26T08:16:01.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:00 smithi079 bash[23494]: cluster 2023-10-26T08:15:59.774041+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2023-10-26T08:16:01.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:00 smithi079 bash[23494]: audit 2023-10-26T08:15:59.775116+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:16:01.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:00 smithi079 bash[23494]: audit 2023-10-26T08:15:59.775990+0000 mon.a (mon.0) 208 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2623240310,v1:172.21.15.12:6803/2623240310]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:16:01.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:00 smithi079 bash[23494]: cluster 2023-10-26T08:16:00.253849+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v56: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:16:01.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:00 smithi079 bash[23494]: cluster 2023-10-26T08:16:00.534676+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:16:01.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:00 smithi079 bash[23494]: cluster 2023-10-26T08:16:00.534753+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:16:01.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:00 smithi079 bash[23494]: audit 2023-10-26T08:16:00.777243+0000 mon.a (mon.0) 209 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2623240310,v1:172.21.15.12:6803/2623240310]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2023-10-26T08:16:01.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:00 smithi079 bash[23494]: cluster 2023-10-26T08:16:00.777361+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2023-10-26T08:16:01.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:00 smithi079 bash[23494]: audit 2023-10-26T08:16:00.777606+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:16:01.312 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-10-26T08:16:01.313 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-10-26T08:16:01.313 INFO:teuthology.orchestra.run.smithi012.stderr: stderr: 10+0 records in 2023-10-26T08:16:01.313 INFO:teuthology.orchestra.run.smithi012.stderr:10+0 records out 2023-10-26T08:16:01.313 INFO:teuthology.orchestra.run.smithi012.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0202042 s, 519 MB/s 2023-10-26T08:16:01.313 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping successful for: 2023-10-26T08:16:02.030 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi012:vg_nvme/lv_3 2023-10-26T08:16:03.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:02 smithi012 bash[26970]: cluster 2023-10-26T08:16:01.791036+0000 mon.a (mon.0) 212 : cluster [INF] osd.0 [v2:172.21.15.12:6802/2623240310,v1:172.21.15.12:6803/2623240310] boot 2023-10-26T08:16:03.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:02 smithi012 bash[26970]: cluster 2023-10-26T08:16:01.791109+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2023-10-26T08:16:03.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:02 smithi012 bash[26970]: audit 2023-10-26T08:16:01.792013+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:16:03.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:02 smithi012 bash[26970]: cluster 2023-10-26T08:16:02.254362+0000 mgr.y (mgr.14140) 69 : cluster [DBG] pgmap v59: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:16:03.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:02 smithi012 bash[23428]: cluster 2023-10-26T08:16:01.791036+0000 mon.a (mon.0) 212 : cluster [INF] osd.0 [v2:172.21.15.12:6802/2623240310,v1:172.21.15.12:6803/2623240310] boot 2023-10-26T08:16:03.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:02 smithi012 bash[23428]: cluster 2023-10-26T08:16:01.791109+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2023-10-26T08:16:03.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:02 smithi012 bash[23428]: audit 2023-10-26T08:16:01.792013+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:16:03.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:02 smithi012 bash[23428]: cluster 2023-10-26T08:16:02.254362+0000 mgr.y (mgr.14140) 69 : cluster [DBG] pgmap v59: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:16:03.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:02 smithi079 bash[23494]: cluster 2023-10-26T08:16:01.791036+0000 mon.a (mon.0) 212 : cluster [INF] osd.0 [v2:172.21.15.12:6802/2623240310,v1:172.21.15.12:6803/2623240310] boot 2023-10-26T08:16:03.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:02 smithi079 bash[23494]: cluster 2023-10-26T08:16:01.791109+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2023-10-26T08:16:03.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:02 smithi079 bash[23494]: audit 2023-10-26T08:16:01.792013+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:16:03.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:02 smithi079 bash[23494]: cluster 2023-10-26T08:16:02.254362+0000 mgr.y (mgr.14140) 69 : cluster [DBG] pgmap v59: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T08:16:03.957 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:03 smithi012 bash[26970]: cluster 2023-10-26T08:16:02.793168+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2023-10-26T08:16:03.958 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:03 smithi012 bash[26970]: audit 2023-10-26T08:16:03.577522+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:16:03.958 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:03 smithi012 bash[23428]: cluster 2023-10-26T08:16:02.793168+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2023-10-26T08:16:03.958 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:03 smithi012 bash[23428]: audit 2023-10-26T08:16:03.577522+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:16:04.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:03 smithi079 bash[23494]: cluster 2023-10-26T08:16:02.793168+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2023-10-26T08:16:04.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:03 smithi079 bash[23494]: audit 2023-10-26T08:16:03.577522+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:16:05.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:04 smithi012 bash[23428]: cluster 2023-10-26T08:16:03.798131+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2023-10-26T08:16:05.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:04 smithi012 bash[26970]: cluster 2023-10-26T08:16:03.798131+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2023-10-26T08:16:05.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:04 smithi012 bash[23428]: audit 2023-10-26T08:16:03.818695+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_daemon_update\": \"2023-10-26T08:15:55.023251\", \"last_device_update\": \"2023-10-26T08:16:03.817537\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:05.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:04 smithi012 bash[23428]: audit 2023-10-26T08:16:03.822964+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_daemon_update\": \"2023-10-26T08:15:55.023251\", \"last_device_update\": \"2023-10-26T08:16:03.817537\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:05.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:04 smithi012 bash[23428]: cluster 2023-10-26T08:16:04.254943+0000 mgr.y (mgr.14140) 70 : cluster [DBG] pgmap v62: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:05.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:04 smithi012 bash[26970]: audit 2023-10-26T08:16:03.818695+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_daemon_update\": \"2023-10-26T08:15:55.023251\", \"last_device_update\": \"2023-10-26T08:16:03.817537\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:05.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:04 smithi012 bash[26970]: audit 2023-10-26T08:16:03.822964+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_daemon_update\": \"2023-10-26T08:15:55.023251\", \"last_device_update\": \"2023-10-26T08:16:03.817537\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:05.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:04 smithi012 bash[26970]: cluster 2023-10-26T08:16:04.254943+0000 mgr.y (mgr.14140) 70 : cluster [DBG] pgmap v62: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:05.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:04 smithi079 bash[23494]: cluster 2023-10-26T08:16:03.798131+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2023-10-26T08:16:05.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:04 smithi079 bash[23494]: audit 2023-10-26T08:16:03.818695+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_daemon_update\": \"2023-10-26T08:15:55.023251\", \"last_device_update\": \"2023-10-26T08:16:03.817537\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:05.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:04 smithi079 bash[23494]: audit 2023-10-26T08:16:03.822964+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}}, \"last_daemon_update\": \"2023-10-26T08:15:55.023251\", \"last_device_update\": \"2023-10-26T08:16:03.817537\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:05.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:04 smithi079 bash[23494]: cluster 2023-10-26T08:16:04.254943+0000 mgr.y (mgr.14140) 70 : cluster [DBG] pgmap v62: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:06.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:05 smithi012 bash[23428]: cluster 2023-10-26T08:16:04.820586+0000 mon.a (mon.0) 220 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-10-26T08:16:06.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:05 smithi012 bash[23428]: audit 2023-10-26T08:16:05.509830+0000 mgr.y (mgr.14140) 71 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:16:06.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:05 smithi012 bash[23428]: cephadm 2023-10-26T08:16:05.511272+0000 mgr.y (mgr.14140) 72 : cephadm [INF] Applying osd on host smithi012... 2023-10-26T08:16:06.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:05 smithi012 bash[23428]: audit 2023-10-26T08:16:05.511797+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:16:06.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:05 smithi012 bash[23428]: audit 2023-10-26T08:16:05.513490+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:16:06.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:05 smithi012 bash[23428]: audit 2023-10-26T08:16:05.515682+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:06.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:05 smithi012 bash[26970]: cluster 2023-10-26T08:16:04.820586+0000 mon.a (mon.0) 220 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-10-26T08:16:06.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:05 smithi012 bash[26970]: audit 2023-10-26T08:16:05.509830+0000 mgr.y (mgr.14140) 71 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:16:06.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:05 smithi012 bash[26970]: cephadm 2023-10-26T08:16:05.511272+0000 mgr.y (mgr.14140) 72 : cephadm [INF] Applying osd on host smithi012... 2023-10-26T08:16:06.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:05 smithi012 bash[26970]: audit 2023-10-26T08:16:05.511797+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:16:06.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:05 smithi012 bash[26970]: audit 2023-10-26T08:16:05.513490+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:16:06.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:05 smithi012 bash[26970]: audit 2023-10-26T08:16:05.515682+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:06.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:05 smithi079 bash[23494]: cluster 2023-10-26T08:16:04.820586+0000 mon.a (mon.0) 220 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-10-26T08:16:06.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:05 smithi079 bash[23494]: audit 2023-10-26T08:16:05.509830+0000 mgr.y (mgr.14140) 71 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:16:06.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:05 smithi079 bash[23494]: cephadm 2023-10-26T08:16:05.511272+0000 mgr.y (mgr.14140) 72 : cephadm [INF] Applying osd on host smithi012... 2023-10-26T08:16:06.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:05 smithi079 bash[23494]: audit 2023-10-26T08:16:05.511797+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:16:06.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:05 smithi079 bash[23494]: audit 2023-10-26T08:16:05.513490+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:16:06.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:05 smithi079 bash[23494]: audit 2023-10-26T08:16:05.515682+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:06.982 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:06 smithi012 bash[23428]: cluster 2023-10-26T08:16:06.255543+0000 mgr.y (mgr.14140) 73 : cluster [DBG] pgmap v63: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:06.982 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:06 smithi012 bash[26970]: cluster 2023-10-26T08:16:06.255543+0000 mgr.y (mgr.14140) 73 : cluster [DBG] pgmap v63: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:07.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:06 smithi079 bash[23494]: cluster 2023-10-26T08:16:06.255543+0000 mgr.y (mgr.14140) 73 : cluster [DBG] pgmap v63: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:10.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:09 smithi012 bash[23428]: cluster 2023-10-26T08:16:08.256091+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v64: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:10.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:09 smithi012 bash[23428]: audit 2023-10-26T08:16:08.876055+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.12:0/302761326' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95feac2f-7ab3-4650-886b-401fc41c87f9"}]: dispatch 2023-10-26T08:16:10.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:09 smithi012 bash[23428]: audit 2023-10-26T08:16:08.876556+0000 mon.a (mon.0) 224 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95feac2f-7ab3-4650-886b-401fc41c87f9"}]: dispatch 2023-10-26T08:16:10.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:09 smithi012 bash[23428]: audit 2023-10-26T08:16:08.884285+0000 mon.a (mon.0) 225 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95feac2f-7ab3-4650-886b-401fc41c87f9"}]': finished 2023-10-26T08:16:10.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:09 smithi012 bash[23428]: cluster 2023-10-26T08:16:08.884434+0000 mon.a (mon.0) 226 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2023-10-26T08:16:10.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:09 smithi012 bash[23428]: audit 2023-10-26T08:16:08.884582+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:16:10.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:09 smithi012 bash[26970]: cluster 2023-10-26T08:16:08.256091+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v64: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:10.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:09 smithi012 bash[26970]: audit 2023-10-26T08:16:08.876055+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.12:0/302761326' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95feac2f-7ab3-4650-886b-401fc41c87f9"}]: dispatch 2023-10-26T08:16:10.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:09 smithi012 bash[26970]: audit 2023-10-26T08:16:08.876556+0000 mon.a (mon.0) 224 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95feac2f-7ab3-4650-886b-401fc41c87f9"}]: dispatch 2023-10-26T08:16:10.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:09 smithi012 bash[26970]: audit 2023-10-26T08:16:08.884285+0000 mon.a (mon.0) 225 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95feac2f-7ab3-4650-886b-401fc41c87f9"}]': finished 2023-10-26T08:16:10.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:09 smithi012 bash[26970]: cluster 2023-10-26T08:16:08.884434+0000 mon.a (mon.0) 226 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2023-10-26T08:16:10.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:09 smithi012 bash[26970]: audit 2023-10-26T08:16:08.884582+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:16:10.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:09 smithi079 bash[23494]: cluster 2023-10-26T08:16:08.256091+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v64: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:10.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:09 smithi079 bash[23494]: audit 2023-10-26T08:16:08.876055+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.12:0/302761326' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95feac2f-7ab3-4650-886b-401fc41c87f9"}]: dispatch 2023-10-26T08:16:10.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:09 smithi079 bash[23494]: audit 2023-10-26T08:16:08.876556+0000 mon.a (mon.0) 224 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95feac2f-7ab3-4650-886b-401fc41c87f9"}]: dispatch 2023-10-26T08:16:10.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:09 smithi079 bash[23494]: audit 2023-10-26T08:16:08.884285+0000 mon.a (mon.0) 225 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95feac2f-7ab3-4650-886b-401fc41c87f9"}]': finished 2023-10-26T08:16:10.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:09 smithi079 bash[23494]: cluster 2023-10-26T08:16:08.884434+0000 mon.a (mon.0) 226 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2023-10-26T08:16:10.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:09 smithi079 bash[23494]: audit 2023-10-26T08:16:08.884582+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:16:12.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:11 smithi012 bash[23428]: cluster 2023-10-26T08:16:10.256670+0000 mgr.y (mgr.14140) 75 : cluster [DBG] pgmap v66: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:12.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:11 smithi012 bash[23428]: audit 2023-10-26T08:16:11.089646+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.12:0/1167419159' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:16:12.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:11 smithi012 bash[26970]: cluster 2023-10-26T08:16:10.256670+0000 mgr.y (mgr.14140) 75 : cluster [DBG] pgmap v66: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:12.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:11 smithi012 bash[26970]: audit 2023-10-26T08:16:11.089646+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.12:0/1167419159' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:16:12.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:11 smithi079 bash[23494]: cluster 2023-10-26T08:16:10.256670+0000 mgr.y (mgr.14140) 75 : cluster [DBG] pgmap v66: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:12.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:11 smithi079 bash[23494]: audit 2023-10-26T08:16:11.089646+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.12:0/1167419159' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:16:13.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:12 smithi012 bash[23428]: cluster 2023-10-26T08:16:12.724587+0000 mon.a (mon.0) 228 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-10-26T08:16:13.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:12 smithi012 bash[26970]: cluster 2023-10-26T08:16:12.724587+0000 mon.a (mon.0) 228 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-10-26T08:16:13.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:12 smithi079 bash[23494]: cluster 2023-10-26T08:16:12.724587+0000 mon.a (mon.0) 228 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-10-26T08:16:14.055 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:13 smithi012 bash[23428]: cluster 2023-10-26T08:16:12.257172+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v67: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:14.055 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:13 smithi012 bash[26970]: cluster 2023-10-26T08:16:12.257172+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v67: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:14.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:13 smithi079 bash[23494]: cluster 2023-10-26T08:16:12.257172+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v67: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:15.012 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:14 smithi012 bash[26970]: audit 2023-10-26T08:16:13.819012+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:15.013 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:14 smithi012 bash[23428]: audit 2023-10-26T08:16:13.819012+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:15.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:14 smithi079 bash[23494]: audit 2023-10-26T08:16:13.819012+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:16.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:15 smithi012 bash[23428]: cluster 2023-10-26T08:16:14.257780+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v68: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:16.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:15 smithi012 bash[26970]: cluster 2023-10-26T08:16:14.257780+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v68: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:16.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:15 smithi079 bash[23494]: cluster 2023-10-26T08:16:14.257780+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v68: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:18.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:17 smithi012 bash[23428]: cluster 2023-10-26T08:16:16.258278+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v69: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:18.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:17 smithi012 bash[23428]: audit 2023-10-26T08:16:17.626234+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-26T08:16:18.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:17 smithi012 bash[23428]: audit 2023-10-26T08:16:17.628064+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:16:18.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:17 smithi012 bash[23428]: audit 2023-10-26T08:16:17.630041+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-10-26T08:16:18.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:17 smithi012 bash[26970]: cluster 2023-10-26T08:16:16.258278+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v69: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:18.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:17 smithi012 bash[26970]: audit 2023-10-26T08:16:17.626234+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-26T08:16:18.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:17 smithi012 bash[26970]: audit 2023-10-26T08:16:17.628064+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:16:18.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:17 smithi012 bash[26970]: audit 2023-10-26T08:16:17.630041+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-10-26T08:16:18.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:17 smithi079 bash[23494]: cluster 2023-10-26T08:16:16.258278+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v69: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:18.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:17 smithi079 bash[23494]: audit 2023-10-26T08:16:17.626234+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-26T08:16:18.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:17 smithi079 bash[23494]: audit 2023-10-26T08:16:17.628064+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:16:18.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:17 smithi079 bash[23494]: audit 2023-10-26T08:16:17.630041+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-10-26T08:16:19.004 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:18 smithi012 bash[23428]: cephadm 2023-10-26T08:16:17.629437+0000 mgr.y (mgr.14140) 79 : cephadm [INF] Deploying daemon osd.1 on smithi012 2023-10-26T08:16:19.005 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:18 smithi012 bash[26970]: cephadm 2023-10-26T08:16:17.629437+0000 mgr.y (mgr.14140) 79 : cephadm [INF] Deploying daemon osd.1 on smithi012 2023-10-26T08:16:19.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:18 smithi079 bash[23494]: cephadm 2023-10-26T08:16:17.629437+0000 mgr.y (mgr.14140) 79 : cephadm [INF] Deploying daemon osd.1 on smithi012 2023-10-26T08:16:20.010 INFO:teuthology.orchestra.run.smithi012.stdout:Created osd(s) 1 on host 'smithi012' 2023-10-26T08:16:20.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:19 smithi012 bash[26970]: cluster 2023-10-26T08:16:18.258850+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v70: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:20.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:19 smithi012 bash[23428]: cluster 2023-10-26T08:16:18.258850+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v70: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:20.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:19 smithi079 bash[23494]: cluster 2023-10-26T08:16:18.258850+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v70: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:20.975 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:20 smithi012 bash[26970]: audit 2023-10-26T08:16:19.994694+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_device_update\": \"2023-10-26T08:16:03.817537\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:20.975 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:20 smithi012 bash[26970]: audit 2023-10-26T08:16:19.995529+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:16:20.975 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:20 smithi012 bash[26970]: audit 2023-10-26T08:16:20.000602+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_device_update\": \"2023-10-26T08:16:03.817537\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:20.976 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:20 smithi012 bash[26970]: cluster 2023-10-26T08:16:20.259294+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v71: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:20.976 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:20 smithi012 bash[23428]: audit 2023-10-26T08:16:19.994694+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_device_update\": \"2023-10-26T08:16:03.817537\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:20.976 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:20 smithi012 bash[23428]: audit 2023-10-26T08:16:19.995529+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:16:20.977 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:20 smithi012 bash[26970]: audit 2023-10-26T08:16:20.726962+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_daemon_update\": \"2023-10-26T08:16:20.725214\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:20.977 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:20 smithi012 bash[26970]: audit 2023-10-26T08:16:20.732916+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_daemon_update\": \"2023-10-26T08:16:20.725214\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:20.977 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:20 smithi012 bash[26970]: audit 2023-10-26T08:16:20.734482+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:20.978 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:20 smithi012 bash[23428]: audit 2023-10-26T08:16:20.000602+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_device_update\": \"2023-10-26T08:16:03.817537\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:20.978 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:20 smithi012 bash[23428]: cluster 2023-10-26T08:16:20.259294+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v71: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:20.978 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:20 smithi012 bash[23428]: audit 2023-10-26T08:16:20.726962+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_daemon_update\": \"2023-10-26T08:16:20.725214\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:20.979 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:20 smithi012 bash[23428]: audit 2023-10-26T08:16:20.732916+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_daemon_update\": \"2023-10-26T08:16:20.725214\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:20.979 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:20 smithi012 bash[23428]: audit 2023-10-26T08:16:20.734482+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:21.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:20 smithi079 bash[23494]: audit 2023-10-26T08:16:19.994694+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_device_update\": \"2023-10-26T08:16:03.817537\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:21.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:20 smithi079 bash[23494]: audit 2023-10-26T08:16:19.995529+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:16:21.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:20 smithi079 bash[23494]: audit 2023-10-26T08:16:20.000602+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022585\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022784\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.022912\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:55.023033\", \"created\": \"2023-10-26T08:15:53.649928\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_device_update\": \"2023-10-26T08:16:03.817537\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:21.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:20 smithi079 bash[23494]: cluster 2023-10-26T08:16:20.259294+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v71: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:21.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:20 smithi079 bash[23494]: audit 2023-10-26T08:16:20.726962+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_daemon_update\": \"2023-10-26T08:16:20.725214\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:21.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:20 smithi079 bash[23494]: audit 2023-10-26T08:16:20.732916+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_daemon_update\": \"2023-10-26T08:16:20.725214\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:21.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:20 smithi079 bash[23494]: audit 2023-10-26T08:16:20.734482+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:21.694 DEBUG:teuthology.orchestra.run.smithi012:osd.1> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.1.service 2023-10-26T08:16:21.697 INFO:tasks.cephadm:Deploying osd.2 on smithi012 with /dev/vg_nvme/lv_2... 2023-10-26T08:16:21.698 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-10-26T08:16:22.341 INFO:journalctl@ceph.osd.1.smithi012.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:16:23.303 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:16:23 smithi012 bash[30329]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-10-26T08:16:23.304 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:16:23 smithi012 bash[30329]: 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 2023-10-26T08:16:23.304 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:16:23 smithi012 bash[30329]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2023-10-26T08:16:23.304 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:16:23 smithi012 bash[30329]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2023-10-26T08:16:23.304 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:16:23 smithi012 bash[30329]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-10-26T08:16:23.304 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:16:23 smithi012 bash[30329]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-10-26T08:16:23.305 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:16:23 smithi012 bash[30329]: --> ceph-volume lvm activate successful for osd ID: 1 2023-10-26T08:16:24.018 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:23 smithi012 bash[23428]: cluster 2023-10-26T08:16:22.259781+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v72: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:24.018 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:23 smithi012 bash[26970]: cluster 2023-10-26T08:16:22.259781+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v72: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:24.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:23 smithi079 bash[23494]: cluster 2023-10-26T08:16:22.259781+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v72: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:26.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:25 smithi012 bash[23428]: cluster 2023-10-26T08:16:24.260383+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v73: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:26.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:25 smithi012 bash[26970]: cluster 2023-10-26T08:16:24.260383+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v73: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:26.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:25 smithi079 bash[23494]: cluster 2023-10-26T08:16:24.260383+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v73: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:27.074 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:16:26 smithi012 bash[30691]: debug 2023-10-26T08:16:26.886+0000 7fb737854ec0 1 -- 172.21.15.12:0/2089962868 >> [v2:172.21.15.12:3301/0,v1:172.21.15.12:6790/0] conn(0x55d972b91000 msgr2=0x55d972b8db00 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2023-10-26T08:16:27.075 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:16:26 smithi012 bash[30691]: debug 2023-10-26T08:16:26.890+0000 7fb737854ec0 1 --2- 172.21.15.12:0/2089962868 >> [v2:172.21.15.12:3301/0,v1:172.21.15.12:6790/0] conn(0x55d972b91000 0x55d972b8db00 secure :-1 s=READY pgs=11 cs=0 l=1 rx=0x55d972b27d10 tx=0x55d973806aa0).stop 2023-10-26T08:16:27.574 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:16:27 smithi012 bash[30691]: debug 2023-10-26T08:16:27.434+0000 7fb737854ec0 -1 Falling back to public interface 2023-10-26T08:16:27.783 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-10-26T08:16:27.783 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-10-26T08:16:27.783 INFO:teuthology.orchestra.run.smithi012.stderr: stderr: 10+0 records in 2023-10-26T08:16:27.783 INFO:teuthology.orchestra.run.smithi012.stderr:10+0 records out 2023-10-26T08:16:27.784 INFO:teuthology.orchestra.run.smithi012.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0175827 s, 596 MB/s 2023-10-26T08:16:27.784 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping successful for: 2023-10-26T08:16:28.035 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:27 smithi012 bash[23428]: cluster 2023-10-26T08:16:26.260947+0000 mgr.y (mgr.14140) 84 : cluster [DBG] pgmap v74: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:28.035 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:27 smithi012 bash[26970]: cluster 2023-10-26T08:16:26.260947+0000 mgr.y (mgr.14140) 84 : cluster [DBG] pgmap v74: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:28.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:27 smithi079 bash[23494]: cluster 2023-10-26T08:16:26.260947+0000 mgr.y (mgr.14140) 84 : cluster [DBG] pgmap v74: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:28.324 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:16:28 smithi012 bash[30691]: debug 2023-10-26T08:16:28.082+0000 7fb737854ec0 -1 osd.1 0 log_to_monitors {default=true} 2023-10-26T08:16:28.559 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi012:vg_nvme/lv_2 2023-10-26T08:16:29.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:28 smithi012 bash[23428]: audit 2023-10-26T08:16:28.089000+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/2064931040,v1:172.21.15.12:6811/2064931040]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-26T08:16:29.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:28 smithi012 bash[23428]: audit 2023-10-26T08:16:28.089429+0000 mon.a (mon.0) 239 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-26T08:16:29.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:28 smithi012 bash[26970]: audit 2023-10-26T08:16:28.089000+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/2064931040,v1:172.21.15.12:6811/2064931040]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-26T08:16:29.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:28 smithi012 bash[26970]: audit 2023-10-26T08:16:28.089429+0000 mon.a (mon.0) 239 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-26T08:16:29.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:28 smithi079 bash[23494]: audit 2023-10-26T08:16:28.089000+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/2064931040,v1:172.21.15.12:6811/2064931040]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-26T08:16:29.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:28 smithi079 bash[23494]: audit 2023-10-26T08:16:28.089429+0000 mon.a (mon.0) 239 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-26T08:16:29.970 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[30691]: debug 2023-10-26T08:16:29.774+0000 7fb720609700 -1 osd.1 0 waiting for initial osdmap 2023-10-26T08:16:29.971 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[26970]: cluster 2023-10-26T08:16:28.261517+0000 mgr.y (mgr.14140) 85 : cluster [DBG] pgmap v75: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:29.971 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[26970]: audit 2023-10-26T08:16:28.763106+0000 mon.a (mon.0) 240 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-26T08:16:29.971 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[26970]: cluster 2023-10-26T08:16:28.763317+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2023-10-26T08:16:29.971 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[26970]: audit 2023-10-26T08:16:28.763583+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:16:29.972 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[26970]: audit 2023-10-26T08:16:28.764212+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/2064931040,v1:172.21.15.12:6811/2064931040]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:16:29.972 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[26970]: audit 2023-10-26T08:16:28.764692+0000 mon.a (mon.0) 243 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:16:29.972 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[26970]: audit 2023-10-26T08:16:29.361811+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:16:29.973 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[23428]: cluster 2023-10-26T08:16:28.261517+0000 mgr.y (mgr.14140) 85 : cluster [DBG] pgmap v75: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:29.973 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[23428]: audit 2023-10-26T08:16:28.763106+0000 mon.a (mon.0) 240 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-26T08:16:29.973 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[23428]: cluster 2023-10-26T08:16:28.763317+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2023-10-26T08:16:29.973 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[23428]: audit 2023-10-26T08:16:28.763583+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:16:29.973 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[23428]: audit 2023-10-26T08:16:28.764212+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/2064931040,v1:172.21.15.12:6811/2064931040]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:16:29.974 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[23428]: audit 2023-10-26T08:16:28.764692+0000 mon.a (mon.0) 243 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:16:29.974 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[23428]: audit 2023-10-26T08:16:29.361811+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:16:29.974 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[26970]: audit 2023-10-26T08:16:29.591395+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_daemon_update\": \"2023-10-26T08:16:20.725214\", \"last_device_update\": \"2023-10-26T08:16:29.590222\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:29.975 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[26970]: audit 2023-10-26T08:16:29.596939+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_daemon_update\": \"2023-10-26T08:16:20.725214\", \"last_device_update\": \"2023-10-26T08:16:29.590222\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:29.975 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[23428]: audit 2023-10-26T08:16:29.591395+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_daemon_update\": \"2023-10-26T08:16:20.725214\", \"last_device_update\": \"2023-10-26T08:16:29.590222\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:29.975 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:29 smithi012 bash[23428]: audit 2023-10-26T08:16:29.596939+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_daemon_update\": \"2023-10-26T08:16:20.725214\", \"last_device_update\": \"2023-10-26T08:16:29.590222\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:30.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:29 smithi079 bash[23494]: cluster 2023-10-26T08:16:28.261517+0000 mgr.y (mgr.14140) 85 : cluster [DBG] pgmap v75: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:30.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:29 smithi079 bash[23494]: audit 2023-10-26T08:16:28.763106+0000 mon.a (mon.0) 240 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-26T08:16:30.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:29 smithi079 bash[23494]: cluster 2023-10-26T08:16:28.763317+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2023-10-26T08:16:30.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:29 smithi079 bash[23494]: audit 2023-10-26T08:16:28.763583+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:16:30.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:29 smithi079 bash[23494]: audit 2023-10-26T08:16:28.764212+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/2064931040,v1:172.21.15.12:6811/2064931040]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:16:30.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:29 smithi079 bash[23494]: audit 2023-10-26T08:16:28.764692+0000 mon.a (mon.0) 243 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:16:30.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:29 smithi079 bash[23494]: audit 2023-10-26T08:16:29.361811+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:16:30.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:29 smithi079 bash[23494]: audit 2023-10-26T08:16:29.591395+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_daemon_update\": \"2023-10-26T08:16:20.725214\", \"last_device_update\": \"2023-10-26T08:16:29.590222\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:30.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:29 smithi079 bash[23494]: audit 2023-10-26T08:16:29.596939+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}}, \"last_daemon_update\": \"2023-10-26T08:16:20.725214\", \"last_device_update\": \"2023-10-26T08:16:29.590222\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:31.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:30 smithi012 bash[23428]: cluster 2023-10-26T08:16:29.109505+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:16:31.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:30 smithi012 bash[23428]: cluster 2023-10-26T08:16:29.109574+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:16:31.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:30 smithi012 bash[23428]: audit 2023-10-26T08:16:29.766384+0000 mon.a (mon.0) 247 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2023-10-26T08:16:31.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:30 smithi012 bash[23428]: cluster 2023-10-26T08:16:29.766515+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2023-10-26T08:16:31.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:30 smithi012 bash[23428]: audit 2023-10-26T08:16:29.767835+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:16:31.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:30 smithi012 bash[26970]: cluster 2023-10-26T08:16:29.109505+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:16:31.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:30 smithi012 bash[26970]: cluster 2023-10-26T08:16:29.109574+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:16:31.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:30 smithi012 bash[26970]: audit 2023-10-26T08:16:29.766384+0000 mon.a (mon.0) 247 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2023-10-26T08:16:31.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:30 smithi012 bash[26970]: cluster 2023-10-26T08:16:29.766515+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2023-10-26T08:16:31.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:30 smithi012 bash[26970]: audit 2023-10-26T08:16:29.767835+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:16:31.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:30 smithi079 bash[23494]: cluster 2023-10-26T08:16:29.109505+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:16:31.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:30 smithi079 bash[23494]: cluster 2023-10-26T08:16:29.109574+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:16:31.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:30 smithi079 bash[23494]: audit 2023-10-26T08:16:29.766384+0000 mon.a (mon.0) 247 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2023-10-26T08:16:31.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:30 smithi079 bash[23494]: cluster 2023-10-26T08:16:29.766515+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2023-10-26T08:16:31.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:30 smithi079 bash[23494]: audit 2023-10-26T08:16:29.767835+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:16:32.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[23428]: cluster 2023-10-26T08:16:30.262060+0000 mgr.y (mgr.14140) 86 : cluster [DBG] pgmap v78: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:32.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[23428]: cluster 2023-10-26T08:16:30.783752+0000 mon.a (mon.0) 250 : cluster [INF] osd.1 [v2:172.21.15.12:6810/2064931040,v1:172.21.15.12:6811/2064931040] boot 2023-10-26T08:16:32.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[23428]: cluster 2023-10-26T08:16:30.783849+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2023-10-26T08:16:32.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[23428]: audit 2023-10-26T08:16:30.785231+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:16:32.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[23428]: audit 2023-10-26T08:16:31.479754+0000 mgr.y (mgr.14140) 87 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:16:32.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[23428]: cephadm 2023-10-26T08:16:31.481342+0000 mgr.y (mgr.14140) 88 : cephadm [INF] Applying osd on host smithi012... 2023-10-26T08:16:32.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[23428]: audit 2023-10-26T08:16:31.481971+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:16:32.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[23428]: audit 2023-10-26T08:16:31.483515+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:16:32.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[23428]: audit 2023-10-26T08:16:31.485668+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:32.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[26970]: cluster 2023-10-26T08:16:30.262060+0000 mgr.y (mgr.14140) 86 : cluster [DBG] pgmap v78: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:32.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[26970]: cluster 2023-10-26T08:16:30.783752+0000 mon.a (mon.0) 250 : cluster [INF] osd.1 [v2:172.21.15.12:6810/2064931040,v1:172.21.15.12:6811/2064931040] boot 2023-10-26T08:16:32.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[26970]: cluster 2023-10-26T08:16:30.783849+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2023-10-26T08:16:32.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[26970]: audit 2023-10-26T08:16:30.785231+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:16:32.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[26970]: audit 2023-10-26T08:16:31.479754+0000 mgr.y (mgr.14140) 87 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:16:32.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[26970]: cephadm 2023-10-26T08:16:31.481342+0000 mgr.y (mgr.14140) 88 : cephadm [INF] Applying osd on host smithi012... 2023-10-26T08:16:32.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[26970]: audit 2023-10-26T08:16:31.481971+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:16:32.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[26970]: audit 2023-10-26T08:16:31.483515+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:16:32.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:31 smithi012 bash[26970]: audit 2023-10-26T08:16:31.485668+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:32.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:31 smithi079 bash[23494]: cluster 2023-10-26T08:16:30.262060+0000 mgr.y (mgr.14140) 86 : cluster [DBG] pgmap v78: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2023-10-26T08:16:32.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:31 smithi079 bash[23494]: cluster 2023-10-26T08:16:30.783752+0000 mon.a (mon.0) 250 : cluster [INF] osd.1 [v2:172.21.15.12:6810/2064931040,v1:172.21.15.12:6811/2064931040] boot 2023-10-26T08:16:32.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:31 smithi079 bash[23494]: cluster 2023-10-26T08:16:30.783849+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2023-10-26T08:16:32.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:31 smithi079 bash[23494]: audit 2023-10-26T08:16:30.785231+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:16:32.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:31 smithi079 bash[23494]: audit 2023-10-26T08:16:31.479754+0000 mgr.y (mgr.14140) 87 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:16:32.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:31 smithi079 bash[23494]: cephadm 2023-10-26T08:16:31.481342+0000 mgr.y (mgr.14140) 88 : cephadm [INF] Applying osd on host smithi012... 2023-10-26T08:16:32.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:31 smithi079 bash[23494]: audit 2023-10-26T08:16:31.481971+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:16:32.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:31 smithi079 bash[23494]: audit 2023-10-26T08:16:31.483515+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:16:32.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:31 smithi079 bash[23494]: audit 2023-10-26T08:16:31.485668+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:33.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:32 smithi012 bash[23428]: cluster 2023-10-26T08:16:31.805582+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2023-10-26T08:16:33.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:32 smithi012 bash[23428]: audit 2023-10-26T08:16:31.809387+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231026-081400"}]: dispatch 2023-10-26T08:16:33.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:32 smithi012 bash[23428]: audit 2023-10-26T08:16:31.812765+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231026-081400"}]': finished 2023-10-26T08:16:33.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:32 smithi012 bash[23428]: cluster 2023-10-26T08:16:32.262609+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v81: 1 pgs: 1 undersized+peered; 0 B data, 264 KiB used, 177 GiB / 179 GiB avail 2023-10-26T08:16:33.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:32 smithi012 bash[26970]: cluster 2023-10-26T08:16:31.805582+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2023-10-26T08:16:33.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:32 smithi012 bash[26970]: audit 2023-10-26T08:16:31.809387+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231026-081400"}]: dispatch 2023-10-26T08:16:33.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:32 smithi012 bash[26970]: audit 2023-10-26T08:16:31.812765+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231026-081400"}]': finished 2023-10-26T08:16:33.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:32 smithi012 bash[26970]: cluster 2023-10-26T08:16:32.262609+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v81: 1 pgs: 1 undersized+peered; 0 B data, 264 KiB used, 177 GiB / 179 GiB avail 2023-10-26T08:16:33.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:32 smithi079 bash[23494]: cluster 2023-10-26T08:16:31.805582+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2023-10-26T08:16:33.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:32 smithi079 bash[23494]: audit 2023-10-26T08:16:31.809387+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231026-081400"}]: dispatch 2023-10-26T08:16:33.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:32 smithi079 bash[23494]: audit 2023-10-26T08:16:31.812765+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231026-081400"}]': finished 2023-10-26T08:16:33.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:32 smithi079 bash[23494]: cluster 2023-10-26T08:16:32.262609+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v81: 1 pgs: 1 undersized+peered; 0 B data, 264 KiB used, 177 GiB / 179 GiB avail 2023-10-26T08:16:35.575 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:35 smithi012 bash[23428]: cluster 2023-10-26T08:16:34.263179+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v82: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2023-10-26T08:16:35.575 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:35 smithi012 bash[23428]: audit 2023-10-26T08:16:34.754763+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.12:0/1159403393' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3e118b92-541c-4d6a-8ab6-d44c162c069b"}]: dispatch 2023-10-26T08:16:35.575 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:35 smithi012 bash[23428]: audit 2023-10-26T08:16:34.755409+0000 mon.a (mon.0) 259 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3e118b92-541c-4d6a-8ab6-d44c162c069b"}]: dispatch 2023-10-26T08:16:35.575 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:35 smithi012 bash[23428]: audit 2023-10-26T08:16:34.768843+0000 mon.a (mon.0) 260 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3e118b92-541c-4d6a-8ab6-d44c162c069b"}]': finished 2023-10-26T08:16:35.576 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:35 smithi012 bash[23428]: cluster 2023-10-26T08:16:34.768946+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2023-10-26T08:16:35.576 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:35 smithi012 bash[23428]: audit 2023-10-26T08:16:34.769207+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:16:35.576 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:35 smithi012 bash[26970]: cluster 2023-10-26T08:16:34.263179+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v82: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2023-10-26T08:16:35.576 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:35 smithi012 bash[26970]: audit 2023-10-26T08:16:34.754763+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.12:0/1159403393' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3e118b92-541c-4d6a-8ab6-d44c162c069b"}]: dispatch 2023-10-26T08:16:35.577 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:35 smithi012 bash[26970]: audit 2023-10-26T08:16:34.755409+0000 mon.a (mon.0) 259 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3e118b92-541c-4d6a-8ab6-d44c162c069b"}]: dispatch 2023-10-26T08:16:35.577 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:35 smithi012 bash[26970]: audit 2023-10-26T08:16:34.768843+0000 mon.a (mon.0) 260 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3e118b92-541c-4d6a-8ab6-d44c162c069b"}]': finished 2023-10-26T08:16:35.577 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:35 smithi012 bash[26970]: cluster 2023-10-26T08:16:34.768946+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2023-10-26T08:16:35.577 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:35 smithi012 bash[26970]: audit 2023-10-26T08:16:34.769207+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:16:35.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:35 smithi079 bash[23494]: cluster 2023-10-26T08:16:34.263179+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v82: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2023-10-26T08:16:35.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:35 smithi079 bash[23494]: audit 2023-10-26T08:16:34.754763+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.12:0/1159403393' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3e118b92-541c-4d6a-8ab6-d44c162c069b"}]: dispatch 2023-10-26T08:16:35.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:35 smithi079 bash[23494]: audit 2023-10-26T08:16:34.755409+0000 mon.a (mon.0) 259 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3e118b92-541c-4d6a-8ab6-d44c162c069b"}]: dispatch 2023-10-26T08:16:35.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:35 smithi079 bash[23494]: audit 2023-10-26T08:16:34.768843+0000 mon.a (mon.0) 260 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3e118b92-541c-4d6a-8ab6-d44c162c069b"}]': finished 2023-10-26T08:16:35.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:35 smithi079 bash[23494]: cluster 2023-10-26T08:16:34.768946+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2023-10-26T08:16:35.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:35 smithi079 bash[23494]: audit 2023-10-26T08:16:34.769207+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:16:37.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:37 smithi079 bash[23494]: cluster 2023-10-26T08:16:36.263639+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v84: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2023-10-26T08:16:37.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:37 smithi079 bash[23494]: audit 2023-10-26T08:16:36.950605+0000 mon.a (mon.0) 263 : audit [DBG] from='client.? 172.21.15.12:0/2007597632' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:16:37.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:37 smithi012 bash[23428]: cluster 2023-10-26T08:16:36.263639+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v84: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2023-10-26T08:16:37.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:37 smithi012 bash[23428]: audit 2023-10-26T08:16:36.950605+0000 mon.a (mon.0) 263 : audit [DBG] from='client.? 172.21.15.12:0/2007597632' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:16:37.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:37 smithi012 bash[26970]: cluster 2023-10-26T08:16:36.263639+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v84: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2023-10-26T08:16:37.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:37 smithi012 bash[26970]: audit 2023-10-26T08:16:36.950605+0000 mon.a (mon.0) 263 : audit [DBG] from='client.? 172.21.15.12:0/2007597632' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:16:39.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:38 smithi012 bash[23428]: cluster 2023-10-26T08:16:38.264272+0000 mgr.y (mgr.14140) 92 : cluster [DBG] pgmap v85: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:39.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:38 smithi012 bash[23428]: cluster 2023-10-26T08:16:38.734329+0000 mon.a (mon.0) 264 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-10-26T08:16:39.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:38 smithi012 bash[23428]: cluster 2023-10-26T08:16:38.734407+0000 mon.a (mon.0) 265 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-10-26T08:16:39.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:38 smithi012 bash[26970]: cluster 2023-10-26T08:16:38.264272+0000 mgr.y (mgr.14140) 92 : cluster [DBG] pgmap v85: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:39.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:38 smithi012 bash[26970]: cluster 2023-10-26T08:16:38.734329+0000 mon.a (mon.0) 264 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-10-26T08:16:39.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:38 smithi012 bash[26970]: cluster 2023-10-26T08:16:38.734407+0000 mon.a (mon.0) 265 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-10-26T08:16:39.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:38 smithi079 bash[23494]: cluster 2023-10-26T08:16:38.264272+0000 mgr.y (mgr.14140) 92 : cluster [DBG] pgmap v85: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:39.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:38 smithi079 bash[23494]: cluster 2023-10-26T08:16:38.734329+0000 mon.a (mon.0) 264 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-10-26T08:16:39.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:38 smithi079 bash[23494]: cluster 2023-10-26T08:16:38.734407+0000 mon.a (mon.0) 265 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-10-26T08:16:40.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:39 smithi012 bash[23428]: audit 2023-10-26T08:16:39.610675+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:40.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:39 smithi012 bash[26970]: audit 2023-10-26T08:16:39.610675+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:40.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:39 smithi079 bash[23494]: audit 2023-10-26T08:16:39.610675+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:41.150 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:40 smithi012 bash[23428]: cluster 2023-10-26T08:16:40.264921+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%) 2023-10-26T08:16:41.150 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:40 smithi012 bash[26970]: cluster 2023-10-26T08:16:40.264921+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%) 2023-10-26T08:16:41.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:40 smithi079 bash[23494]: cluster 2023-10-26T08:16:40.264921+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%) 2023-10-26T08:16:44.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:43 smithi012 bash[23428]: cluster 2023-10-26T08:16:42.265547+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v87: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:44.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:43 smithi012 bash[23428]: audit 2023-10-26T08:16:43.479694+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-26T08:16:44.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:43 smithi012 bash[23428]: audit 2023-10-26T08:16:43.481404+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:16:44.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:43 smithi012 bash[23428]: audit 2023-10-26T08:16:43.483444+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-10-26T08:16:44.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:43 smithi012 bash[26970]: cluster 2023-10-26T08:16:42.265547+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v87: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:44.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:43 smithi012 bash[26970]: audit 2023-10-26T08:16:43.479694+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-26T08:16:44.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:43 smithi012 bash[26970]: audit 2023-10-26T08:16:43.481404+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:16:44.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:43 smithi012 bash[26970]: audit 2023-10-26T08:16:43.483444+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-10-26T08:16:44.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:43 smithi079 bash[23494]: cluster 2023-10-26T08:16:42.265547+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v87: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:44.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:43 smithi079 bash[23494]: audit 2023-10-26T08:16:43.479694+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-26T08:16:44.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:43 smithi079 bash[23494]: audit 2023-10-26T08:16:43.481404+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:16:44.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:43 smithi079 bash[23494]: audit 2023-10-26T08:16:43.483444+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-10-26T08:16:45.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:44 smithi012 bash[23428]: cephadm 2023-10-26T08:16:43.482803+0000 mgr.y (mgr.14140) 95 : cephadm [INF] Deploying daemon osd.2 on smithi012 2023-10-26T08:16:45.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:44 smithi012 bash[26970]: cephadm 2023-10-26T08:16:43.482803+0000 mgr.y (mgr.14140) 95 : cephadm [INF] Deploying daemon osd.2 on smithi012 2023-10-26T08:16:45.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:44 smithi079 bash[23494]: cephadm 2023-10-26T08:16:43.482803+0000 mgr.y (mgr.14140) 95 : cephadm [INF] Deploying daemon osd.2 on smithi012 2023-10-26T08:16:45.619 INFO:teuthology.orchestra.run.smithi012.stdout:Created osd(s) 2 on host 'smithi012' 2023-10-26T08:16:45.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:45 smithi012 bash[23428]: cluster 2023-10-26T08:16:44.266228+0000 mgr.y (mgr.14140) 96 : cluster [DBG] pgmap v88: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:45.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:45 smithi012 bash[26970]: cluster 2023-10-26T08:16:44.266228+0000 mgr.y (mgr.14140) 96 : cluster [DBG] pgmap v88: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:45.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:45 smithi012 bash[23428]: audit 2023-10-26T08:16:45.607953+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_device_update\": \"2023-10-26T08:16:29.590222\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:45.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:45 smithi012 bash[23428]: audit 2023-10-26T08:16:45.608748+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:16:45.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:45 smithi012 bash[23428]: audit 2023-10-26T08:16:45.614112+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_device_update\": \"2023-10-26T08:16:29.590222\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:45.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:45 smithi012 bash[26970]: audit 2023-10-26T08:16:45.607953+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_device_update\": \"2023-10-26T08:16:29.590222\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:45.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:45 smithi012 bash[26970]: audit 2023-10-26T08:16:45.608748+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:16:45.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:45 smithi012 bash[26970]: audit 2023-10-26T08:16:45.614112+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_device_update\": \"2023-10-26T08:16:29.590222\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:46.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:45 smithi079 bash[23494]: cluster 2023-10-26T08:16:44.266228+0000 mgr.y (mgr.14140) 96 : cluster [DBG] pgmap v88: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:46.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:45 smithi079 bash[23494]: audit 2023-10-26T08:16:45.607953+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_device_update\": \"2023-10-26T08:16:29.590222\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:46.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:45 smithi079 bash[23494]: audit 2023-10-26T08:16:45.608748+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:16:46.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:45 smithi079 bash[23494]: audit 2023-10-26T08:16:45.614112+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724482\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724675\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724794\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.724906\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:20.725016\", \"created\": \"2023-10-26T08:16:19.974688\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_device_update\": \"2023-10-26T08:16:29.590222\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:47.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:46 smithi012 bash[23428]: audit 2023-10-26T08:16:46.390875+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_daemon_update\": \"2023-10-26T08:16:46.389378\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:47.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:46 smithi012 bash[26970]: audit 2023-10-26T08:16:46.390875+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_daemon_update\": \"2023-10-26T08:16:46.389378\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:47.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:46 smithi012 bash[23428]: audit 2023-10-26T08:16:46.396638+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_daemon_update\": \"2023-10-26T08:16:46.389378\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:47.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:46 smithi012 bash[23428]: audit 2023-10-26T08:16:46.397842+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:47.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:46 smithi012 bash[26970]: audit 2023-10-26T08:16:46.396638+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_daemon_update\": \"2023-10-26T08:16:46.389378\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:47.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:46 smithi012 bash[26970]: audit 2023-10-26T08:16:46.397842+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:47.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:46 smithi079 bash[23494]: audit 2023-10-26T08:16:46.390875+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_daemon_update\": \"2023-10-26T08:16:46.389378\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:47.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:46 smithi079 bash[23494]: audit 2023-10-26T08:16:46.396638+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_daemon_update\": \"2023-10-26T08:16:46.389378\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:47.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:46 smithi079 bash[23494]: audit 2023-10-26T08:16:46.397842+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:47.415 DEBUG:teuthology.orchestra.run.smithi012:osd.2> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.2.service 2023-10-26T08:16:47.417 INFO:tasks.cephadm:Deploying osd.3 on smithi012 with /dev/vg_nvme/lv_1... 2023-10-26T08:16:47.418 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-10-26T08:16:48.002 INFO:journalctl@ceph.osd.2.smithi012.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:16:48.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:47 smithi012 bash[23428]: cluster 2023-10-26T08:16:46.266808+0000 mgr.y (mgr.14140) 97 : 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%) 2023-10-26T08:16:48.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:47 smithi012 bash[26970]: cluster 2023-10-26T08:16:46.266808+0000 mgr.y (mgr.14140) 97 : 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%) 2023-10-26T08:16:48.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:47 smithi079 bash[23494]: cluster 2023-10-26T08:16:46.266808+0000 mgr.y (mgr.14140) 97 : 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%) 2023-10-26T08:16:48.864 INFO:journalctl@ceph.osd.2.smithi012.stdout:Oct 26 08:16:48 smithi012 bash[31928]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-10-26T08:16:48.865 INFO:journalctl@ceph.osd.2.smithi012.stdout:Oct 26 08:16:48 smithi012 bash[31928]: 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 2023-10-26T08:16:48.865 INFO:journalctl@ceph.osd.2.smithi012.stdout:Oct 26 08:16:48 smithi012 bash[31928]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2023-10-26T08:16:48.865 INFO:journalctl@ceph.osd.2.smithi012.stdout:Oct 26 08:16:48 smithi012 bash[31928]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2023-10-26T08:16:48.865 INFO:journalctl@ceph.osd.2.smithi012.stdout:Oct 26 08:16:48 smithi012 bash[31928]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-10-26T08:16:48.866 INFO:journalctl@ceph.osd.2.smithi012.stdout:Oct 26 08:16:48 smithi012 bash[31928]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-10-26T08:16:48.866 INFO:journalctl@ceph.osd.2.smithi012.stdout:Oct 26 08:16:48 smithi012 bash[31928]: --> ceph-volume lvm activate successful for osd ID: 2 2023-10-26T08:16:50.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:49 smithi012 bash[26970]: cluster 2023-10-26T08:16:48.267463+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v90: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:50.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:49 smithi012 bash[23428]: cluster 2023-10-26T08:16:48.267463+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v90: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:50.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:49 smithi079 bash[23494]: cluster 2023-10-26T08:16:48.267463+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v90: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:52.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:51 smithi012 bash[23428]: cluster 2023-10-26T08:16:50.267972+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v91: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:52.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:51 smithi012 bash[26970]: cluster 2023-10-26T08:16:50.267972+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v91: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:52.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:51 smithi079 bash[23494]: cluster 2023-10-26T08:16:50.267972+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v91: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:53.313 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-10-26T08:16:53.314 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-10-26T08:16:53.314 INFO:teuthology.orchestra.run.smithi012.stderr: stderr: 10+0 records in 2023-10-26T08:16:53.314 INFO:teuthology.orchestra.run.smithi012.stderr:10+0 records out 2023-10-26T08:16:53.314 INFO:teuthology.orchestra.run.smithi012.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0168205 s, 623 MB/s 2023-10-26T08:16:53.314 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping successful for: 2023-10-26T08:16:53.324 INFO:journalctl@ceph.osd.2.smithi012.stdout:Oct 26 08:16:52 smithi012 bash[32302]: debug 2023-10-26T08:16:52.962+0000 7fbd8ea46ec0 -1 Falling back to public interface 2023-10-26T08:16:53.824 INFO:journalctl@ceph.osd.2.smithi012.stdout:Oct 26 08:16:53 smithi012 bash[32302]: debug 2023-10-26T08:16:53.634+0000 7fbd8ea46ec0 -1 osd.2 0 log_to_monitors {default=true} 2023-10-26T08:16:53.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:53 smithi012 bash[23428]: cluster 2023-10-26T08:16:52.268675+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v92: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:53.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:53 smithi012 bash[23428]: audit 2023-10-26T08:16:53.642164+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/1929290828,v1:172.21.15.12:6819/1929290828]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-26T08:16:53.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:53 smithi012 bash[23428]: audit 2023-10-26T08:16:53.642681+0000 mon.a (mon.0) 276 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-26T08:16:53.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:53 smithi012 bash[26970]: cluster 2023-10-26T08:16:52.268675+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v92: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:53.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:53 smithi012 bash[26970]: audit 2023-10-26T08:16:53.642164+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/1929290828,v1:172.21.15.12:6819/1929290828]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-26T08:16:53.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:53 smithi012 bash[26970]: audit 2023-10-26T08:16:53.642681+0000 mon.a (mon.0) 276 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-26T08:16:54.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:53 smithi079 bash[23494]: cluster 2023-10-26T08:16:52.268675+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v92: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:54.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:53 smithi079 bash[23494]: audit 2023-10-26T08:16:53.642164+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/1929290828,v1:172.21.15.12:6819/1929290828]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-26T08:16:54.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:53 smithi079 bash[23494]: audit 2023-10-26T08:16:53.642681+0000 mon.a (mon.0) 276 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-26T08:16:54.325 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi012:vg_nvme/lv_1 2023-10-26T08:16:54.804 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:54 smithi012 bash[26970]: audit 2023-10-26T08:16:53.791108+0000 mon.a (mon.0) 277 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-26T08:16:54.805 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:54 smithi012 bash[26970]: cluster 2023-10-26T08:16:53.791237+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2023-10-26T08:16:54.805 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:54 smithi012 bash[26970]: audit 2023-10-26T08:16:53.791485+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:16:54.805 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:54 smithi012 bash[26970]: audit 2023-10-26T08:16:53.792540+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/1929290828,v1:172.21.15.12:6819/1929290828]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:16:54.805 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:54 smithi012 bash[26970]: audit 2023-10-26T08:16:53.793260+0000 mon.a (mon.0) 280 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:16:54.805 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:54 smithi012 bash[26970]: cluster 2023-10-26T08:16:54.269425+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v94: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:54.806 INFO:journalctl@ceph.osd.2.smithi012.stdout:Oct 26 08:16:54 smithi012 bash[32302]: debug 2023-10-26T08:16:54.798+0000 7fbd737f3700 -1 osd.2 0 waiting for initial osdmap 2023-10-26T08:16:54.806 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:54 smithi012 bash[23428]: audit 2023-10-26T08:16:53.791108+0000 mon.a (mon.0) 277 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-26T08:16:54.806 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:54 smithi012 bash[23428]: cluster 2023-10-26T08:16:53.791237+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2023-10-26T08:16:55.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:54 smithi012 bash[23428]: audit 2023-10-26T08:16:53.791485+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:16:55.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:54 smithi012 bash[23428]: audit 2023-10-26T08:16:53.792540+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/1929290828,v1:172.21.15.12:6819/1929290828]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:16:55.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:54 smithi012 bash[23428]: audit 2023-10-26T08:16:53.793260+0000 mon.a (mon.0) 280 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:16:55.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:54 smithi012 bash[23428]: cluster 2023-10-26T08:16:54.269425+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v94: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:55.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:54 smithi079 bash[23494]: audit 2023-10-26T08:16:53.791108+0000 mon.a (mon.0) 277 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-26T08:16:55.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:54 smithi079 bash[23494]: cluster 2023-10-26T08:16:53.791237+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2023-10-26T08:16:55.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:54 smithi079 bash[23494]: audit 2023-10-26T08:16:53.791485+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:16:55.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:54 smithi079 bash[23494]: audit 2023-10-26T08:16:53.792540+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/1929290828,v1:172.21.15.12:6819/1929290828]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:16:55.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:54 smithi079 bash[23494]: audit 2023-10-26T08:16:53.793260+0000 mon.a (mon.0) 280 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:16:55.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:54 smithi079 bash[23494]: cluster 2023-10-26T08:16:54.269425+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v94: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:55.988 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:55 smithi012 bash[23428]: cluster 2023-10-26T08:16:54.659516+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:16:55.989 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:55 smithi012 bash[23428]: cluster 2023-10-26T08:16:54.659591+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:16:55.989 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:55 smithi012 bash[23428]: audit 2023-10-26T08:16:54.793990+0000 mon.a (mon.0) 281 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2023-10-26T08:16:55.989 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:55 smithi012 bash[23428]: cluster 2023-10-26T08:16:54.794113+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2023-10-26T08:16:55.989 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:55 smithi012 bash[23428]: audit 2023-10-26T08:16:54.795387+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:16:55.989 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:55 smithi012 bash[23428]: audit 2023-10-26T08:16:55.034814+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:16:55.990 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:55 smithi012 bash[26970]: cluster 2023-10-26T08:16:54.659516+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:16:55.990 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:55 smithi012 bash[26970]: cluster 2023-10-26T08:16:54.659591+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:16:55.990 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:55 smithi012 bash[26970]: audit 2023-10-26T08:16:54.793990+0000 mon.a (mon.0) 281 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2023-10-26T08:16:55.991 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:55 smithi012 bash[26970]: cluster 2023-10-26T08:16:54.794113+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2023-10-26T08:16:55.991 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:55 smithi012 bash[26970]: audit 2023-10-26T08:16:54.795387+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:16:55.991 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:55 smithi012 bash[26970]: audit 2023-10-26T08:16:55.034814+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:16:55.992 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:55 smithi012 bash[23428]: audit 2023-10-26T08:16:55.264503+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_daemon_update\": \"2023-10-26T08:16:46.389378\", \"last_device_update\": \"2023-10-26T08:16:55.262634\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:55.992 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:55 smithi012 bash[23428]: audit 2023-10-26T08:16:55.270356+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_daemon_update\": \"2023-10-26T08:16:46.389378\", \"last_device_update\": \"2023-10-26T08:16:55.262634\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:55.993 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:55 smithi012 bash[26970]: audit 2023-10-26T08:16:55.264503+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_daemon_update\": \"2023-10-26T08:16:46.389378\", \"last_device_update\": \"2023-10-26T08:16:55.262634\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:55.993 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:55 smithi012 bash[26970]: audit 2023-10-26T08:16:55.270356+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_daemon_update\": \"2023-10-26T08:16:46.389378\", \"last_device_update\": \"2023-10-26T08:16:55.262634\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:56.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:55 smithi079 bash[23494]: cluster 2023-10-26T08:16:54.659516+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:16:56.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:55 smithi079 bash[23494]: cluster 2023-10-26T08:16:54.659591+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:16:56.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:55 smithi079 bash[23494]: audit 2023-10-26T08:16:54.793990+0000 mon.a (mon.0) 281 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2023-10-26T08:16:56.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:55 smithi079 bash[23494]: cluster 2023-10-26T08:16:54.794113+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2023-10-26T08:16:56.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:55 smithi079 bash[23494]: audit 2023-10-26T08:16:54.795387+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:16:56.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:55 smithi079 bash[23494]: audit 2023-10-26T08:16:55.034814+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:16:56.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:55 smithi079 bash[23494]: audit 2023-10-26T08:16:55.264503+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_daemon_update\": \"2023-10-26T08:16:46.389378\", \"last_device_update\": \"2023-10-26T08:16:55.262634\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:16:56.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:55 smithi079 bash[23494]: audit 2023-10-26T08:16:55.270356+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}}, \"last_daemon_update\": \"2023-10-26T08:16:46.389378\", \"last_device_update\": \"2023-10-26T08:16:55.262634\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:16:57.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:56 smithi012 bash[23428]: cluster 2023-10-26T08:16:55.806987+0000 mon.a (mon.0) 287 : cluster [INF] osd.2 [v2:172.21.15.12:6818/1929290828,v1:172.21.15.12:6819/1929290828] boot 2023-10-26T08:16:57.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:56 smithi012 bash[23428]: cluster 2023-10-26T08:16:55.807066+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-10-26T08:16:57.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:56 smithi012 bash[23428]: audit 2023-10-26T08:16:55.808120+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:16:57.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:56 smithi012 bash[23428]: cluster 2023-10-26T08:16:56.270172+0000 mgr.y (mgr.14140) 102 : cluster [DBG] pgmap v97: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:57.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:56 smithi012 bash[23428]: cluster 2023-10-26T08:16:56.809412+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2023-10-26T08:16:57.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:56 smithi012 bash[26970]: cluster 2023-10-26T08:16:55.806987+0000 mon.a (mon.0) 287 : cluster [INF] osd.2 [v2:172.21.15.12:6818/1929290828,v1:172.21.15.12:6819/1929290828] boot 2023-10-26T08:16:57.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:56 smithi012 bash[26970]: cluster 2023-10-26T08:16:55.807066+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-10-26T08:16:57.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:56 smithi012 bash[26970]: audit 2023-10-26T08:16:55.808120+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:16:57.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:56 smithi012 bash[26970]: cluster 2023-10-26T08:16:56.270172+0000 mgr.y (mgr.14140) 102 : cluster [DBG] pgmap v97: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:57.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:56 smithi012 bash[26970]: cluster 2023-10-26T08:16:56.809412+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2023-10-26T08:16:57.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:56 smithi079 bash[23494]: cluster 2023-10-26T08:16:55.806987+0000 mon.a (mon.0) 287 : cluster [INF] osd.2 [v2:172.21.15.12:6818/1929290828,v1:172.21.15.12:6819/1929290828] boot 2023-10-26T08:16:57.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:56 smithi079 bash[23494]: cluster 2023-10-26T08:16:55.807066+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-10-26T08:16:57.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:56 smithi079 bash[23494]: audit 2023-10-26T08:16:55.808120+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:16:57.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:56 smithi079 bash[23494]: cluster 2023-10-26T08:16:56.270172+0000 mgr.y (mgr.14140) 102 : cluster [DBG] pgmap v97: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-10-26T08:16:57.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:56 smithi079 bash[23494]: cluster 2023-10-26T08:16:56.809412+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2023-10-26T08:16:58.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:57 smithi012 bash[23428]: audit 2023-10-26T08:16:57.494140+0000 mgr.y (mgr.14140) 103 : audit [DBG] from='client.14283 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:16:58.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:57 smithi012 bash[23428]: cephadm 2023-10-26T08:16:57.495788+0000 mgr.y (mgr.14140) 104 : cephadm [INF] Applying osd on host smithi012... 2023-10-26T08:16:58.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:57 smithi012 bash[23428]: audit 2023-10-26T08:16:57.496294+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:16:58.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:57 smithi012 bash[23428]: audit 2023-10-26T08:16:57.497683+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:16:58.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:57 smithi012 bash[23428]: audit 2023-10-26T08:16:57.499918+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:58.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:57 smithi012 bash[26970]: audit 2023-10-26T08:16:57.494140+0000 mgr.y (mgr.14140) 103 : audit [DBG] from='client.14283 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:16:58.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:57 smithi012 bash[26970]: cephadm 2023-10-26T08:16:57.495788+0000 mgr.y (mgr.14140) 104 : cephadm [INF] Applying osd on host smithi012... 2023-10-26T08:16:58.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:57 smithi012 bash[26970]: audit 2023-10-26T08:16:57.496294+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:16:58.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:57 smithi012 bash[26970]: audit 2023-10-26T08:16:57.497683+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:16:58.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:57 smithi012 bash[26970]: audit 2023-10-26T08:16:57.499918+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:58.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:57 smithi079 bash[23494]: audit 2023-10-26T08:16:57.494140+0000 mgr.y (mgr.14140) 103 : audit [DBG] from='client.14283 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:16:58.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:57 smithi079 bash[23494]: cephadm 2023-10-26T08:16:57.495788+0000 mgr.y (mgr.14140) 104 : cephadm [INF] Applying osd on host smithi012... 2023-10-26T08:16:58.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:57 smithi079 bash[23494]: audit 2023-10-26T08:16:57.496294+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:16:58.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:57 smithi079 bash[23494]: audit 2023-10-26T08:16:57.497683+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:16:58.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:57 smithi079 bash[23494]: audit 2023-10-26T08:16:57.499918+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:16:59.020 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:58 smithi012 bash[23428]: cluster 2023-10-26T08:16:58.270774+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 0 B data, 552 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:16:59.021 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:58 smithi012 bash[26970]: cluster 2023-10-26T08:16:58.270774+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 0 B data, 552 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:16:59.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:58 smithi079 bash[23494]: cluster 2023-10-26T08:16:58.270774+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 0 B data, 552 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:00.165 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:59 smithi012 bash[23428]: cluster 2023-10-26T08:16:58.821241+0000 mon.a (mon.0) 294 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-10-26T08:17:00.166 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:16:59 smithi012 bash[23428]: cluster 2023-10-26T08:16:58.821321+0000 mon.a (mon.0) 295 : cluster [INF] Cluster is now healthy 2023-10-26T08:17:00.166 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:59 smithi012 bash[26970]: cluster 2023-10-26T08:16:58.821241+0000 mon.a (mon.0) 294 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-10-26T08:17:00.166 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:16:59 smithi012 bash[26970]: cluster 2023-10-26T08:16:58.821321+0000 mon.a (mon.0) 295 : cluster [INF] Cluster is now healthy 2023-10-26T08:17:00.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:59 smithi079 bash[23494]: cluster 2023-10-26T08:16:58.821241+0000 mon.a (mon.0) 294 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-10-26T08:17:00.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:16:59 smithi079 bash[23494]: cluster 2023-10-26T08:16:58.821321+0000 mon.a (mon.0) 295 : cluster [INF] Cluster is now healthy 2023-10-26T08:17:01.200 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:00 smithi012 bash[23428]: cluster 2023-10-26T08:17:00.271180+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v100: 1 pgs: 1 peering; 0 B data, 552 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:01.201 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:00 smithi012 bash[26970]: cluster 2023-10-26T08:17:00.271180+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v100: 1 pgs: 1 peering; 0 B data, 552 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:01.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:00 smithi079 bash[23494]: cluster 2023-10-26T08:17:00.271180+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v100: 1 pgs: 1 peering; 0 B data, 552 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:02.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:01 smithi079 bash[23494]: audit 2023-10-26T08:17:01.003651+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.12:0/2502104079' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ff84686-8cf3-453e-9d8b-9e0738fd7915"}]: dispatch 2023-10-26T08:17:02.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:01 smithi079 bash[23494]: audit 2023-10-26T08:17:01.004219+0000 mon.a (mon.0) 296 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ff84686-8cf3-453e-9d8b-9e0738fd7915"}]: dispatch 2023-10-26T08:17:02.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:01 smithi079 bash[23494]: audit 2023-10-26T08:17:01.012123+0000 mon.a (mon.0) 297 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ff84686-8cf3-453e-9d8b-9e0738fd7915"}]': finished 2023-10-26T08:17:02.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:01 smithi079 bash[23494]: cluster 2023-10-26T08:17:01.012181+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2023-10-26T08:17:02.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:01 smithi079 bash[23494]: audit 2023-10-26T08:17:01.012432+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:17:02.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:01 smithi012 bash[23428]: audit 2023-10-26T08:17:01.003651+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.12:0/2502104079' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ff84686-8cf3-453e-9d8b-9e0738fd7915"}]: dispatch 2023-10-26T08:17:02.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:01 smithi012 bash[23428]: audit 2023-10-26T08:17:01.004219+0000 mon.a (mon.0) 296 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ff84686-8cf3-453e-9d8b-9e0738fd7915"}]: dispatch 2023-10-26T08:17:02.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:01 smithi012 bash[23428]: audit 2023-10-26T08:17:01.012123+0000 mon.a (mon.0) 297 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ff84686-8cf3-453e-9d8b-9e0738fd7915"}]': finished 2023-10-26T08:17:02.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:01 smithi012 bash[23428]: cluster 2023-10-26T08:17:01.012181+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2023-10-26T08:17:02.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:01 smithi012 bash[23428]: audit 2023-10-26T08:17:01.012432+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:17:02.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:01 smithi012 bash[26970]: audit 2023-10-26T08:17:01.003651+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.12:0/2502104079' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ff84686-8cf3-453e-9d8b-9e0738fd7915"}]: dispatch 2023-10-26T08:17:02.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:01 smithi012 bash[26970]: audit 2023-10-26T08:17:01.004219+0000 mon.a (mon.0) 296 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ff84686-8cf3-453e-9d8b-9e0738fd7915"}]: dispatch 2023-10-26T08:17:02.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:01 smithi012 bash[26970]: audit 2023-10-26T08:17:01.012123+0000 mon.a (mon.0) 297 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ff84686-8cf3-453e-9d8b-9e0738fd7915"}]': finished 2023-10-26T08:17:02.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:01 smithi012 bash[26970]: cluster 2023-10-26T08:17:01.012181+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2023-10-26T08:17:02.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:01 smithi012 bash[26970]: audit 2023-10-26T08:17:01.012432+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:17:04.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:03 smithi012 bash[23428]: cluster 2023-10-26T08:17:02.271691+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v102: 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 2023-10-26T08:17:04.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:03 smithi012 bash[23428]: audit 2023-10-26T08:17:03.389730+0000 mon.a (mon.0) 300 : audit [DBG] from='client.? 172.21.15.12:0/1118302036' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:17:04.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:03 smithi012 bash[26970]: cluster 2023-10-26T08:17:02.271691+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v102: 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 2023-10-26T08:17:04.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:03 smithi012 bash[26970]: audit 2023-10-26T08:17:03.389730+0000 mon.a (mon.0) 300 : audit [DBG] from='client.? 172.21.15.12:0/1118302036' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:17:04.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:03 smithi079 bash[23494]: cluster 2023-10-26T08:17:02.271691+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v102: 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 2023-10-26T08:17:04.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:03 smithi079 bash[23494]: audit 2023-10-26T08:17:03.389730+0000 mon.a (mon.0) 300 : audit [DBG] from='client.? 172.21.15.12:0/1118302036' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:17:06.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:05 smithi012 bash[23428]: cluster 2023-10-26T08:17:04.272350+0000 mgr.y (mgr.14140) 108 : cluster [DBG] pgmap v103: 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 2023-10-26T08:17:06.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:05 smithi012 bash[26970]: cluster 2023-10-26T08:17:04.272350+0000 mgr.y (mgr.14140) 108 : cluster [DBG] pgmap v103: 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 2023-10-26T08:17:06.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:05 smithi079 bash[23494]: cluster 2023-10-26T08:17:04.272350+0000 mgr.y (mgr.14140) 108 : cluster [DBG] pgmap v103: 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 2023-10-26T08:17:07.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:06 smithi012 bash[23428]: audit 2023-10-26T08:17:06.202551+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:07.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:06 smithi012 bash[26970]: audit 2023-10-26T08:17:06.202551+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:07.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:06 smithi079 bash[23494]: audit 2023-10-26T08:17:06.202551+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:08.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:07 smithi012 bash[23428]: cluster 2023-10-26T08:17:06.272823+0000 mgr.y (mgr.14140) 109 : cluster [DBG] pgmap v104: 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 2023-10-26T08:17:08.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:07 smithi012 bash[26970]: cluster 2023-10-26T08:17:06.272823+0000 mgr.y (mgr.14140) 109 : cluster [DBG] pgmap v104: 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 2023-10-26T08:17:08.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:07 smithi079 bash[23494]: cluster 2023-10-26T08:17:06.272823+0000 mgr.y (mgr.14140) 109 : cluster [DBG] pgmap v104: 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 2023-10-26T08:17:10.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:09 smithi012 bash[23428]: cluster 2023-10-26T08:17:08.273379+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:10.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:09 smithi012 bash[26970]: cluster 2023-10-26T08:17:08.273379+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:10.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:09 smithi079 bash[23494]: cluster 2023-10-26T08:17:08.273379+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:11.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:10 smithi012 bash[23428]: audit 2023-10-26T08:17:10.251231+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-26T08:17:11.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:10 smithi012 bash[23428]: audit 2023-10-26T08:17:10.252942+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:17:11.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:10 smithi012 bash[23428]: audit 2023-10-26T08:17:10.254906+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2023-10-26T08:17:11.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:10 smithi012 bash[26970]: audit 2023-10-26T08:17:10.251231+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-26T08:17:11.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:10 smithi012 bash[26970]: audit 2023-10-26T08:17:10.252942+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:17:11.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:10 smithi012 bash[26970]: audit 2023-10-26T08:17:10.254906+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2023-10-26T08:17:11.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:10 smithi079 bash[23494]: audit 2023-10-26T08:17:10.251231+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-26T08:17:11.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:10 smithi079 bash[23494]: audit 2023-10-26T08:17:10.252942+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:17:11.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:10 smithi079 bash[23494]: audit 2023-10-26T08:17:10.254906+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2023-10-26T08:17:12.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:11 smithi012 bash[23428]: cephadm 2023-10-26T08:17:10.254254+0000 mgr.y (mgr.14140) 111 : cephadm [INF] Deploying daemon osd.3 on smithi012 2023-10-26T08:17:12.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:11 smithi012 bash[23428]: cluster 2023-10-26T08:17:10.273903+0000 mgr.y (mgr.14140) 112 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:12.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:11 smithi012 bash[26970]: cephadm 2023-10-26T08:17:10.254254+0000 mgr.y (mgr.14140) 111 : cephadm [INF] Deploying daemon osd.3 on smithi012 2023-10-26T08:17:12.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:11 smithi012 bash[26970]: cluster 2023-10-26T08:17:10.273903+0000 mgr.y (mgr.14140) 112 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:12.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:11 smithi079 bash[23494]: cephadm 2023-10-26T08:17:10.254254+0000 mgr.y (mgr.14140) 111 : cephadm [INF] Deploying daemon osd.3 on smithi012 2023-10-26T08:17:12.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:11 smithi079 bash[23494]: cluster 2023-10-26T08:17:10.273903+0000 mgr.y (mgr.14140) 112 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:12.507 INFO:teuthology.orchestra.run.smithi012.stdout:Created osd(s) 3 on host 'smithi012' 2023-10-26T08:17:12.800 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:12 smithi012 bash[23428]: cluster 2023-10-26T08:17:12.274400+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:12.800 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:12 smithi012 bash[23428]: audit 2023-10-26T08:17:12.496077+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_device_update\": \"2023-10-26T08:16:55.262634\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:17:12.801 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:12 smithi012 bash[23428]: audit 2023-10-26T08:17:12.496872+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:17:12.801 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:12 smithi012 bash[23428]: audit 2023-10-26T08:17:12.500281+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_device_update\": \"2023-10-26T08:16:55.262634\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:17:12.801 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:12 smithi012 bash[26970]: cluster 2023-10-26T08:17:12.274400+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:12.801 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:12 smithi012 bash[26970]: audit 2023-10-26T08:17:12.496077+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_device_update\": \"2023-10-26T08:16:55.262634\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:17:13.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:12 smithi012 bash[26970]: audit 2023-10-26T08:17:12.496872+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:17:13.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:12 smithi012 bash[26970]: audit 2023-10-26T08:17:12.500281+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_device_update\": \"2023-10-26T08:16:55.262634\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:17:13.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:12 smithi079 bash[23494]: cluster 2023-10-26T08:17:12.274400+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:13.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:12 smithi079 bash[23494]: audit 2023-10-26T08:17:12.496077+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_device_update\": \"2023-10-26T08:16:55.262634\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:17:13.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:12 smithi079 bash[23494]: audit 2023-10-26T08:17:12.496872+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:17:13.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:12 smithi079 bash[23494]: audit 2023-10-26T08:17:12.500281+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388591\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388776\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388887\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.388992\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389096\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:16:46.389202\", \"created\": \"2023-10-26T08:16:45.586681\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_device_update\": \"2023-10-26T08:16:55.262634\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:17:14.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:13 smithi012 bash[23428]: audit 2023-10-26T08:17:13.348062+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_daemon_update\": \"2023-10-26T08:17:13.346791\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:17:14.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:13 smithi012 bash[23428]: audit 2023-10-26T08:17:13.353962+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_daemon_update\": \"2023-10-26T08:17:13.346791\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:17:14.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:13 smithi012 bash[23428]: audit 2023-10-26T08:17:13.355581+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:14.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:13 smithi012 bash[26970]: audit 2023-10-26T08:17:13.348062+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_daemon_update\": \"2023-10-26T08:17:13.346791\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:17:14.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:13 smithi012 bash[26970]: audit 2023-10-26T08:17:13.353962+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_daemon_update\": \"2023-10-26T08:17:13.346791\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:17:14.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:13 smithi012 bash[26970]: audit 2023-10-26T08:17:13.355581+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:14.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:13 smithi079 bash[23494]: audit 2023-10-26T08:17:13.348062+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_daemon_update\": \"2023-10-26T08:17:13.346791\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:17:14.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:13 smithi079 bash[23494]: audit 2023-10-26T08:17:13.353962+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_daemon_update\": \"2023-10-26T08:17:13.346791\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:17:14.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:13 smithi079 bash[23494]: audit 2023-10-26T08:17:13.355581+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:14.264 DEBUG:teuthology.orchestra.run.smithi012:osd.3> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.3.service 2023-10-26T08:17:14.266 INFO:tasks.cephadm:Deploying osd.4 on smithi079 with /dev/vg_nvme/lv_4... 2023-10-26T08:17:14.267 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-10-26T08:17:14.857 INFO:journalctl@ceph.osd.3.smithi012.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:17:15.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:14 smithi012 bash[23428]: cluster 2023-10-26T08:17:14.274909+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:15.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:14 smithi012 bash[26970]: cluster 2023-10-26T08:17:14.274909+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:15.135 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:14 smithi079 bash[23494]: cluster 2023-10-26T08:17:14.274909+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:15.578 INFO:journalctl@ceph.osd.3.smithi012.stdout:Oct 26 08:17:15 smithi012 bash[33543]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-10-26T08:17:15.578 INFO:journalctl@ceph.osd.3.smithi012.stdout:Oct 26 08:17:15 smithi012 bash[33543]: 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 2023-10-26T08:17:15.578 INFO:journalctl@ceph.osd.3.smithi012.stdout:Oct 26 08:17:15 smithi012 bash[33543]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2023-10-26T08:17:15.578 INFO:journalctl@ceph.osd.3.smithi012.stdout:Oct 26 08:17:15 smithi012 bash[33543]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2023-10-26T08:17:15.579 INFO:journalctl@ceph.osd.3.smithi012.stdout:Oct 26 08:17:15 smithi012 bash[33543]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-10-26T08:17:15.579 INFO:journalctl@ceph.osd.3.smithi012.stdout:Oct 26 08:17:15 smithi012 bash[33543]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-10-26T08:17:15.579 INFO:journalctl@ceph.osd.3.smithi012.stdout:Oct 26 08:17:15 smithi012 bash[33543]: --> ceph-volume lvm activate successful for osd ID: 3 2023-10-26T08:17:17.013 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-10-26T08:17:17.013 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-10-26T08:17:17.014 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-10-26T08:17:17.014 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-10-26T08:17:17.014 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0185644 s, 565 MB/s 2023-10-26T08:17:17.014 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-10-26T08:17:17.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:17 smithi079 bash[23494]: cluster 2023-10-26T08:17:16.275422+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:17.610 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi079:vg_nvme/lv_4 2023-10-26T08:17:17.715 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:17 smithi012 bash[23428]: cluster 2023-10-26T08:17:16.275422+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:17.715 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:17 smithi012 bash[26970]: cluster 2023-10-26T08:17:16.275422+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:18.573 INFO:journalctl@ceph.osd.3.smithi012.stdout:Oct 26 08:17:18 smithi012 bash[33867]: debug 2023-10-26T08:17:18.151+0000 7f50c9f1cec0 -1 Falling back to public interface 2023-10-26T08:17:19.073 INFO:journalctl@ceph.osd.3.smithi012.stdout:Oct 26 08:17:18 smithi012 bash[33867]: debug 2023-10-26T08:17:18.811+0000 7f50c9f1cec0 -1 osd.3 0 log_to_monitors {default=true} 2023-10-26T08:17:19.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:19 smithi079 bash[23494]: cluster 2023-10-26T08:17:18.276023+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:19.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:19 smithi079 bash[23494]: audit 2023-10-26T08:17:18.820666+0000 mon.a (mon.0) 311 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/465328182,v1:172.21.15.12:6827/465328182]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-26T08:17:20.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:19 smithi012 bash[23428]: cluster 2023-10-26T08:17:18.276023+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:20.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:19 smithi012 bash[23428]: audit 2023-10-26T08:17:18.820666+0000 mon.a (mon.0) 311 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/465328182,v1:172.21.15.12:6827/465328182]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-26T08:17:20.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:19 smithi012 bash[26970]: cluster 2023-10-26T08:17:18.276023+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:20.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:19 smithi012 bash[26970]: audit 2023-10-26T08:17:18.820666+0000 mon.a (mon.0) 311 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/465328182,v1:172.21.15.12:6827/465328182]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-26T08:17:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:20 smithi079 bash[23494]: audit 2023-10-26T08:17:19.758736+0000 mon.a (mon.0) 312 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/465328182,v1:172.21.15.12:6827/465328182]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-26T08:17:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:20 smithi079 bash[23494]: cluster 2023-10-26T08:17:19.758873+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2023-10-26T08:17:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:20 smithi079 bash[23494]: audit 2023-10-26T08:17:19.759898+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:17:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:20 smithi079 bash[23494]: audit 2023-10-26T08:17:19.760451+0000 mon.a (mon.0) 315 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/465328182,v1:172.21.15.12:6827/465328182]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:17:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:20 smithi079 bash[23494]: audit 2023-10-26T08:17:19.778781+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:17:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:20 smithi079 bash[23494]: audit 2023-10-26T08:17:19.988087+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:17:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:20 smithi079 bash[23494]: audit 2023-10-26T08:17:19.989741+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:17:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:20 smithi079 bash[23494]: audit 2023-10-26T08:17:19.992026+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:20 smithi079 bash[23494]: audit 2023-10-26T08:17:19.997580+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_daemon_update\": \"2023-10-26T08:17:13.346791\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:17:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:20 smithi079 bash[23494]: audit 2023-10-26T08:17:20.004907+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_daemon_update\": \"2023-10-26T08:17:13.346791\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:17:21.073 INFO:journalctl@ceph.osd.3.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[33867]: debug 2023-10-26T08:17:20.767+0000 7f50aecc9700 -1 osd.3 0 waiting for initial osdmap 2023-10-26T08:17:21.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[23428]: audit 2023-10-26T08:17:19.758736+0000 mon.a (mon.0) 312 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/465328182,v1:172.21.15.12:6827/465328182]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-26T08:17:21.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[23428]: cluster 2023-10-26T08:17:19.758873+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2023-10-26T08:17:21.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[23428]: audit 2023-10-26T08:17:19.759898+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:17:21.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[23428]: audit 2023-10-26T08:17:19.760451+0000 mon.a (mon.0) 315 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/465328182,v1:172.21.15.12:6827/465328182]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:17:21.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[23428]: audit 2023-10-26T08:17:19.778781+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:17:21.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[23428]: audit 2023-10-26T08:17:19.988087+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:17:21.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[23428]: audit 2023-10-26T08:17:19.989741+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:17:21.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[23428]: audit 2023-10-26T08:17:19.992026+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:21.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[26970]: audit 2023-10-26T08:17:19.758736+0000 mon.a (mon.0) 312 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/465328182,v1:172.21.15.12:6827/465328182]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-26T08:17:21.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[26970]: cluster 2023-10-26T08:17:19.758873+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2023-10-26T08:17:21.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[26970]: audit 2023-10-26T08:17:19.759898+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:17:21.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[26970]: audit 2023-10-26T08:17:19.760451+0000 mon.a (mon.0) 315 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/465328182,v1:172.21.15.12:6827/465328182]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2023-10-26T08:17:21.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[26970]: audit 2023-10-26T08:17:19.778781+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:17:21.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[26970]: audit 2023-10-26T08:17:19.988087+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:17:21.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[26970]: audit 2023-10-26T08:17:19.989741+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:17:21.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[26970]: audit 2023-10-26T08:17:19.992026+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:21.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[23428]: audit 2023-10-26T08:17:19.997580+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_daemon_update\": \"2023-10-26T08:17:13.346791\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:17:21.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[23428]: audit 2023-10-26T08:17:20.004907+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_daemon_update\": \"2023-10-26T08:17:13.346791\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:17:21.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[26970]: audit 2023-10-26T08:17:19.997580+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_daemon_update\": \"2023-10-26T08:17:13.346791\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:17:21.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:20 smithi012 bash[26970]: audit 2023-10-26T08:17:20.004907+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}}, \"last_daemon_update\": \"2023-10-26T08:17:13.346791\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:17:22.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:21 smithi012 bash[23428]: cluster 2023-10-26T08:17:19.865591+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:17:22.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:21 smithi012 bash[23428]: cluster 2023-10-26T08:17:19.865689+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:17:22.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:21 smithi012 bash[23428]: audit 2023-10-26T08:17:19.985643+0000 mgr.y (mgr.14140) 117 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:17:22.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:21 smithi012 bash[23428]: cephadm 2023-10-26T08:17:19.987491+0000 mgr.y (mgr.14140) 118 : cephadm [INF] Applying osd on host smithi079... 2023-10-26T08:17:22.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:21 smithi012 bash[23428]: cluster 2023-10-26T08:17:20.276592+0000 mgr.y (mgr.14140) 119 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:22.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:21 smithi012 bash[23428]: audit 2023-10-26T08:17:20.763070+0000 mon.a (mon.0) 322 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/465328182,v1:172.21.15.12:6827/465328182]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2023-10-26T08:17:22.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:21 smithi012 bash[23428]: cluster 2023-10-26T08:17:20.763211+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2023-10-26T08:17:22.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:21 smithi012 bash[23428]: audit 2023-10-26T08:17:20.763523+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:17:22.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:21 smithi012 bash[26970]: cluster 2023-10-26T08:17:19.865591+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:17:22.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:21 smithi012 bash[26970]: cluster 2023-10-26T08:17:19.865689+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:17:22.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:21 smithi012 bash[26970]: audit 2023-10-26T08:17:19.985643+0000 mgr.y (mgr.14140) 117 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:17:22.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:21 smithi012 bash[26970]: cephadm 2023-10-26T08:17:19.987491+0000 mgr.y (mgr.14140) 118 : cephadm [INF] Applying osd on host smithi079... 2023-10-26T08:17:22.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:21 smithi012 bash[26970]: cluster 2023-10-26T08:17:20.276592+0000 mgr.y (mgr.14140) 119 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:22.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:21 smithi012 bash[26970]: audit 2023-10-26T08:17:20.763070+0000 mon.a (mon.0) 322 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/465328182,v1:172.21.15.12:6827/465328182]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2023-10-26T08:17:22.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:21 smithi012 bash[26970]: cluster 2023-10-26T08:17:20.763211+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2023-10-26T08:17:22.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:21 smithi012 bash[26970]: audit 2023-10-26T08:17:20.763523+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:17:22.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:21 smithi079 bash[23494]: cluster 2023-10-26T08:17:19.865591+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:17:22.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:21 smithi079 bash[23494]: cluster 2023-10-26T08:17:19.865689+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:17:22.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:21 smithi079 bash[23494]: audit 2023-10-26T08:17:19.985643+0000 mgr.y (mgr.14140) 117 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:17:22.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:21 smithi079 bash[23494]: cephadm 2023-10-26T08:17:19.987491+0000 mgr.y (mgr.14140) 118 : cephadm [INF] Applying osd on host smithi079... 2023-10-26T08:17:22.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:21 smithi079 bash[23494]: cluster 2023-10-26T08:17:20.276592+0000 mgr.y (mgr.14140) 119 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:22.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:21 smithi079 bash[23494]: audit 2023-10-26T08:17:20.763070+0000 mon.a (mon.0) 322 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/465328182,v1:172.21.15.12:6827/465328182]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2023-10-26T08:17:22.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:21 smithi079 bash[23494]: cluster 2023-10-26T08:17:20.763211+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2023-10-26T08:17:22.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:21 smithi079 bash[23494]: audit 2023-10-26T08:17:20.763523+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:17:23.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:22 smithi012 bash[23428]: cluster 2023-10-26T08:17:21.781421+0000 mon.a (mon.0) 325 : cluster [INF] osd.3 [v2:172.21.15.12:6826/465328182,v1:172.21.15.12:6827/465328182] boot 2023-10-26T08:17:23.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:22 smithi012 bash[23428]: cluster 2023-10-26T08:17:21.781490+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-10-26T08:17:23.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:22 smithi012 bash[23428]: audit 2023-10-26T08:17:21.782442+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:17:23.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:22 smithi012 bash[23428]: cluster 2023-10-26T08:17:22.277205+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:23.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:22 smithi012 bash[26970]: cluster 2023-10-26T08:17:21.781421+0000 mon.a (mon.0) 325 : cluster [INF] osd.3 [v2:172.21.15.12:6826/465328182,v1:172.21.15.12:6827/465328182] boot 2023-10-26T08:17:23.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:22 smithi012 bash[26970]: cluster 2023-10-26T08:17:21.781490+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-10-26T08:17:23.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:22 smithi012 bash[26970]: audit 2023-10-26T08:17:21.782442+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:17:23.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:22 smithi012 bash[26970]: cluster 2023-10-26T08:17:22.277205+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:23.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:22 smithi079 bash[23494]: cluster 2023-10-26T08:17:21.781421+0000 mon.a (mon.0) 325 : cluster [INF] osd.3 [v2:172.21.15.12:6826/465328182,v1:172.21.15.12:6827/465328182] boot 2023-10-26T08:17:23.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:22 smithi079 bash[23494]: cluster 2023-10-26T08:17:21.781490+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-10-26T08:17:23.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:22 smithi079 bash[23494]: audit 2023-10-26T08:17:21.782442+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:17:23.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:22 smithi079 bash[23494]: cluster 2023-10-26T08:17:22.277205+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2023-10-26T08:17:24.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:23 smithi012 bash[23428]: cluster 2023-10-26T08:17:22.801268+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2023-10-26T08:17:24.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:23 smithi012 bash[23428]: audit 2023-10-26T08:17:23.227675+0000 mon.a (mon.0) 329 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6601e111-7cd4-44d3-bd53-b63dc93ae497"}]: dispatch 2023-10-26T08:17:24.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:23 smithi012 bash[23428]: audit 2023-10-26T08:17:23.228044+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.79:0/2598259215' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6601e111-7cd4-44d3-bd53-b63dc93ae497"}]: dispatch 2023-10-26T08:17:24.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:23 smithi012 bash[23428]: audit 2023-10-26T08:17:23.236079+0000 mon.a (mon.0) 330 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6601e111-7cd4-44d3-bd53-b63dc93ae497"}]': finished 2023-10-26T08:17:24.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:23 smithi012 bash[23428]: cluster 2023-10-26T08:17:23.236252+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2023-10-26T08:17:24.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:23 smithi012 bash[23428]: audit 2023-10-26T08:17:23.253201+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:17:24.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:23 smithi012 bash[26970]: cluster 2023-10-26T08:17:22.801268+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2023-10-26T08:17:24.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:23 smithi012 bash[26970]: audit 2023-10-26T08:17:23.227675+0000 mon.a (mon.0) 329 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6601e111-7cd4-44d3-bd53-b63dc93ae497"}]: dispatch 2023-10-26T08:17:24.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:23 smithi012 bash[26970]: audit 2023-10-26T08:17:23.228044+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.79:0/2598259215' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6601e111-7cd4-44d3-bd53-b63dc93ae497"}]: dispatch 2023-10-26T08:17:24.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:23 smithi012 bash[26970]: audit 2023-10-26T08:17:23.236079+0000 mon.a (mon.0) 330 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6601e111-7cd4-44d3-bd53-b63dc93ae497"}]': finished 2023-10-26T08:17:24.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:23 smithi012 bash[26970]: cluster 2023-10-26T08:17:23.236252+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2023-10-26T08:17:24.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:23 smithi012 bash[26970]: audit 2023-10-26T08:17:23.253201+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:17:24.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:23 smithi079 bash[23494]: cluster 2023-10-26T08:17:22.801268+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2023-10-26T08:17:24.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:23 smithi079 bash[23494]: audit 2023-10-26T08:17:23.227675+0000 mon.a (mon.0) 329 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6601e111-7cd4-44d3-bd53-b63dc93ae497"}]: dispatch 2023-10-26T08:17:24.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:23 smithi079 bash[23494]: audit 2023-10-26T08:17:23.228044+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.79:0/2598259215' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6601e111-7cd4-44d3-bd53-b63dc93ae497"}]: dispatch 2023-10-26T08:17:24.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:23 smithi079 bash[23494]: audit 2023-10-26T08:17:23.236079+0000 mon.a (mon.0) 330 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6601e111-7cd4-44d3-bd53-b63dc93ae497"}]': finished 2023-10-26T08:17:24.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:23 smithi079 bash[23494]: cluster 2023-10-26T08:17:23.236252+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2023-10-26T08:17:24.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:23 smithi079 bash[23494]: audit 2023-10-26T08:17:23.253201+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:17:25.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:24 smithi012 bash[23428]: cluster 2023-10-26T08:17:24.277748+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 872 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:25.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:24 smithi012 bash[26970]: cluster 2023-10-26T08:17:24.277748+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 872 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:25.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:24 smithi079 bash[23494]: cluster 2023-10-26T08:17:24.277748+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 872 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:26.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:25 smithi012 bash[26970]: audit 2023-10-26T08:17:25.503767+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.79:0/3260432062' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:17:26.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:25 smithi012 bash[23428]: audit 2023-10-26T08:17:25.503767+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.79:0/3260432062' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:17:26.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:25 smithi079 bash[23494]: audit 2023-10-26T08:17:25.503767+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.79:0/3260432062' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:17:27.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:26 smithi079 bash[23494]: cluster 2023-10-26T08:17:26.278293+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 872 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:27.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:26 smithi012 bash[23428]: cluster 2023-10-26T08:17:26.278293+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 872 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:27.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:26 smithi012 bash[26970]: cluster 2023-10-26T08:17:26.278293+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 872 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:29.062 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:28 smithi079 bash[23494]: audit 2023-10-26T08:17:28.121142+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:29.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:28 smithi012 bash[23428]: audit 2023-10-26T08:17:28.121142+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:29.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:28 smithi012 bash[26970]: audit 2023-10-26T08:17:28.121142+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:30.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:29 smithi012 bash[26970]: cluster 2023-10-26T08:17:28.278879+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:30.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:29 smithi012 bash[23428]: cluster 2023-10-26T08:17:28.278879+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:30.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:29 smithi079 bash[23494]: cluster 2023-10-26T08:17:28.278879+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:31.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:31 smithi079 bash[23494]: cluster 2023-10-26T08:17:30.279488+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:31.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:31 smithi079 bash[23494]: audit 2023-10-26T08:17:31.449878+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-26T08:17:31.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:31 smithi079 bash[23494]: audit 2023-10-26T08:17:31.451854+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:17:31.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:31 smithi079 bash[23494]: audit 2023-10-26T08:17:31.454078+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-10-26T08:17:32.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:31 smithi012 bash[23428]: cluster 2023-10-26T08:17:30.279488+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:32.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:31 smithi012 bash[23428]: audit 2023-10-26T08:17:31.449878+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-26T08:17:32.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:31 smithi012 bash[23428]: audit 2023-10-26T08:17:31.451854+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:17:32.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:31 smithi012 bash[23428]: audit 2023-10-26T08:17:31.454078+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-10-26T08:17:32.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:31 smithi012 bash[26970]: cluster 2023-10-26T08:17:30.279488+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:32.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:31 smithi012 bash[26970]: audit 2023-10-26T08:17:31.449878+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-26T08:17:32.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:31 smithi012 bash[26970]: audit 2023-10-26T08:17:31.451854+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:17:32.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:31 smithi012 bash[26970]: audit 2023-10-26T08:17:31.454078+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-10-26T08:17:33.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:32 smithi012 bash[23428]: cephadm 2023-10-26T08:17:31.453435+0000 mgr.y (mgr.14140) 125 : cephadm [INF] Deploying daemon osd.4 on smithi079 2023-10-26T08:17:33.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:32 smithi012 bash[26970]: cephadm 2023-10-26T08:17:31.453435+0000 mgr.y (mgr.14140) 125 : cephadm [INF] Deploying daemon osd.4 on smithi079 2023-10-26T08:17:33.140 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:32 smithi079 bash[23494]: cephadm 2023-10-26T08:17:31.453435+0000 mgr.y (mgr.14140) 125 : cephadm [INF] Deploying daemon osd.4 on smithi079 2023-10-26T08:17:33.603 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 4 on host 'smithi079' 2023-10-26T08:17:33.995 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:33 smithi079 bash[23494]: cluster 2023-10-26T08:17:32.280049+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:33.995 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:33 smithi079 bash[23494]: audit 2023-10-26T08:17:33.589631+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667240\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667452\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:17:33.995 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:33 smithi079 bash[23494]: audit 2023-10-26T08:17:33.590705+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:17:33.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:33 smithi079 bash[23494]: audit 2023-10-26T08:17:33.595877+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667240\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667452\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:17:34.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:33 smithi012 bash[23428]: cluster 2023-10-26T08:17:32.280049+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:34.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:33 smithi012 bash[23428]: audit 2023-10-26T08:17:33.589631+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667240\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667452\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:17:34.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:33 smithi012 bash[26970]: cluster 2023-10-26T08:17:32.280049+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:34.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:33 smithi012 bash[26970]: audit 2023-10-26T08:17:33.589631+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667240\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667452\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:17:34.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:33 smithi012 bash[23428]: audit 2023-10-26T08:17:33.590705+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:17:34.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:33 smithi012 bash[23428]: audit 2023-10-26T08:17:33.595877+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667240\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667452\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:17:34.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:33 smithi012 bash[26970]: audit 2023-10-26T08:17:33.590705+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:17:34.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:33 smithi012 bash[26970]: audit 2023-10-26T08:17:33.595877+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667240\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:15:33.667452\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_device_update\": \"2023-10-26T08:14:51.998734\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:17:34.726 DEBUG:teuthology.orchestra.run.smithi079:osd.4> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.4.service 2023-10-26T08:17:34.728 INFO:tasks.cephadm:Deploying osd.5 on smithi079 with /dev/vg_nvme/lv_3... 2023-10-26T08:17:34.729 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-10-26T08:17:34.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:34 smithi079 bash[23494]: audit 2023-10-26T08:17:34.589828+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_daemon_update\": \"2023-10-26T08:17:34.588507\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:17:34.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:34 smithi079 bash[23494]: audit 2023-10-26T08:17:34.596100+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_daemon_update\": \"2023-10-26T08:17:34.588507\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:17:34.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:34 smithi079 bash[23494]: audit 2023-10-26T08:17:34.597603+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:35.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:34 smithi012 bash[23428]: audit 2023-10-26T08:17:34.589828+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_daemon_update\": \"2023-10-26T08:17:34.588507\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:17:35.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:34 smithi012 bash[23428]: audit 2023-10-26T08:17:34.596100+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_daemon_update\": \"2023-10-26T08:17:34.588507\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:17:35.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:34 smithi012 bash[23428]: audit 2023-10-26T08:17:34.597603+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:35.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:34 smithi012 bash[26970]: audit 2023-10-26T08:17:34.589828+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_daemon_update\": \"2023-10-26T08:17:34.588507\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:17:35.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:34 smithi012 bash[26970]: audit 2023-10-26T08:17:34.596100+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_daemon_update\": \"2023-10-26T08:17:34.588507\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:17:35.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:34 smithi012 bash[26970]: audit 2023-10-26T08:17:34.597603+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:36.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:35 smithi012 bash[23428]: cluster 2023-10-26T08:17:34.280588+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:36.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:35 smithi012 bash[26970]: cluster 2023-10-26T08:17:34.280588+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:36.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:35 smithi079 bash[23494]: cluster 2023-10-26T08:17:34.280588+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:36.486 INFO:journalctl@ceph.osd.4.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:17:36.487 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:17:35 smithi079 bash[25416]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-10-26T08:17:36.487 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:17:35 smithi079 bash[25416]: 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 2023-10-26T08:17:36.487 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:17:35 smithi079 bash[25416]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2023-10-26T08:17:36.487 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:17:35 smithi079 bash[25416]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2023-10-26T08:17:36.487 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:17:35 smithi079 bash[25416]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-10-26T08:17:36.488 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:17:35 smithi079 bash[25416]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-10-26T08:17:36.488 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:17:35 smithi079 bash[25416]: --> ceph-volume lvm activate successful for osd ID: 4 2023-10-26T08:17:37.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:36 smithi012 bash[23428]: cluster 2023-10-26T08:17:36.281124+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:37.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:36 smithi012 bash[26970]: cluster 2023-10-26T08:17:36.281124+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:37.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:36 smithi079 bash[23494]: cluster 2023-10-26T08:17:36.281124+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:38.226 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:17:37 smithi079 bash[25624]: debug 2023-10-26T08:17:37.932+0000 7f5d92033ec0 1 -- 172.21.15.79:0/1168291561 >> [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] conn(0x55cfd2cfec00 msgr2=0x55cfd2cfb680 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2023-10-26T08:17:38.227 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:17:37 smithi079 bash[25624]: debug 2023-10-26T08:17:37.932+0000 7f5d92033ec0 1 --2- 172.21.15.79:0/1168291561 >> [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] conn(0x55cfd2cfec00 0x55cfd2cfb680 secure :-1 s=READY pgs=16 cs=0 l=1 rx=0x55cfd2c95d10 tx=0x55cfd396aaa0).stop 2023-10-26T08:17:38.976 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:17:38 smithi079 bash[25624]: debug 2023-10-26T08:17:38.476+0000 7f5d92033ec0 -1 Falling back to public interface 2023-10-26T08:17:39.476 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:17:39 smithi079 bash[25624]: debug 2023-10-26T08:17:39.100+0000 7f5d92033ec0 -1 osd.4 0 log_to_monitors {default=true} 2023-10-26T08:17:39.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:39 smithi079 bash[23494]: cluster 2023-10-26T08:17:38.281701+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:39.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:39 smithi079 bash[23494]: audit 2023-10-26T08:17:39.110933+0000 mon.a (mon.0) 343 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-26T08:17:39.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:39 smithi079 bash[23494]: audit 2023-10-26T08:17:39.111143+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/1265118503,v1:172.21.15.79:6801/1265118503]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-26T08:17:40.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:39 smithi012 bash[26970]: cluster 2023-10-26T08:17:38.281701+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:40.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:39 smithi012 bash[26970]: audit 2023-10-26T08:17:39.110933+0000 mon.a (mon.0) 343 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-26T08:17:40.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:39 smithi012 bash[26970]: audit 2023-10-26T08:17:39.111143+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/1265118503,v1:172.21.15.79:6801/1265118503]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-26T08:17:40.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:39 smithi012 bash[23428]: cluster 2023-10-26T08:17:38.281701+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:40.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:39 smithi012 bash[23428]: audit 2023-10-26T08:17:39.110933+0000 mon.a (mon.0) 343 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-26T08:17:40.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:39 smithi012 bash[23428]: audit 2023-10-26T08:17:39.111143+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/1265118503,v1:172.21.15.79:6801/1265118503]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-26T08:17:40.244 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-10-26T08:17:40.244 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-10-26T08:17:40.244 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-10-26T08:17:40.245 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-10-26T08:17:40.245 INFO:teuthology.orchestra.run.smithi079.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0193647 s, 541 MB/s 2023-10-26T08:17:40.245 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-10-26T08:17:40.890 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi079:vg_nvme/lv_3 2023-10-26T08:17:41.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[23428]: audit 2023-10-26T08:17:39.761247+0000 mon.a (mon.0) 344 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-26T08:17:41.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[23428]: cluster 2023-10-26T08:17:39.761406+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2023-10-26T08:17:41.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[23428]: audit 2023-10-26T08:17:39.762924+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:17:41.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[23428]: audit 2023-10-26T08:17:39.763581+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/1265118503,v1:172.21.15.79:6801/1265118503]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:17:41.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[23428]: audit 2023-10-26T08:17:39.764100+0000 mon.a (mon.0) 347 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:17:41.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[23428]: cluster 2023-10-26T08:17:40.076048+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:17:41.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[23428]: cluster 2023-10-26T08:17:40.076107+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:17:41.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[23428]: audit 2023-10-26T08:17:40.764562+0000 mon.a (mon.0) 348 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-26T08:17:41.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[23428]: cluster 2023-10-26T08:17:40.764789+0000 mon.a (mon.0) 349 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2023-10-26T08:17:41.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[23428]: audit 2023-10-26T08:17:40.765103+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:17:41.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[26970]: audit 2023-10-26T08:17:39.761247+0000 mon.a (mon.0) 344 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-26T08:17:41.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[26970]: cluster 2023-10-26T08:17:39.761406+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2023-10-26T08:17:41.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[26970]: audit 2023-10-26T08:17:39.762924+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:17:41.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[26970]: audit 2023-10-26T08:17:39.763581+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/1265118503,v1:172.21.15.79:6801/1265118503]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:17:41.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[26970]: audit 2023-10-26T08:17:39.764100+0000 mon.a (mon.0) 347 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:17:41.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[26970]: cluster 2023-10-26T08:17:40.076048+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:17:41.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[26970]: cluster 2023-10-26T08:17:40.076107+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:17:41.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[26970]: audit 2023-10-26T08:17:40.764562+0000 mon.a (mon.0) 348 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-26T08:17:41.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[26970]: cluster 2023-10-26T08:17:40.764789+0000 mon.a (mon.0) 349 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2023-10-26T08:17:41.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:40 smithi012 bash[26970]: audit 2023-10-26T08:17:40.765103+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:17:41.226 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:17:40 smithi079 bash[25624]: debug 2023-10-26T08:17:40.764+0000 7f5d7ade8700 -1 osd.4 0 waiting for initial osdmap 2023-10-26T08:17:41.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:40 smithi079 bash[23494]: audit 2023-10-26T08:17:39.761247+0000 mon.a (mon.0) 344 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-26T08:17:41.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:40 smithi079 bash[23494]: cluster 2023-10-26T08:17:39.761406+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2023-10-26T08:17:41.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:40 smithi079 bash[23494]: audit 2023-10-26T08:17:39.762924+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:17:41.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:40 smithi079 bash[23494]: audit 2023-10-26T08:17:39.763581+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/1265118503,v1:172.21.15.79:6801/1265118503]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:17:41.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:40 smithi079 bash[23494]: audit 2023-10-26T08:17:39.764100+0000 mon.a (mon.0) 347 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:17:41.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:40 smithi079 bash[23494]: cluster 2023-10-26T08:17:40.076048+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:17:41.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:40 smithi079 bash[23494]: cluster 2023-10-26T08:17:40.076107+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:17:41.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:40 smithi079 bash[23494]: audit 2023-10-26T08:17:40.764562+0000 mon.a (mon.0) 348 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-26T08:17:41.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:40 smithi079 bash[23494]: cluster 2023-10-26T08:17:40.764789+0000 mon.a (mon.0) 349 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2023-10-26T08:17:41.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:40 smithi079 bash[23494]: audit 2023-10-26T08:17:40.765103+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:17:42.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:41 smithi012 bash[23428]: cluster 2023-10-26T08:17:40.282215+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:42.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:41 smithi012 bash[23428]: cluster 2023-10-26T08:17:41.768831+0000 mon.a (mon.0) 351 : cluster [INF] osd.4 [v2:172.21.15.79:6800/1265118503,v1:172.21.15.79:6801/1265118503] boot 2023-10-26T08:17:42.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:41 smithi012 bash[23428]: cluster 2023-10-26T08:17:41.768966+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-10-26T08:17:42.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:41 smithi012 bash[23428]: audit 2023-10-26T08:17:41.769349+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:17:42.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:41 smithi012 bash[26970]: cluster 2023-10-26T08:17:40.282215+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:42.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:41 smithi012 bash[26970]: cluster 2023-10-26T08:17:41.768831+0000 mon.a (mon.0) 351 : cluster [INF] osd.4 [v2:172.21.15.79:6800/1265118503,v1:172.21.15.79:6801/1265118503] boot 2023-10-26T08:17:42.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:41 smithi012 bash[26970]: cluster 2023-10-26T08:17:41.768966+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-10-26T08:17:42.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:41 smithi012 bash[26970]: audit 2023-10-26T08:17:41.769349+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:17:42.120 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:41 smithi079 bash[23494]: cluster 2023-10-26T08:17:40.282215+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2023-10-26T08:17:42.121 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:41 smithi079 bash[23494]: cluster 2023-10-26T08:17:41.768831+0000 mon.a (mon.0) 351 : cluster [INF] osd.4 [v2:172.21.15.79:6800/1265118503,v1:172.21.15.79:6801/1265118503] boot 2023-10-26T08:17:42.121 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:41 smithi079 bash[23494]: cluster 2023-10-26T08:17:41.768966+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-10-26T08:17:42.121 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:41 smithi079 bash[23494]: audit 2023-10-26T08:17:41.769349+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:17:43.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:42 smithi012 bash[23428]: audit 2023-10-26T08:17:41.860685+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:17:43.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:42 smithi012 bash[26970]: audit 2023-10-26T08:17:41.860685+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:17:43.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:42 smithi012 bash[23428]: audit 2023-10-26T08:17:42.091578+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_daemon_update\": \"2023-10-26T08:17:34.588507\", \"last_device_update\": \"2023-10-26T08:17:42.090292\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:17:43.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:42 smithi012 bash[23428]: audit 2023-10-26T08:17:42.097869+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_daemon_update\": \"2023-10-26T08:17:34.588507\", \"last_device_update\": \"2023-10-26T08:17:42.090292\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:17:43.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:42 smithi012 bash[23428]: cluster 2023-10-26T08:17:42.770231+0000 mon.a (mon.0) 357 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-10-26T08:17:43.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:42 smithi012 bash[26970]: audit 2023-10-26T08:17:42.091578+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_daemon_update\": \"2023-10-26T08:17:34.588507\", \"last_device_update\": \"2023-10-26T08:17:42.090292\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:17:43.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:42 smithi012 bash[26970]: audit 2023-10-26T08:17:42.097869+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_daemon_update\": \"2023-10-26T08:17:34.588507\", \"last_device_update\": \"2023-10-26T08:17:42.090292\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:17:43.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:42 smithi012 bash[26970]: cluster 2023-10-26T08:17:42.770231+0000 mon.a (mon.0) 357 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-10-26T08:17:43.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:42 smithi079 bash[23494]: audit 2023-10-26T08:17:41.860685+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:17:43.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:42 smithi079 bash[23494]: audit 2023-10-26T08:17:42.091578+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_daemon_update\": \"2023-10-26T08:17:34.588507\", \"last_device_update\": \"2023-10-26T08:17:42.090292\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:17:43.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:42 smithi079 bash[23494]: audit 2023-10-26T08:17:42.097869+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}}, \"last_daemon_update\": \"2023-10-26T08:17:34.588507\", \"last_device_update\": \"2023-10-26T08:17:42.090292\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:17:43.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:42 smithi079 bash[23494]: cluster 2023-10-26T08:17:42.770231+0000 mon.a (mon.0) 357 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-10-26T08:17:43.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:43 smithi079 bash[23494]: cluster 2023-10-26T08:17:42.282831+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:17:44.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:43 smithi012 bash[23428]: cluster 2023-10-26T08:17:42.282831+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:17:44.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:43 smithi012 bash[26970]: cluster 2023-10-26T08:17:42.282831+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:17:45.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:44 smithi012 bash[23428]: audit 2023-10-26T08:17:44.001279+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:17:45.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:44 smithi012 bash[23428]: audit 2023-10-26T08:17:44.003149+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:17:45.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:44 smithi012 bash[23428]: audit 2023-10-26T08:17:44.005836+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:45.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:44 smithi012 bash[26970]: audit 2023-10-26T08:17:44.001279+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:17:45.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:44 smithi012 bash[26970]: audit 2023-10-26T08:17:44.003149+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:17:45.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:44 smithi012 bash[26970]: audit 2023-10-26T08:17:44.005836+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:45.134 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:44 smithi079 bash[23494]: audit 2023-10-26T08:17:44.001279+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:17:45.135 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:44 smithi079 bash[23494]: audit 2023-10-26T08:17:44.003149+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:17:45.135 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:44 smithi079 bash[23494]: audit 2023-10-26T08:17:44.005836+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:45.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:45 smithi079 bash[23494]: audit 2023-10-26T08:17:43.999119+0000 mgr.y (mgr.14140) 132 : audit [DBG] from='client.34247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:17:45.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:45 smithi079 bash[23494]: cephadm 2023-10-26T08:17:44.000640+0000 mgr.y (mgr.14140) 133 : cephadm [INF] Applying osd on host smithi079... 2023-10-26T08:17:45.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:45 smithi079 bash[23494]: cluster 2023-10-26T08:17:44.283405+0000 mgr.y (mgr.14140) 134 : cluster [DBG] pgmap v132: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:17:46.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:45 smithi012 bash[23428]: audit 2023-10-26T08:17:43.999119+0000 mgr.y (mgr.14140) 132 : audit [DBG] from='client.34247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:17:46.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:45 smithi012 bash[23428]: cephadm 2023-10-26T08:17:44.000640+0000 mgr.y (mgr.14140) 133 : cephadm [INF] Applying osd on host smithi079... 2023-10-26T08:17:46.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:45 smithi012 bash[23428]: cluster 2023-10-26T08:17:44.283405+0000 mgr.y (mgr.14140) 134 : cluster [DBG] pgmap v132: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:17:46.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:45 smithi012 bash[26970]: audit 2023-10-26T08:17:43.999119+0000 mgr.y (mgr.14140) 132 : audit [DBG] from='client.34247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:17:46.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:45 smithi012 bash[26970]: cephadm 2023-10-26T08:17:44.000640+0000 mgr.y (mgr.14140) 133 : cephadm [INF] Applying osd on host smithi079... 2023-10-26T08:17:46.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:45 smithi012 bash[26970]: cluster 2023-10-26T08:17:44.283405+0000 mgr.y (mgr.14140) 134 : cluster [DBG] pgmap v132: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:17:47.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:46 smithi012 bash[23428]: cluster 2023-10-26T08:17:46.283961+0000 mgr.y (mgr.14140) 135 : cluster [DBG] pgmap v133: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:17:47.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:46 smithi012 bash[26970]: cluster 2023-10-26T08:17:46.283961+0000 mgr.y (mgr.14140) 135 : cluster [DBG] pgmap v133: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:17:47.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:46 smithi079 bash[23494]: cluster 2023-10-26T08:17:46.283961+0000 mgr.y (mgr.14140) 135 : cluster [DBG] pgmap v133: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:17:48.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:47 smithi079 bash[23494]: audit 2023-10-26T08:17:47.145959+0000 mon.a (mon.0) 361 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3"}]: dispatch 2023-10-26T08:17:48.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:47 smithi079 bash[23494]: audit 2023-10-26T08:17:47.146139+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.79:0/2903067446' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3"}]: dispatch 2023-10-26T08:17:48.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:47 smithi079 bash[23494]: audit 2023-10-26T08:17:47.154338+0000 mon.a (mon.0) 362 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3"}]': finished 2023-10-26T08:17:48.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:47 smithi079 bash[23494]: cluster 2023-10-26T08:17:47.154436+0000 mon.a (mon.0) 363 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2023-10-26T08:17:48.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:47 smithi079 bash[23494]: audit 2023-10-26T08:17:47.154784+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:17:48.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:47 smithi012 bash[23428]: audit 2023-10-26T08:17:47.145959+0000 mon.a (mon.0) 361 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3"}]: dispatch 2023-10-26T08:17:48.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:47 smithi012 bash[23428]: audit 2023-10-26T08:17:47.146139+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.79:0/2903067446' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3"}]: dispatch 2023-10-26T08:17:48.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:47 smithi012 bash[23428]: audit 2023-10-26T08:17:47.154338+0000 mon.a (mon.0) 362 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3"}]': finished 2023-10-26T08:17:48.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:47 smithi012 bash[23428]: cluster 2023-10-26T08:17:47.154436+0000 mon.a (mon.0) 363 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2023-10-26T08:17:48.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:47 smithi012 bash[23428]: audit 2023-10-26T08:17:47.154784+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:17:48.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:47 smithi012 bash[26970]: audit 2023-10-26T08:17:47.145959+0000 mon.a (mon.0) 361 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3"}]: dispatch 2023-10-26T08:17:48.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:47 smithi012 bash[26970]: audit 2023-10-26T08:17:47.146139+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.79:0/2903067446' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3"}]: dispatch 2023-10-26T08:17:48.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:47 smithi012 bash[26970]: audit 2023-10-26T08:17:47.154338+0000 mon.a (mon.0) 362 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3"}]': finished 2023-10-26T08:17:48.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:47 smithi012 bash[26970]: cluster 2023-10-26T08:17:47.154436+0000 mon.a (mon.0) 363 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2023-10-26T08:17:48.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:47 smithi012 bash[26970]: audit 2023-10-26T08:17:47.154784+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:17:49.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:48 smithi079 bash[23494]: cluster 2023-10-26T08:17:48.284553+0000 mgr.y (mgr.14140) 136 : cluster [DBG] pgmap v135: 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 2023-10-26T08:17:49.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:48 smithi012 bash[23428]: cluster 2023-10-26T08:17:48.284553+0000 mgr.y (mgr.14140) 136 : cluster [DBG] pgmap v135: 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 2023-10-26T08:17:49.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:48 smithi012 bash[26970]: cluster 2023-10-26T08:17:48.284553+0000 mgr.y (mgr.14140) 136 : cluster [DBG] pgmap v135: 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 2023-10-26T08:17:50.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:49 smithi079 bash[23494]: audit 2023-10-26T08:17:49.483754+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.79:0/2072382221' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:17:50.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:49 smithi012 bash[23428]: audit 2023-10-26T08:17:49.483754+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.79:0/2072382221' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:17:50.323 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:49 smithi012 bash[26970]: audit 2023-10-26T08:17:49.483754+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.79:0/2072382221' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:17:51.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:50 smithi079 bash[23494]: cluster 2023-10-26T08:17:50.285182+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v136: 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 2023-10-26T08:17:51.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:50 smithi012 bash[23428]: cluster 2023-10-26T08:17:50.285182+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v136: 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 2023-10-26T08:17:51.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:50 smithi012 bash[26970]: cluster 2023-10-26T08:17:50.285182+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v136: 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 2023-10-26T08:17:52.573 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:52 smithi012 bash[23428]: audit 2023-10-26T08:17:52.222684+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:52.574 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:52 smithi012 bash[26970]: audit 2023-10-26T08:17:52.222684+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:52.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:52 smithi079 bash[23494]: audit 2023-10-26T08:17:52.222684+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:17:53.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:53 smithi079 bash[23494]: cluster 2023-10-26T08:17:52.285745+0000 mgr.y (mgr.14140) 138 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:54.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:53 smithi012 bash[23428]: cluster 2023-10-26T08:17:52.285745+0000 mgr.y (mgr.14140) 138 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:54.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:53 smithi012 bash[26970]: cluster 2023-10-26T08:17:52.285745+0000 mgr.y (mgr.14140) 138 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:56.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:55 smithi012 bash[23428]: cluster 2023-10-26T08:17:54.286276+0000 mgr.y (mgr.14140) 139 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:56.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:55 smithi012 bash[23428]: audit 2023-10-26T08:17:55.728248+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-26T08:17:56.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:55 smithi012 bash[23428]: audit 2023-10-26T08:17:55.730212+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:17:56.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:55 smithi012 bash[23428]: audit 2023-10-26T08:17:55.732490+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-10-26T08:17:56.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:55 smithi012 bash[26970]: cluster 2023-10-26T08:17:54.286276+0000 mgr.y (mgr.14140) 139 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:56.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:55 smithi012 bash[26970]: audit 2023-10-26T08:17:55.728248+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-26T08:17:56.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:55 smithi012 bash[26970]: audit 2023-10-26T08:17:55.730212+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:17:56.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:55 smithi012 bash[26970]: audit 2023-10-26T08:17:55.732490+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-10-26T08:17:56.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:55 smithi079 bash[23494]: cluster 2023-10-26T08:17:54.286276+0000 mgr.y (mgr.14140) 139 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:56.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:55 smithi079 bash[23494]: audit 2023-10-26T08:17:55.728248+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-26T08:17:56.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:55 smithi079 bash[23494]: audit 2023-10-26T08:17:55.730212+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:17:56.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:55 smithi079 bash[23494]: audit 2023-10-26T08:17:55.732490+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-10-26T08:17:56.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:56 smithi079 bash[23494]: cephadm 2023-10-26T08:17:55.731826+0000 mgr.y (mgr.14140) 140 : cephadm [INF] Deploying daemon osd.5 on smithi079 2023-10-26T08:17:57.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:56 smithi012 bash[23428]: cephadm 2023-10-26T08:17:55.731826+0000 mgr.y (mgr.14140) 140 : cephadm [INF] Deploying daemon osd.5 on smithi079 2023-10-26T08:17:57.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:56 smithi012 bash[26970]: cephadm 2023-10-26T08:17:55.731826+0000 mgr.y (mgr.14140) 140 : cephadm [INF] Deploying daemon osd.5 on smithi079 2023-10-26T08:17:57.860 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 5 on host 'smithi079' 2023-10-26T08:17:58.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:57 smithi012 bash[23428]: cluster 2023-10-26T08:17:56.286839+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; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:58.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:57 smithi012 bash[26970]: cluster 2023-10-26T08:17:56.286839+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; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:58.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:57 smithi079 bash[23494]: cluster 2023-10-26T08:17:56.286839+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; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-10-26T08:17:59.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:58 smithi012 bash[23428]: audit 2023-10-26T08:17:57.849675+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_device_update\": \"2023-10-26T08:17:42.090292\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:17:59.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:58 smithi012 bash[23428]: audit 2023-10-26T08:17:57.850926+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:17:59.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:58 smithi012 bash[23428]: audit 2023-10-26T08:17:57.856113+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_device_update\": \"2023-10-26T08:17:42.090292\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:17:59.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:58 smithi012 bash[26970]: audit 2023-10-26T08:17:57.849675+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_device_update\": \"2023-10-26T08:17:42.090292\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:17:59.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:58 smithi012 bash[26970]: audit 2023-10-26T08:17:57.850926+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:17:59.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:58 smithi012 bash[26970]: audit 2023-10-26T08:17:57.856113+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_device_update\": \"2023-10-26T08:17:42.090292\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:17:59.135 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:58 smithi079 bash[23494]: audit 2023-10-26T08:17:57.849675+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_device_update\": \"2023-10-26T08:17:42.090292\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:17:59.136 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:58 smithi079 bash[23494]: audit 2023-10-26T08:17:57.850926+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:17:59.136 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:58 smithi079 bash[23494]: audit 2023-10-26T08:17:57.856113+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.587982\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588184\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:34.588311\", \"created\": \"2023-10-26T08:17:33.568213\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_device_update\": \"2023-10-26T08:17:42.090292\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:17:59.137 DEBUG:teuthology.orchestra.run.smithi079:osd.5> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.5.service 2023-10-26T08:17:59.140 INFO:tasks.cephadm:Deploying osd.6 on smithi079 with /dev/vg_nvme/lv_2... 2023-10-26T08:17:59.140 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-10-26T08:18:00.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:59 smithi012 bash[23428]: cluster 2023-10-26T08:17:58.287466+0000 mgr.y (mgr.14140) 142 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:18:00.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:59 smithi012 bash[26970]: cluster 2023-10-26T08:17:58.287466+0000 mgr.y (mgr.14140) 142 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:18:00.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:59 smithi012 bash[23428]: audit 2023-10-26T08:17:58.948687+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_daemon_update\": \"2023-10-26T08:17:58.947091\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:00.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:59 smithi012 bash[23428]: audit 2023-10-26T08:17:58.954771+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_daemon_update\": \"2023-10-26T08:17:58.947091\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:00.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:17:59 smithi012 bash[23428]: audit 2023-10-26T08:17:58.956210+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:00.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:59 smithi012 bash[26970]: audit 2023-10-26T08:17:58.948687+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_daemon_update\": \"2023-10-26T08:17:58.947091\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:00.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:59 smithi012 bash[26970]: audit 2023-10-26T08:17:58.954771+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_daemon_update\": \"2023-10-26T08:17:58.947091\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:00.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:17:59 smithi012 bash[26970]: audit 2023-10-26T08:17:58.956210+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:00.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:59 smithi079 bash[23494]: cluster 2023-10-26T08:17:58.287466+0000 mgr.y (mgr.14140) 142 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:18:00.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:59 smithi079 bash[23494]: audit 2023-10-26T08:17:58.948687+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_daemon_update\": \"2023-10-26T08:17:58.947091\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:00.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:59 smithi079 bash[23494]: audit 2023-10-26T08:17:58.954771+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_daemon_update\": \"2023-10-26T08:17:58.947091\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:00.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:17:59 smithi079 bash[23494]: audit 2023-10-26T08:17:58.956210+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:00.443 INFO:journalctl@ceph.osd.5.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:18:00.443 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 26 08:17:59 smithi079 bash[26971]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-10-26T08:18:00.443 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 26 08:17:59 smithi079 bash[26971]: 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 2023-10-26T08:18:00.444 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 26 08:17:59 smithi079 bash[26971]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2023-10-26T08:18:00.444 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 26 08:17:59 smithi079 bash[26971]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2023-10-26T08:18:00.444 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 26 08:17:59 smithi079 bash[26971]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-10-26T08:18:00.444 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 26 08:17:59 smithi079 bash[26971]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-10-26T08:18:00.444 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 26 08:17:59 smithi079 bash[26971]: --> ceph-volume lvm activate successful for osd ID: 5 2023-10-26T08:18:00.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:00 smithi079 bash[23494]: audit 2023-10-26T08:18:00.303128+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-10-26T08:18:00.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:00 smithi079 bash[23494]: audit 2023-10-26T08:18:00.309316+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-10-26T08:18:01.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:00 smithi012 bash[23428]: audit 2023-10-26T08:18:00.303128+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-10-26T08:18:01.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:00 smithi012 bash[23428]: audit 2023-10-26T08:18:00.309316+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-10-26T08:18:01.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:00 smithi012 bash[26970]: audit 2023-10-26T08:18:00.303128+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-10-26T08:18:01.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:00 smithi012 bash[26970]: audit 2023-10-26T08:18:00.309316+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-10-26T08:18:01.950 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:01 smithi079 bash[23494]: cluster 2023-10-26T08:18:00.288011+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:18:02.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:01 smithi012 bash[23428]: cluster 2023-10-26T08:18:00.288011+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:18:02.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:01 smithi012 bash[26970]: cluster 2023-10-26T08:18:00.288011+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:18:04.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:03 smithi012 bash[23428]: cluster 2023-10-26T08:18:02.288630+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:18:04.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:03 smithi012 bash[26970]: cluster 2023-10-26T08:18:02.288630+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:18:04.111 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:03 smithi079 bash[23494]: cluster 2023-10-26T08:18:02.288630+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:18:04.427 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 26 08:18:04 smithi079 bash[27199]: debug 2023-10-26T08:18:04.107+0000 7fc46d85fec0 -1 Falling back to public interface 2023-10-26T08:18:04.976 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 26 08:18:04 smithi079 bash[27199]: debug 2023-10-26T08:18:04.743+0000 7fc46d85fec0 -1 osd.5 0 log_to_monitors {default=true} 2023-10-26T08:18:04.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:04 smithi079 bash[23494]: audit 2023-10-26T08:18:04.748352+0000 mon.a (mon.0) 377 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-26T08:18:04.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:04 smithi079 bash[23494]: audit 2023-10-26T08:18:04.748663+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/2195818769,v1:172.21.15.79:6809/2195818769]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-26T08:18:05.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:04 smithi012 bash[23428]: audit 2023-10-26T08:18:04.748352+0000 mon.a (mon.0) 377 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-26T08:18:05.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:04 smithi012 bash[23428]: audit 2023-10-26T08:18:04.748663+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/2195818769,v1:172.21.15.79:6809/2195818769]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-26T08:18:05.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:04 smithi012 bash[26970]: audit 2023-10-26T08:18:04.748352+0000 mon.a (mon.0) 377 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-26T08:18:05.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:04 smithi012 bash[26970]: audit 2023-10-26T08:18:04.748663+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/2195818769,v1:172.21.15.79:6809/2195818769]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-26T08:18:05.313 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-10-26T08:18:05.314 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-10-26T08:18:05.314 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-10-26T08:18:05.314 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-10-26T08:18:05.314 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0199601 s, 525 MB/s 2023-10-26T08:18:05.315 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-10-26T08:18:06.068 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 26 08:18:05 smithi079 bash[27199]: debug 2023-10-26T08:18:05.787+0000 7fc456614700 -1 osd.5 0 waiting for initial osdmap 2023-10-26T08:18:06.069 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:05 smithi079 bash[23494]: cluster 2023-10-26T08:18:04.289193+0000 mgr.y (mgr.14140) 145 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:18:06.069 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:05 smithi079 bash[23494]: audit 2023-10-26T08:18:04.775083+0000 mon.a (mon.0) 378 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-26T08:18:06.069 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:05 smithi079 bash[23494]: cluster 2023-10-26T08:18:04.775180+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2023-10-26T08:18:06.069 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:05 smithi079 bash[23494]: audit 2023-10-26T08:18:04.775675+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:18:06.069 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:05 smithi079 bash[23494]: audit 2023-10-26T08:18:04.776735+0000 mon.a (mon.0) 381 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:06.070 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:05 smithi079 bash[23494]: audit 2023-10-26T08:18:04.777081+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/2195818769,v1:172.21.15.79:6809/2195818769]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:06.070 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:05 smithi079 bash[23494]: cluster 2023-10-26T08:18:05.736983+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:18:06.070 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:05 smithi079 bash[23494]: cluster 2023-10-26T08:18:05.737129+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:18:06.071 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi079:vg_nvme/lv_2 2023-10-26T08:18:06.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:05 smithi012 bash[23428]: cluster 2023-10-26T08:18:04.289193+0000 mgr.y (mgr.14140) 145 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:18:06.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:05 smithi012 bash[23428]: audit 2023-10-26T08:18:04.775083+0000 mon.a (mon.0) 378 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-26T08:18:06.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:05 smithi012 bash[23428]: cluster 2023-10-26T08:18:04.775180+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2023-10-26T08:18:06.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:05 smithi012 bash[23428]: audit 2023-10-26T08:18:04.775675+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:18:06.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:05 smithi012 bash[23428]: audit 2023-10-26T08:18:04.776735+0000 mon.a (mon.0) 381 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:06.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:05 smithi012 bash[23428]: audit 2023-10-26T08:18:04.777081+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/2195818769,v1:172.21.15.79:6809/2195818769]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:06.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:05 smithi012 bash[23428]: cluster 2023-10-26T08:18:05.736983+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:18:06.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:05 smithi012 bash[23428]: cluster 2023-10-26T08:18:05.737129+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:18:06.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:05 smithi012 bash[26970]: cluster 2023-10-26T08:18:04.289193+0000 mgr.y (mgr.14140) 145 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:18:06.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:05 smithi012 bash[26970]: audit 2023-10-26T08:18:04.775083+0000 mon.a (mon.0) 378 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-26T08:18:06.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:05 smithi012 bash[26970]: cluster 2023-10-26T08:18:04.775180+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2023-10-26T08:18:06.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:05 smithi012 bash[26970]: audit 2023-10-26T08:18:04.775675+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:18:06.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:05 smithi012 bash[26970]: audit 2023-10-26T08:18:04.776735+0000 mon.a (mon.0) 381 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:06.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:05 smithi012 bash[26970]: audit 2023-10-26T08:18:04.777081+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/2195818769,v1:172.21.15.79:6809/2195818769]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:06.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:05 smithi012 bash[26970]: cluster 2023-10-26T08:18:05.736983+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:18:06.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:05 smithi012 bash[26970]: cluster 2023-10-26T08:18:05.737129+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:18:07.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:06 smithi012 bash[23428]: audit 2023-10-26T08:18:05.779993+0000 mon.a (mon.0) 382 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-26T08:18:07.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:06 smithi012 bash[23428]: cluster 2023-10-26T08:18:05.780147+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2023-10-26T08:18:07.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:06 smithi012 bash[23428]: audit 2023-10-26T08:18:05.781388+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:18:07.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:06 smithi012 bash[23428]: cluster 2023-10-26T08:18:06.781902+0000 mon.a (mon.0) 385 : cluster [INF] osd.5 [v2:172.21.15.79:6808/2195818769,v1:172.21.15.79:6809/2195818769] boot 2023-10-26T08:18:07.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:06 smithi012 bash[23428]: cluster 2023-10-26T08:18:06.782017+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2023-10-26T08:18:07.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:06 smithi012 bash[23428]: audit 2023-10-26T08:18:06.782434+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:18:07.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:06 smithi012 bash[26970]: audit 2023-10-26T08:18:05.779993+0000 mon.a (mon.0) 382 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-26T08:18:07.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:06 smithi012 bash[26970]: cluster 2023-10-26T08:18:05.780147+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2023-10-26T08:18:07.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:06 smithi012 bash[26970]: audit 2023-10-26T08:18:05.781388+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:18:07.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:06 smithi012 bash[26970]: cluster 2023-10-26T08:18:06.781902+0000 mon.a (mon.0) 385 : cluster [INF] osd.5 [v2:172.21.15.79:6808/2195818769,v1:172.21.15.79:6809/2195818769] boot 2023-10-26T08:18:07.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:06 smithi012 bash[26970]: cluster 2023-10-26T08:18:06.782017+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2023-10-26T08:18:07.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:06 smithi012 bash[26970]: audit 2023-10-26T08:18:06.782434+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:18:07.140 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:06 smithi079 bash[23494]: audit 2023-10-26T08:18:05.779993+0000 mon.a (mon.0) 382 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-26T08:18:07.141 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:06 smithi079 bash[23494]: cluster 2023-10-26T08:18:05.780147+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2023-10-26T08:18:07.141 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:06 smithi079 bash[23494]: audit 2023-10-26T08:18:05.781388+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:18:07.141 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:06 smithi079 bash[23494]: cluster 2023-10-26T08:18:06.781902+0000 mon.a (mon.0) 385 : cluster [INF] osd.5 [v2:172.21.15.79:6808/2195818769,v1:172.21.15.79:6809/2195818769] boot 2023-10-26T08:18:07.141 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:06 smithi079 bash[23494]: cluster 2023-10-26T08:18:06.782017+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2023-10-26T08:18:07.142 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:06 smithi079 bash[23494]: audit 2023-10-26T08:18:06.782434+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:18:08.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:07 smithi012 bash[23428]: cluster 2023-10-26T08:18:06.289715+0000 mgr.y (mgr.14140) 146 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:18:08.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:07 smithi012 bash[23428]: audit 2023-10-26T08:18:06.850079+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:18:08.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:07 smithi012 bash[26970]: cluster 2023-10-26T08:18:06.289715+0000 mgr.y (mgr.14140) 146 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:18:08.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:07 smithi012 bash[26970]: audit 2023-10-26T08:18:06.850079+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:18:08.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:07 smithi012 bash[23428]: audit 2023-10-26T08:18:07.080126+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_daemon_update\": \"2023-10-26T08:17:58.947091\", \"last_device_update\": \"2023-10-26T08:18:07.078586\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:08.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:07 smithi012 bash[23428]: audit 2023-10-26T08:18:07.086545+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_daemon_update\": \"2023-10-26T08:17:58.947091\", \"last_device_update\": \"2023-10-26T08:18:07.078586\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:08.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:07 smithi012 bash[26970]: audit 2023-10-26T08:18:07.080126+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_daemon_update\": \"2023-10-26T08:17:58.947091\", \"last_device_update\": \"2023-10-26T08:18:07.078586\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:08.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:07 smithi012 bash[26970]: audit 2023-10-26T08:18:07.086545+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_daemon_update\": \"2023-10-26T08:17:58.947091\", \"last_device_update\": \"2023-10-26T08:18:07.078586\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:08.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:07 smithi079 bash[23494]: cluster 2023-10-26T08:18:06.289715+0000 mgr.y (mgr.14140) 146 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2023-10-26T08:18:08.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:07 smithi079 bash[23494]: audit 2023-10-26T08:18:06.850079+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:18:08.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:07 smithi079 bash[23494]: audit 2023-10-26T08:18:07.080126+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_daemon_update\": \"2023-10-26T08:17:58.947091\", \"last_device_update\": \"2023-10-26T08:18:07.078586\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:08.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:07 smithi079 bash[23494]: audit 2023-10-26T08:18:07.086545+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}}, \"last_daemon_update\": \"2023-10-26T08:17:58.947091\", \"last_device_update\": \"2023-10-26T08:18:07.078586\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:08.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:08 smithi079 bash[23494]: cluster 2023-10-26T08:18:07.810336+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2023-10-26T08:18:08.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:08 smithi079 bash[23494]: cluster 2023-10-26T08:18:08.290320+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:09.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:08 smithi012 bash[23428]: cluster 2023-10-26T08:18:07.810336+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2023-10-26T08:18:09.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:08 smithi012 bash[23428]: cluster 2023-10-26T08:18:08.290320+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:09.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:08 smithi012 bash[26970]: cluster 2023-10-26T08:18:07.810336+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2023-10-26T08:18:09.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:08 smithi012 bash[26970]: cluster 2023-10-26T08:18:08.290320+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:10.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:09 smithi012 bash[23428]: audit 2023-10-26T08:18:09.026949+0000 mgr.y (mgr.14140) 148 : audit [DBG] from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:18:10.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:09 smithi012 bash[23428]: cephadm 2023-10-26T08:18:09.028452+0000 mgr.y (mgr.14140) 149 : cephadm [INF] Applying osd on host smithi079... 2023-10-26T08:18:10.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:09 smithi012 bash[23428]: audit 2023-10-26T08:18:09.028992+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:18:10.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:09 smithi012 bash[23428]: audit 2023-10-26T08:18:09.030992+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:18:10.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:09 smithi012 bash[23428]: audit 2023-10-26T08:18:09.033931+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:10.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:09 smithi012 bash[26970]: audit 2023-10-26T08:18:09.026949+0000 mgr.y (mgr.14140) 148 : audit [DBG] from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:18:10.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:09 smithi012 bash[26970]: cephadm 2023-10-26T08:18:09.028452+0000 mgr.y (mgr.14140) 149 : cephadm [INF] Applying osd on host smithi079... 2023-10-26T08:18:10.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:09 smithi012 bash[26970]: audit 2023-10-26T08:18:09.028992+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:18:10.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:09 smithi012 bash[26970]: audit 2023-10-26T08:18:09.030992+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:18:10.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:09 smithi012 bash[26970]: audit 2023-10-26T08:18:09.033931+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:10.162 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:09 smithi079 bash[23494]: audit 2023-10-26T08:18:09.026949+0000 mgr.y (mgr.14140) 148 : audit [DBG] from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:18:10.162 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:09 smithi079 bash[23494]: cephadm 2023-10-26T08:18:09.028452+0000 mgr.y (mgr.14140) 149 : cephadm [INF] Applying osd on host smithi079... 2023-10-26T08:18:10.162 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:09 smithi079 bash[23494]: audit 2023-10-26T08:18:09.028992+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:18:10.162 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:09 smithi079 bash[23494]: audit 2023-10-26T08:18:09.030992+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:18:10.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:09 smithi079 bash[23494]: audit 2023-10-26T08:18:09.033931+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:11.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:10 smithi079 bash[23494]: cluster 2023-10-26T08:18:10.290884+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:11.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:10 smithi012 bash[23428]: cluster 2023-10-26T08:18:10.290884+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:11.323 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:10 smithi012 bash[26970]: cluster 2023-10-26T08:18:10.290884+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:12.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:12 smithi079 bash[23494]: audit 2023-10-26T08:18:12.268793+0000 mon.a (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9cff9dba-3db8-4819-a638-a2e24c66dbf5"}]: dispatch 2023-10-26T08:18:12.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:12 smithi079 bash[23494]: audit 2023-10-26T08:18:12.268924+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.79:0/1350829464' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9cff9dba-3db8-4819-a638-a2e24c66dbf5"}]: dispatch 2023-10-26T08:18:12.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:12 smithi079 bash[23494]: audit 2023-10-26T08:18:12.277410+0000 mon.a (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9cff9dba-3db8-4819-a638-a2e24c66dbf5"}]': finished 2023-10-26T08:18:12.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:12 smithi079 bash[23494]: cluster 2023-10-26T08:18:12.277531+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2023-10-26T08:18:12.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:12 smithi079 bash[23494]: audit 2023-10-26T08:18:12.277800+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:18:12.823 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:12 smithi012 bash[26970]: audit 2023-10-26T08:18:12.268793+0000 mon.a (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9cff9dba-3db8-4819-a638-a2e24c66dbf5"}]: dispatch 2023-10-26T08:18:12.823 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:12 smithi012 bash[26970]: audit 2023-10-26T08:18:12.268924+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.79:0/1350829464' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9cff9dba-3db8-4819-a638-a2e24c66dbf5"}]: dispatch 2023-10-26T08:18:12.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:12 smithi012 bash[26970]: audit 2023-10-26T08:18:12.277410+0000 mon.a (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9cff9dba-3db8-4819-a638-a2e24c66dbf5"}]': finished 2023-10-26T08:18:12.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:12 smithi012 bash[26970]: cluster 2023-10-26T08:18:12.277531+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2023-10-26T08:18:12.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:12 smithi012 bash[26970]: audit 2023-10-26T08:18:12.277800+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:18:12.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:12 smithi012 bash[23428]: audit 2023-10-26T08:18:12.268793+0000 mon.a (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9cff9dba-3db8-4819-a638-a2e24c66dbf5"}]: dispatch 2023-10-26T08:18:12.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:12 smithi012 bash[23428]: audit 2023-10-26T08:18:12.268924+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.79:0/1350829464' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9cff9dba-3db8-4819-a638-a2e24c66dbf5"}]: dispatch 2023-10-26T08:18:12.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:12 smithi012 bash[23428]: audit 2023-10-26T08:18:12.277410+0000 mon.a (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9cff9dba-3db8-4819-a638-a2e24c66dbf5"}]': finished 2023-10-26T08:18:12.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:12 smithi012 bash[23428]: cluster 2023-10-26T08:18:12.277531+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2023-10-26T08:18:12.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:12 smithi012 bash[23428]: audit 2023-10-26T08:18:12.277800+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:18:14.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:13 smithi012 bash[26970]: cluster 2023-10-26T08:18:12.291520+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:14.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:13 smithi012 bash[23428]: cluster 2023-10-26T08:18:12.291520+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:14.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:13 smithi079 bash[23494]: cluster 2023-10-26T08:18:12.291520+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:15.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:14 smithi012 bash[23428]: audit 2023-10-26T08:18:14.465801+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.79:0/355041304' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:18:15.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:14 smithi012 bash[26970]: audit 2023-10-26T08:18:14.465801+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.79:0/355041304' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:18:15.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:14 smithi079 bash[23494]: audit 2023-10-26T08:18:14.465801+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.79:0/355041304' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:18:16.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:15 smithi012 bash[23428]: cluster 2023-10-26T08:18:14.292071+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:16.092 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:15 smithi012 bash[26970]: cluster 2023-10-26T08:18:14.292071+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:16.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:15 smithi079 bash[23494]: cluster 2023-10-26T08:18:14.292071+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:18.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:17 smithi012 bash[23428]: cluster 2023-10-26T08:18:16.292639+0000 mgr.y (mgr.14140) 153 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:18.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:17 smithi012 bash[23428]: audit 2023-10-26T08:18:17.145175+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:18.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:17 smithi012 bash[26970]: cluster 2023-10-26T08:18:16.292639+0000 mgr.y (mgr.14140) 153 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:18.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:17 smithi012 bash[26970]: audit 2023-10-26T08:18:17.145175+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:18.088 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:17 smithi079 bash[23494]: cluster 2023-10-26T08:18:16.292639+0000 mgr.y (mgr.14140) 153 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:18.088 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:17 smithi079 bash[23494]: audit 2023-10-26T08:18:17.145175+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:20.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:19 smithi012 bash[23428]: cluster 2023-10-26T08:18:18.293214+0000 mgr.y (mgr.14140) 154 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:20.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:19 smithi012 bash[26970]: cluster 2023-10-26T08:18:18.293214+0000 mgr.y (mgr.14140) 154 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:20.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:19 smithi079 bash[23494]: cluster 2023-10-26T08:18:18.293214+0000 mgr.y (mgr.14140) 154 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:21.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:20 smithi012 bash[23428]: audit 2023-10-26T08:18:20.742091+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-26T08:18:21.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:20 smithi012 bash[23428]: audit 2023-10-26T08:18:20.744003+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:18:21.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:20 smithi012 bash[23428]: audit 2023-10-26T08:18:20.746276+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-10-26T08:18:21.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:20 smithi012 bash[26970]: audit 2023-10-26T08:18:20.742091+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-26T08:18:21.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:20 smithi012 bash[26970]: audit 2023-10-26T08:18:20.744003+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:18:21.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:20 smithi012 bash[26970]: audit 2023-10-26T08:18:20.746276+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-10-26T08:18:21.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:20 smithi079 bash[23494]: audit 2023-10-26T08:18:20.742091+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-26T08:18:21.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:20 smithi079 bash[23494]: audit 2023-10-26T08:18:20.744003+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:18:21.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:20 smithi079 bash[23494]: audit 2023-10-26T08:18:20.746276+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-10-26T08:18:21.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:21 smithi079 bash[23494]: cluster 2023-10-26T08:18:20.293808+0000 mgr.y (mgr.14140) 155 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:21.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:21 smithi079 bash[23494]: cephadm 2023-10-26T08:18:20.745604+0000 mgr.y (mgr.14140) 156 : cephadm [INF] Deploying daemon osd.6 on smithi079 2023-10-26T08:18:22.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:21 smithi012 bash[23428]: cluster 2023-10-26T08:18:20.293808+0000 mgr.y (mgr.14140) 155 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:22.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:21 smithi012 bash[23428]: cephadm 2023-10-26T08:18:20.745604+0000 mgr.y (mgr.14140) 156 : cephadm [INF] Deploying daemon osd.6 on smithi079 2023-10-26T08:18:22.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:21 smithi012 bash[26970]: cluster 2023-10-26T08:18:20.293808+0000 mgr.y (mgr.14140) 155 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:22.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:21 smithi012 bash[26970]: cephadm 2023-10-26T08:18:20.745604+0000 mgr.y (mgr.14140) 156 : cephadm [INF] Deploying daemon osd.6 on smithi079 2023-10-26T08:18:22.918 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 6 on host 'smithi079' 2023-10-26T08:18:24.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:23 smithi012 bash[23428]: cluster 2023-10-26T08:18:22.294404+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 2023-10-26T08:18:24.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:23 smithi012 bash[26970]: cluster 2023-10-26T08:18:22.294404+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 2023-10-26T08:18:24.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:23 smithi012 bash[23428]: audit 2023-10-26T08:18:22.908737+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_device_update\": \"2023-10-26T08:18:07.078586\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:24.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:23 smithi012 bash[23428]: audit 2023-10-26T08:18:22.909771+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:18:24.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:23 smithi012 bash[23428]: audit 2023-10-26T08:18:22.914671+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_device_update\": \"2023-10-26T08:18:07.078586\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:24.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:23 smithi012 bash[26970]: audit 2023-10-26T08:18:22.908737+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_device_update\": \"2023-10-26T08:18:07.078586\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:24.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:23 smithi012 bash[26970]: audit 2023-10-26T08:18:22.909771+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:18:24.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:23 smithi012 bash[26970]: audit 2023-10-26T08:18:22.914671+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_device_update\": \"2023-10-26T08:18:07.078586\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:24.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:23 smithi079 bash[23494]: cluster 2023-10-26T08:18:22.294404+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 2023-10-26T08:18:24.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:23 smithi079 bash[23494]: audit 2023-10-26T08:18:22.908737+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_device_update\": \"2023-10-26T08:18:07.078586\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:24.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:23 smithi079 bash[23494]: audit 2023-10-26T08:18:22.909771+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:18:24.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:23 smithi079 bash[23494]: audit 2023-10-26T08:18:22.914671+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946443\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946647\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946774\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:58.946897\", \"created\": \"2023-10-26T08:17:57.831641\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_device_update\": \"2023-10-26T08:18:07.078586\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:24.280 DEBUG:teuthology.orchestra.run.smithi079:osd.6> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.6.service 2023-10-26T08:18:24.283 INFO:tasks.cephadm:Deploying osd.7 on smithi079 with /dev/vg_nvme/lv_1... 2023-10-26T08:18:24.284 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-10-26T08:18:24.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:24 smithi079 bash[23494]: audit 2023-10-26T08:18:24.084437+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_daemon_update\": \"2023-10-26T08:18:24.082802\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:24.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:24 smithi079 bash[23494]: audit 2023-10-26T08:18:24.090591+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_daemon_update\": \"2023-10-26T08:18:24.082802\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:24.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:24 smithi079 bash[23494]: audit 2023-10-26T08:18:24.092145+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:25.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:24 smithi012 bash[23428]: audit 2023-10-26T08:18:24.084437+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_daemon_update\": \"2023-10-26T08:18:24.082802\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:25.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:24 smithi012 bash[23428]: audit 2023-10-26T08:18:24.090591+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_daemon_update\": \"2023-10-26T08:18:24.082802\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:25.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:24 smithi012 bash[23428]: audit 2023-10-26T08:18:24.092145+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:25.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:24 smithi012 bash[26970]: audit 2023-10-26T08:18:24.084437+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_daemon_update\": \"2023-10-26T08:18:24.082802\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:25.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:24 smithi012 bash[26970]: audit 2023-10-26T08:18:24.090591+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_daemon_update\": \"2023-10-26T08:18:24.082802\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:25.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:24 smithi012 bash[26970]: audit 2023-10-26T08:18:24.092145+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:25.092 INFO:journalctl@ceph.osd.6.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:18:25.093 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:18:24 smithi079 bash[28540]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-10-26T08:18:25.093 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:18:24 smithi079 bash[28540]: 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 2023-10-26T08:18:25.093 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:18:24 smithi079 bash[28540]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2023-10-26T08:18:25.094 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:18:24 smithi079 bash[28540]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2023-10-26T08:18:25.094 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:18:24 smithi079 bash[28540]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-10-26T08:18:25.094 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:18:24 smithi079 bash[28540]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-10-26T08:18:25.094 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:18:24 smithi079 bash[28540]: --> ceph-volume lvm activate successful for osd ID: 6 2023-10-26T08:18:26.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:25 smithi012 bash[23428]: cluster 2023-10-26T08:18:24.294993+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:26.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:25 smithi012 bash[23428]: audit 2023-10-26T08:18:25.312199+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-10-26T08:18:26.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:25 smithi012 bash[23428]: audit 2023-10-26T08:18:25.318339+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-10-26T08:18:26.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:25 smithi012 bash[26970]: cluster 2023-10-26T08:18:24.294993+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:26.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:25 smithi012 bash[26970]: audit 2023-10-26T08:18:25.312199+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-10-26T08:18:26.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:25 smithi012 bash[26970]: audit 2023-10-26T08:18:25.318339+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-10-26T08:18:26.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:25 smithi079 bash[23494]: cluster 2023-10-26T08:18:24.294993+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:26.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:25 smithi079 bash[23494]: audit 2023-10-26T08:18:25.312199+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-10-26T08:18:26.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:25 smithi079 bash[23494]: audit 2023-10-26T08:18:25.318339+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-10-26T08:18:27.790 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:18:27 smithi079 bash[28772]: debug 2023-10-26T08:18:27.598+0000 7f5b1e021ec0 1 -- 172.21.15.79:0/1561937774 >> [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] conn(0x557b54acf000 msgr2=0x557b54acbb00 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2023-10-26T08:18:27.791 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:18:27 smithi079 bash[28772]: debug 2023-10-26T08:18:27.598+0000 7f5b1e021ec0 1 --2- 172.21.15.79:0/1561937774 >> [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] conn(0x557b54acf000 0x557b54acbb00 secure :-1 s=READY pgs=33 cs=0 l=1 rx=0x557b54a65d10 tx=0x557b5573aaa0).stop 2023-10-26T08:18:27.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:27 smithi079 bash[23494]: cluster 2023-10-26T08:18:26.295594+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:28.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:27 smithi012 bash[23428]: cluster 2023-10-26T08:18:26.295594+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:28.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:27 smithi012 bash[26970]: cluster 2023-10-26T08:18:26.295594+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:28.399 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:18:28 smithi079 bash[28772]: debug 2023-10-26T08:18:28.130+0000 7f5b1e021ec0 -1 Falling back to public interface 2023-10-26T08:18:29.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:28 smithi012 bash[23428]: audit 2023-10-26T08:18:28.764976+0000 mon.a (mon.0) 411 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-26T08:18:29.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:28 smithi012 bash[23428]: audit 2023-10-26T08:18:28.764986+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/710657916,v1:172.21.15.79:6817/710657916]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-26T08:18:29.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:28 smithi012 bash[26970]: audit 2023-10-26T08:18:28.764976+0000 mon.a (mon.0) 411 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-26T08:18:29.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:28 smithi012 bash[26970]: audit 2023-10-26T08:18:28.764986+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/710657916,v1:172.21.15.79:6817/710657916]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-26T08:18:29.226 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:18:28 smithi079 bash[28772]: debug 2023-10-26T08:18:28.754+0000 7f5b1e021ec0 -1 osd.6 0 log_to_monitors {default=true} 2023-10-26T08:18:29.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:28 smithi079 bash[23494]: audit 2023-10-26T08:18:28.764976+0000 mon.a (mon.0) 411 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-26T08:18:29.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:28 smithi079 bash[23494]: audit 2023-10-26T08:18:28.764986+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/710657916,v1:172.21.15.79:6817/710657916]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-26T08:18:30.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:29 smithi012 bash[23428]: cluster 2023-10-26T08:18:28.296199+0000 mgr.y (mgr.14140) 160 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:30.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:29 smithi012 bash[23428]: audit 2023-10-26T08:18:28.798928+0000 mon.a (mon.0) 412 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-26T08:18:30.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:29 smithi012 bash[23428]: cluster 2023-10-26T08:18:28.798989+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2023-10-26T08:18:30.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:29 smithi012 bash[23428]: audit 2023-10-26T08:18:28.799285+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:18:30.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:29 smithi012 bash[23428]: audit 2023-10-26T08:18:28.800476+0000 mon.a (mon.0) 415 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:30.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:29 smithi012 bash[23428]: audit 2023-10-26T08:18:28.800579+0000 mon.b (mon.2) 16 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/710657916,v1:172.21.15.79:6817/710657916]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:30.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:29 smithi012 bash[23428]: cluster 2023-10-26T08:18:29.715555+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:18:30.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:29 smithi012 bash[23428]: cluster 2023-10-26T08:18:29.715635+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:18:30.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:29 smithi012 bash[26970]: cluster 2023-10-26T08:18:28.296199+0000 mgr.y (mgr.14140) 160 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:30.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:29 smithi012 bash[26970]: audit 2023-10-26T08:18:28.798928+0000 mon.a (mon.0) 412 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-26T08:18:30.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:29 smithi012 bash[26970]: cluster 2023-10-26T08:18:28.798989+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2023-10-26T08:18:30.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:29 smithi012 bash[26970]: audit 2023-10-26T08:18:28.799285+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:18:30.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:29 smithi012 bash[26970]: audit 2023-10-26T08:18:28.800476+0000 mon.a (mon.0) 415 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:30.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:29 smithi012 bash[26970]: audit 2023-10-26T08:18:28.800579+0000 mon.b (mon.2) 16 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/710657916,v1:172.21.15.79:6817/710657916]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:30.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:29 smithi012 bash[26970]: cluster 2023-10-26T08:18:29.715555+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:18:30.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:29 smithi012 bash[26970]: cluster 2023-10-26T08:18:29.715635+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:18:30.226 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:18:29 smithi079 bash[28772]: debug 2023-10-26T08:18:29.810+0000 7f5b06dd6700 -1 osd.6 0 waiting for initial osdmap 2023-10-26T08:18:30.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:29 smithi079 bash[23494]: cluster 2023-10-26T08:18:28.296199+0000 mgr.y (mgr.14140) 160 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:30.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:29 smithi079 bash[23494]: audit 2023-10-26T08:18:28.798928+0000 mon.a (mon.0) 412 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-26T08:18:30.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:29 smithi079 bash[23494]: cluster 2023-10-26T08:18:28.798989+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2023-10-26T08:18:30.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:29 smithi079 bash[23494]: audit 2023-10-26T08:18:28.799285+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:18:30.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:29 smithi079 bash[23494]: audit 2023-10-26T08:18:28.800476+0000 mon.a (mon.0) 415 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:30.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:29 smithi079 bash[23494]: audit 2023-10-26T08:18:28.800579+0000 mon.b (mon.2) 16 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/710657916,v1:172.21.15.79:6817/710657916]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:30.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:29 smithi079 bash[23494]: cluster 2023-10-26T08:18:29.715555+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:18:30.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:29 smithi079 bash[23494]: cluster 2023-10-26T08:18:29.715635+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:18:30.302 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-10-26T08:18:30.302 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-10-26T08:18:30.303 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-10-26T08:18:30.303 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-10-26T08:18:30.303 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.018522 s, 566 MB/s 2023-10-26T08:18:30.303 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-10-26T08:18:31.003 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi079:vg_nvme/lv_1 2023-10-26T08:18:31.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:30 smithi012 bash[23428]: audit 2023-10-26T08:18:29.801508+0000 mon.a (mon.0) 416 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-26T08:18:31.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:30 smithi012 bash[23428]: cluster 2023-10-26T08:18:29.802664+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2023-10-26T08:18:31.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:30 smithi012 bash[23428]: audit 2023-10-26T08:18:29.803888+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:18:31.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:30 smithi012 bash[23428]: cluster 2023-10-26T08:18:30.296746+0000 mgr.y (mgr.14140) 161 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:31.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:30 smithi012 bash[23428]: cluster 2023-10-26T08:18:30.803444+0000 mon.a (mon.0) 419 : cluster [INF] osd.6 [v2:172.21.15.79:6816/710657916,v1:172.21.15.79:6817/710657916] boot 2023-10-26T08:18:31.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:30 smithi012 bash[23428]: cluster 2023-10-26T08:18:30.803534+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2023-10-26T08:18:31.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:30 smithi012 bash[23428]: audit 2023-10-26T08:18:30.803809+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:18:31.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:30 smithi012 bash[26970]: audit 2023-10-26T08:18:29.801508+0000 mon.a (mon.0) 416 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-26T08:18:31.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:30 smithi012 bash[26970]: cluster 2023-10-26T08:18:29.802664+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2023-10-26T08:18:31.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:30 smithi012 bash[26970]: audit 2023-10-26T08:18:29.803888+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:18:31.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:30 smithi012 bash[26970]: cluster 2023-10-26T08:18:30.296746+0000 mgr.y (mgr.14140) 161 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:31.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:30 smithi012 bash[26970]: cluster 2023-10-26T08:18:30.803444+0000 mon.a (mon.0) 419 : cluster [INF] osd.6 [v2:172.21.15.79:6816/710657916,v1:172.21.15.79:6817/710657916] boot 2023-10-26T08:18:31.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:30 smithi012 bash[26970]: cluster 2023-10-26T08:18:30.803534+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2023-10-26T08:18:31.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:30 smithi012 bash[26970]: audit 2023-10-26T08:18:30.803809+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:18:31.137 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:30 smithi079 bash[23494]: audit 2023-10-26T08:18:29.801508+0000 mon.a (mon.0) 416 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-26T08:18:31.138 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:30 smithi079 bash[23494]: cluster 2023-10-26T08:18:29.802664+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2023-10-26T08:18:31.138 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:30 smithi079 bash[23494]: audit 2023-10-26T08:18:29.803888+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:18:31.138 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:30 smithi079 bash[23494]: cluster 2023-10-26T08:18:30.296746+0000 mgr.y (mgr.14140) 161 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2023-10-26T08:18:31.138 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:30 smithi079 bash[23494]: cluster 2023-10-26T08:18:30.803444+0000 mon.a (mon.0) 419 : cluster [INF] osd.6 [v2:172.21.15.79:6816/710657916,v1:172.21.15.79:6817/710657916] boot 2023-10-26T08:18:31.138 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:30 smithi079 bash[23494]: cluster 2023-10-26T08:18:30.803534+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2023-10-26T08:18:31.139 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:30 smithi079 bash[23494]: audit 2023-10-26T08:18:30.803809+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:18:32.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:32 smithi079 bash[23494]: cluster 2023-10-26T08:18:31.819893+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2023-10-26T08:18:32.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:32 smithi079 bash[23494]: audit 2023-10-26T08:18:32.288776+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:18:32.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:32 smithi079 bash[23494]: cluster 2023-10-26T08:18:32.297363+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:32.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:32 smithi079 bash[23494]: audit 2023-10-26T08:18:32.514423+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_daemon_update\": \"2023-10-26T08:18:24.082802\", \"last_device_update\": \"2023-10-26T08:18:32.512769\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:32.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:32 smithi079 bash[23494]: audit 2023-10-26T08:18:32.520582+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_daemon_update\": \"2023-10-26T08:18:24.082802\", \"last_device_update\": \"2023-10-26T08:18:32.512769\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:33.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:32 smithi012 bash[23428]: cluster 2023-10-26T08:18:31.819893+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2023-10-26T08:18:33.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:32 smithi012 bash[23428]: audit 2023-10-26T08:18:32.288776+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:18:33.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:32 smithi012 bash[23428]: cluster 2023-10-26T08:18:32.297363+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:33.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:32 smithi012 bash[26970]: cluster 2023-10-26T08:18:31.819893+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2023-10-26T08:18:33.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:32 smithi012 bash[26970]: audit 2023-10-26T08:18:32.288776+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:18:33.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:32 smithi012 bash[26970]: cluster 2023-10-26T08:18:32.297363+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:33.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:32 smithi012 bash[23428]: audit 2023-10-26T08:18:32.514423+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_daemon_update\": \"2023-10-26T08:18:24.082802\", \"last_device_update\": \"2023-10-26T08:18:32.512769\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:33.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:32 smithi012 bash[23428]: audit 2023-10-26T08:18:32.520582+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_daemon_update\": \"2023-10-26T08:18:24.082802\", \"last_device_update\": \"2023-10-26T08:18:32.512769\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:33.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:32 smithi012 bash[26970]: audit 2023-10-26T08:18:32.514423+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_daemon_update\": \"2023-10-26T08:18:24.082802\", \"last_device_update\": \"2023-10-26T08:18:32.512769\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:33.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:32 smithi012 bash[26970]: audit 2023-10-26T08:18:32.520582+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}}, \"last_daemon_update\": \"2023-10-26T08:18:24.082802\", \"last_device_update\": \"2023-10-26T08:18:32.512769\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:34.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:34 smithi079 bash[23494]: audit 2023-10-26T08:18:34.278046+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:18:34.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:34 smithi079 bash[23494]: audit 2023-10-26T08:18:34.280077+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:18:34.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:34 smithi079 bash[23494]: audit 2023-10-26T08:18:34.283333+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:34.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:34 smithi012 bash[23428]: audit 2023-10-26T08:18:34.278046+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:18:34.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:34 smithi012 bash[23428]: audit 2023-10-26T08:18:34.280077+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:18:34.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:34 smithi012 bash[23428]: audit 2023-10-26T08:18:34.283333+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:34.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:34 smithi012 bash[26970]: audit 2023-10-26T08:18:34.278046+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T08:18:34.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:34 smithi012 bash[26970]: audit 2023-10-26T08:18:34.280077+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:18:34.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:34 smithi012 bash[26970]: audit 2023-10-26T08:18:34.283333+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:35.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:35 smithi079 bash[23494]: audit 2023-10-26T08:18:34.275944+0000 mgr.y (mgr.14140) 163 : audit [DBG] from='client.34301 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:18:35.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:35 smithi079 bash[23494]: cephadm 2023-10-26T08:18:34.277420+0000 mgr.y (mgr.14140) 164 : cephadm [INF] Applying osd on host smithi079... 2023-10-26T08:18:35.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:35 smithi079 bash[23494]: cluster 2023-10-26T08:18:34.297957+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:35.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:35 smithi012 bash[23428]: audit 2023-10-26T08:18:34.275944+0000 mgr.y (mgr.14140) 163 : audit [DBG] from='client.34301 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:18:35.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:35 smithi012 bash[23428]: cephadm 2023-10-26T08:18:34.277420+0000 mgr.y (mgr.14140) 164 : cephadm [INF] Applying osd on host smithi079... 2023-10-26T08:18:35.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:35 smithi012 bash[23428]: cluster 2023-10-26T08:18:34.297957+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:35.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:35 smithi012 bash[26970]: audit 2023-10-26T08:18:34.275944+0000 mgr.y (mgr.14140) 163 : audit [DBG] from='client.34301 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:18:35.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:35 smithi012 bash[26970]: cephadm 2023-10-26T08:18:34.277420+0000 mgr.y (mgr.14140) 164 : cephadm [INF] Applying osd on host smithi079... 2023-10-26T08:18:35.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:35 smithi012 bash[26970]: cluster 2023-10-26T08:18:34.297957+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:37.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:37 smithi079 bash[23494]: cluster 2023-10-26T08:18:36.298540+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:37.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:37 smithi012 bash[23428]: cluster 2023-10-26T08:18:36.298540+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:37.823 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:37 smithi012 bash[26970]: cluster 2023-10-26T08:18:36.298540+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:38.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:38 smithi079 bash[23494]: audit 2023-10-26T08:18:37.589068+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.79:0/2115642547' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a"}]: dispatch 2023-10-26T08:18:38.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:38 smithi079 bash[23494]: audit 2023-10-26T08:18:37.589119+0000 mon.a (mon.0) 429 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a"}]: dispatch 2023-10-26T08:18:38.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:38 smithi079 bash[23494]: audit 2023-10-26T08:18:37.599899+0000 mon.a (mon.0) 430 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a"}]': finished 2023-10-26T08:18:38.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:38 smithi079 bash[23494]: cluster 2023-10-26T08:18:37.600170+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e43: 8 total, 7 up, 7 in 2023-10-26T08:18:38.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:38 smithi079 bash[23494]: audit 2023-10-26T08:18:37.600498+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:18:38.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:38 smithi012 bash[23428]: audit 2023-10-26T08:18:37.589068+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.79:0/2115642547' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a"}]: dispatch 2023-10-26T08:18:38.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:38 smithi012 bash[23428]: audit 2023-10-26T08:18:37.589119+0000 mon.a (mon.0) 429 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a"}]: dispatch 2023-10-26T08:18:38.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:38 smithi012 bash[23428]: audit 2023-10-26T08:18:37.599899+0000 mon.a (mon.0) 430 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a"}]': finished 2023-10-26T08:18:38.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:38 smithi012 bash[23428]: cluster 2023-10-26T08:18:37.600170+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e43: 8 total, 7 up, 7 in 2023-10-26T08:18:38.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:38 smithi012 bash[23428]: audit 2023-10-26T08:18:37.600498+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:18:38.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:38 smithi012 bash[26970]: audit 2023-10-26T08:18:37.589068+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.79:0/2115642547' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a"}]: dispatch 2023-10-26T08:18:38.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:38 smithi012 bash[26970]: audit 2023-10-26T08:18:37.589119+0000 mon.a (mon.0) 429 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a"}]: dispatch 2023-10-26T08:18:38.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:38 smithi012 bash[26970]: audit 2023-10-26T08:18:37.599899+0000 mon.a (mon.0) 430 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a"}]': finished 2023-10-26T08:18:38.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:38 smithi012 bash[26970]: cluster 2023-10-26T08:18:37.600170+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e43: 8 total, 7 up, 7 in 2023-10-26T08:18:38.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:38 smithi012 bash[26970]: audit 2023-10-26T08:18:37.600498+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:18:40.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:39 smithi012 bash[23428]: cluster 2023-10-26T08:18:38.299126+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 2023-10-26T08:18:40.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:39 smithi012 bash[26970]: cluster 2023-10-26T08:18:38.299126+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 2023-10-26T08:18:40.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:39 smithi079 bash[23494]: cluster 2023-10-26T08:18:38.299126+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 2023-10-26T08:18:41.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:40 smithi012 bash[23428]: audit 2023-10-26T08:18:39.891506+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.79:0/3846877689' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:18:41.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:40 smithi012 bash[26970]: audit 2023-10-26T08:18:39.891506+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.79:0/3846877689' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:18:41.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:40 smithi079 bash[23494]: audit 2023-10-26T08:18:39.891506+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.79:0/3846877689' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T08:18:42.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:41 smithi012 bash[23428]: cluster 2023-10-26T08:18:40.299692+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 2023-10-26T08:18:42.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:41 smithi012 bash[26970]: cluster 2023-10-26T08:18:40.299692+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 2023-10-26T08:18:42.102 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:41 smithi079 bash[23494]: cluster 2023-10-26T08:18:40.299692+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 2023-10-26T08:18:43.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:42 smithi012 bash[23428]: audit 2023-10-26T08:18:42.545348+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:43.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:42 smithi012 bash[26970]: audit 2023-10-26T08:18:42.545348+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:43.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:42 smithi079 bash[23494]: audit 2023-10-26T08:18:42.545348+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:44.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:43 smithi012 bash[23428]: cluster 2023-10-26T08:18:42.300277+0000 mgr.y (mgr.14140) 169 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:44.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:43 smithi012 bash[26970]: cluster 2023-10-26T08:18:42.300277+0000 mgr.y (mgr.14140) 169 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:44.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:43 smithi079 bash[23494]: cluster 2023-10-26T08:18:42.300277+0000 mgr.y (mgr.14140) 169 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:46.004 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:45 smithi079 bash[23494]: cluster 2023-10-26T08:18:44.300828+0000 mgr.y (mgr.14140) 170 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:46.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:45 smithi012 bash[23428]: cluster 2023-10-26T08:18:44.300828+0000 mgr.y (mgr.14140) 170 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:46.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:45 smithi012 bash[26970]: cluster 2023-10-26T08:18:44.300828+0000 mgr.y (mgr.14140) 170 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:47.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:46 smithi012 bash[23428]: audit 2023-10-26T08:18:46.240397+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-26T08:18:47.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:46 smithi012 bash[23428]: audit 2023-10-26T08:18:46.242373+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:18:47.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:46 smithi012 bash[23428]: cephadm 2023-10-26T08:18:46.243931+0000 mgr.y (mgr.14140) 171 : cephadm [INF] Deploying daemon osd.7 on smithi079 2023-10-26T08:18:47.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:46 smithi012 bash[23428]: audit 2023-10-26T08:18:46.244707+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2023-10-26T08:18:47.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:46 smithi012 bash[23428]: cluster 2023-10-26T08:18:46.301412+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:47.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:46 smithi012 bash[26970]: audit 2023-10-26T08:18:46.240397+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-26T08:18:47.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:46 smithi012 bash[26970]: audit 2023-10-26T08:18:46.242373+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:18:47.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:46 smithi012 bash[26970]: cephadm 2023-10-26T08:18:46.243931+0000 mgr.y (mgr.14140) 171 : cephadm [INF] Deploying daemon osd.7 on smithi079 2023-10-26T08:18:47.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:46 smithi012 bash[26970]: audit 2023-10-26T08:18:46.244707+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2023-10-26T08:18:47.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:46 smithi012 bash[26970]: cluster 2023-10-26T08:18:46.301412+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:47.174 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:46 smithi079 bash[23494]: audit 2023-10-26T08:18:46.240397+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-26T08:18:47.174 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:46 smithi079 bash[23494]: audit 2023-10-26T08:18:46.242373+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:18:47.175 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:46 smithi079 bash[23494]: cephadm 2023-10-26T08:18:46.243931+0000 mgr.y (mgr.14140) 171 : cephadm [INF] Deploying daemon osd.7 on smithi079 2023-10-26T08:18:47.175 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:46 smithi079 bash[23494]: audit 2023-10-26T08:18:46.244707+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2023-10-26T08:18:47.175 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:46 smithi079 bash[23494]: cluster 2023-10-26T08:18:46.301412+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:48.429 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 7 on host 'smithi079' 2023-10-26T08:18:49.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:48 smithi079 bash[23494]: audit 2023-10-26T08:18:48.416141+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_device_update\": \"2023-10-26T08:18:32.512769\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:49.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:48 smithi079 bash[23494]: audit 2023-10-26T08:18:48.417159+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:18:49.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:48 smithi079 bash[23494]: audit 2023-10-26T08:18:48.422701+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_device_update\": \"2023-10-26T08:18:32.512769\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:49.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:48 smithi012 bash[26970]: audit 2023-10-26T08:18:48.416141+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_device_update\": \"2023-10-26T08:18:32.512769\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:49.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:48 smithi012 bash[26970]: audit 2023-10-26T08:18:48.417159+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:18:49.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:48 smithi012 bash[26970]: audit 2023-10-26T08:18:48.422701+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_device_update\": \"2023-10-26T08:18:32.512769\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:49.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:48 smithi012 bash[23428]: audit 2023-10-26T08:18:48.416141+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_device_update\": \"2023-10-26T08:18:32.512769\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:49.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:48 smithi012 bash[23428]: audit 2023-10-26T08:18:48.417159+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:18:49.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:48 smithi012 bash[23428]: audit 2023-10-26T08:18:48.422701+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082036\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082237\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082364\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082485\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:24.082606\", \"created\": \"2023-10-26T08:18:22.891051\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_device_update\": \"2023-10-26T08:18:32.512769\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:49.837 DEBUG:teuthology.orchestra.run.smithi079:osd.7> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.7.service 2023-10-26T08:18:49.840 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-10-26T08:18:49.840 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T08:18:50.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:49 smithi012 bash[26970]: cluster 2023-10-26T08:18:48.302016+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:50.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:49 smithi012 bash[23428]: cluster 2023-10-26T08:18:48.302016+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:50.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:49 smithi012 bash[26970]: audit 2023-10-26T08:18:49.701507+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_daemon_update\": \"2023-10-26T08:18:49.699681\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:50.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:49 smithi012 bash[26970]: audit 2023-10-26T08:18:49.708594+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_daemon_update\": \"2023-10-26T08:18:49.699681\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:50.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:49 smithi012 bash[26970]: audit 2023-10-26T08:18:49.709973+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:50.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:49 smithi012 bash[23428]: audit 2023-10-26T08:18:49.701507+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_daemon_update\": \"2023-10-26T08:18:49.699681\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:50.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:49 smithi012 bash[23428]: audit 2023-10-26T08:18:49.708594+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_daemon_update\": \"2023-10-26T08:18:49.699681\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:50.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:49 smithi012 bash[23428]: audit 2023-10-26T08:18:49.709973+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:50.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:49 smithi079 bash[23494]: cluster 2023-10-26T08:18:48.302016+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:50.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:49 smithi079 bash[23494]: audit 2023-10-26T08:18:49.701507+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_daemon_update\": \"2023-10-26T08:18:49.699681\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:50.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:49 smithi079 bash[23494]: audit 2023-10-26T08:18:49.708594+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_daemon_update\": \"2023-10-26T08:18:49.699681\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:50.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:49 smithi079 bash[23494]: audit 2023-10-26T08:18:49.709973+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-10-26T08:18:50.259 INFO:journalctl@ceph.osd.7.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:18:50.726 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:18:50 smithi079 bash[30146]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-10-26T08:18:50.727 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:18:50 smithi079 bash[30146]: 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 2023-10-26T08:18:50.727 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:18:50 smithi079 bash[30146]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2023-10-26T08:18:50.727 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:18:50 smithi079 bash[30146]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2023-10-26T08:18:50.727 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:18:50 smithi079 bash[30146]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-10-26T08:18:50.728 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:18:50 smithi079 bash[30146]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-10-26T08:18:50.728 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:18:50 smithi079 bash[30146]: --> ceph-volume lvm activate successful for osd ID: 7 2023-10-26T08:18:51.060 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:50 smithi012 bash[26970]: audit 2023-10-26T08:18:50.320866+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}, {\"id\": \"d55fd41b-2333-4301-ad20-cc4962709c5c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1698308310.8044178, \"finished_at\": 1698308328.438247}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-10-26T08:18:51.060 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:50 smithi012 bash[26970]: audit 2023-10-26T08:18:50.326753+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}, {\"id\": \"d55fd41b-2333-4301-ad20-cc4962709c5c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1698308310.8044178, \"finished_at\": 1698308328.438247}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-10-26T08:18:51.061 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:50 smithi012 bash[23428]: audit 2023-10-26T08:18:50.320866+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}, {\"id\": \"d55fd41b-2333-4301-ad20-cc4962709c5c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1698308310.8044178, \"finished_at\": 1698308328.438247}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-10-26T08:18:51.061 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:50 smithi012 bash[23428]: audit 2023-10-26T08:18:50.326753+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}, {\"id\": \"d55fd41b-2333-4301-ad20-cc4962709c5c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1698308310.8044178, \"finished_at\": 1698308328.438247}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-10-26T08:18:51.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:50 smithi079 bash[23494]: audit 2023-10-26T08:18:50.320866+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}, {\"id\": \"d55fd41b-2333-4301-ad20-cc4962709c5c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1698308310.8044178, \"finished_at\": 1698308328.438247}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-10-26T08:18:51.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:50 smithi079 bash[23494]: audit 2023-10-26T08:18:50.326753+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}, {\"id\": \"d55fd41b-2333-4301-ad20-cc4962709c5c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1698308310.8044178, \"finished_at\": 1698308328.438247}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-10-26T08:18:52.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:51 smithi012 bash[23428]: cluster 2023-10-26T08:18:50.302589+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:52.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:51 smithi012 bash[26970]: cluster 2023-10-26T08:18:50.302589+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:52.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:51 smithi079 bash[23494]: cluster 2023-10-26T08:18:50.302589+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:52.900 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-10-26T08:18:53.226 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:18:53 smithi079 bash[30396]: debug 2023-10-26T08:18:53.174+0000 7f0b8976fec0 1 -- 172.21.15.79:0/4082848201 >> [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] conn(0x5593501cf000 msgr2=0x5593501cbb00 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2023-10-26T08:18:53.227 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:18:53 smithi079 bash[30396]: debug 2023-10-26T08:18:53.174+0000 7f0b8976fec0 1 --2- 172.21.15.79:0/4082848201 >> [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] conn(0x5593501cf000 0x5593501cbb00 secure :-1 s=READY pgs=42 cs=0 l=1 rx=0x559350165d10 tx=0x559350e3aaa0).stop 2023-10-26T08:18:53.637 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":43,"num_osds":8,"num_up_osds":7,"osd_up_since":1698308310,"num_in_osds":7,"osd_in_since":1698308310,"num_remapped_pgs":0} 2023-10-26T08:18:53.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:53 smithi079 bash[23494]: cluster 2023-10-26T08:18:52.303170+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:53.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:53 smithi079 bash[23494]: audit 2023-10-26T08:18:52.898544+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.12:0/1499391515' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T08:18:53.978 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:18:53 smithi079 bash[30396]: debug 2023-10-26T08:18:53.714+0000 7f0b8976fec0 -1 Falling back to public interface 2023-10-26T08:18:54.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:53 smithi012 bash[26970]: cluster 2023-10-26T08:18:52.303170+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:54.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:53 smithi012 bash[26970]: audit 2023-10-26T08:18:52.898544+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.12:0/1499391515' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T08:18:54.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:53 smithi012 bash[23428]: cluster 2023-10-26T08:18:52.303170+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:54.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:53 smithi012 bash[23428]: audit 2023-10-26T08:18:52.898544+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.12:0/1499391515' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T08:18:54.639 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T08:18:54.726 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:18:54 smithi079 bash[30396]: debug 2023-10-26T08:18:54.350+0000 7f0b8976fec0 -1 osd.7 0 log_to_monitors {default=true} 2023-10-26T08:18:55.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:54 smithi012 bash[23428]: audit 2023-10-26T08:18:54.357818+0000 mon.a (mon.0) 445 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-26T08:18:55.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:54 smithi012 bash[23428]: audit 2023-10-26T08:18:54.357867+0000 mon.b (mon.2) 19 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/2888739610,v1:172.21.15.79:6825/2888739610]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-26T08:18:55.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:54 smithi012 bash[26970]: audit 2023-10-26T08:18:54.357818+0000 mon.a (mon.0) 445 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-26T08:18:55.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:54 smithi012 bash[26970]: audit 2023-10-26T08:18:54.357867+0000 mon.b (mon.2) 19 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/2888739610,v1:172.21.15.79:6825/2888739610]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-26T08:18:55.075 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:54 smithi079 bash[23494]: audit 2023-10-26T08:18:54.357818+0000 mon.a (mon.0) 445 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-26T08:18:55.075 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:54 smithi079 bash[23494]: audit 2023-10-26T08:18:54.357867+0000 mon.b (mon.2) 19 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/2888739610,v1:172.21.15.79:6825/2888739610]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-26T08:18:55.977 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:55 smithi012 bash[23428]: cluster 2023-10-26T08:18:54.303768+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:55.978 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:55 smithi012 bash[23428]: audit 2023-10-26T08:18:54.817702+0000 mon.a (mon.0) 446 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-26T08:18:55.978 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:55 smithi012 bash[23428]: cluster 2023-10-26T08:18:54.817809+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2023-10-26T08:18:55.978 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:55 smithi012 bash[23428]: audit 2023-10-26T08:18:54.818281+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:18:55.978 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:55 smithi012 bash[23428]: audit 2023-10-26T08:18:54.819281+0000 mon.a (mon.0) 449 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:55.978 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:55 smithi012 bash[23428]: audit 2023-10-26T08:18:54.819619+0000 mon.b (mon.2) 20 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/2888739610,v1:172.21.15.79:6825/2888739610]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:55.979 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:55 smithi012 bash[23428]: audit 2023-10-26T08:18:55.646698+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:18:55.979 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:55 smithi012 bash[26970]: cluster 2023-10-26T08:18:54.303768+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:55.979 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:55 smithi012 bash[26970]: audit 2023-10-26T08:18:54.817702+0000 mon.a (mon.0) 446 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-26T08:18:55.979 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:55 smithi012 bash[26970]: cluster 2023-10-26T08:18:54.817809+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2023-10-26T08:18:55.980 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:55 smithi012 bash[26970]: audit 2023-10-26T08:18:54.818281+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:18:55.980 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:55 smithi012 bash[26970]: audit 2023-10-26T08:18:54.819281+0000 mon.a (mon.0) 449 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:55.980 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:55 smithi012 bash[26970]: audit 2023-10-26T08:18:54.819619+0000 mon.b (mon.2) 20 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/2888739610,v1:172.21.15.79:6825/2888739610]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:55.980 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:55 smithi012 bash[26970]: audit 2023-10-26T08:18:55.646698+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:18:56.226 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:18:55 smithi079 bash[30396]: debug 2023-10-26T08:18:55.826+0000 7f0b6e51c700 -1 osd.7 0 waiting for initial osdmap 2023-10-26T08:18:56.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:55 smithi079 bash[23494]: cluster 2023-10-26T08:18:54.303768+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:56.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:55 smithi079 bash[23494]: audit 2023-10-26T08:18:54.817702+0000 mon.a (mon.0) 446 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-26T08:18:56.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:55 smithi079 bash[23494]: cluster 2023-10-26T08:18:54.817809+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2023-10-26T08:18:56.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:55 smithi079 bash[23494]: audit 2023-10-26T08:18:54.818281+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:18:56.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:55 smithi079 bash[23494]: audit 2023-10-26T08:18:54.819281+0000 mon.a (mon.0) 449 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:56.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:55 smithi079 bash[23494]: audit 2023-10-26T08:18:54.819619+0000 mon.b (mon.2) 20 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/2888739610,v1:172.21.15.79:6825/2888739610]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-26T08:18:56.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:55 smithi079 bash[23494]: audit 2023-10-26T08:18:55.646698+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:18:57.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:56 smithi012 bash[23428]: cluster 2023-10-26T08:18:55.387172+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:18:57.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:56 smithi012 bash[23428]: cluster 2023-10-26T08:18:55.387287+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:18:57.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:56 smithi012 bash[23428]: audit 2023-10-26T08:18:55.821409+0000 mon.a (mon.0) 451 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-26T08:18:57.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:56 smithi012 bash[23428]: cluster 2023-10-26T08:18:55.821536+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2023-10-26T08:18:57.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:56 smithi012 bash[23428]: audit 2023-10-26T08:18:55.823031+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:18:57.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:56 smithi012 bash[23428]: audit 2023-10-26T08:18:55.875860+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_daemon_update\": \"2023-10-26T08:18:49.699681\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:57.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:56 smithi012 bash[23428]: audit 2023-10-26T08:18:55.881468+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_daemon_update\": \"2023-10-26T08:18:49.699681\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:57.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:56 smithi012 bash[23428]: cluster 2023-10-26T08:18:56.304349+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:57.193 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:56 smithi012 bash[26970]: cluster 2023-10-26T08:18:55.387172+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:18:57.194 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:56 smithi012 bash[26970]: cluster 2023-10-26T08:18:55.387287+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:18:57.194 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:56 smithi012 bash[26970]: audit 2023-10-26T08:18:55.821409+0000 mon.a (mon.0) 451 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-26T08:18:57.194 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:56 smithi012 bash[26970]: cluster 2023-10-26T08:18:55.821536+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2023-10-26T08:18:57.194 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:56 smithi012 bash[26970]: audit 2023-10-26T08:18:55.823031+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:18:57.195 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:56 smithi012 bash[26970]: audit 2023-10-26T08:18:55.875860+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_daemon_update\": \"2023-10-26T08:18:49.699681\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:57.195 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:56 smithi012 bash[26970]: audit 2023-10-26T08:18:55.881468+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_daemon_update\": \"2023-10-26T08:18:49.699681\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:57.195 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:56 smithi012 bash[26970]: cluster 2023-10-26T08:18:56.304349+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:57.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:56 smithi079 bash[23494]: cluster 2023-10-26T08:18:55.387172+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T08:18:57.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:56 smithi079 bash[23494]: cluster 2023-10-26T08:18:55.387287+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T08:18:57.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:56 smithi079 bash[23494]: audit 2023-10-26T08:18:55.821409+0000 mon.a (mon.0) 451 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-26T08:18:57.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:56 smithi079 bash[23494]: cluster 2023-10-26T08:18:55.821536+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2023-10-26T08:18:57.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:56 smithi079 bash[23494]: audit 2023-10-26T08:18:55.823031+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:18:57.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:56 smithi079 bash[23494]: audit 2023-10-26T08:18:55.875860+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_daemon_update\": \"2023-10-26T08:18:49.699681\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:18:57.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:56 smithi079 bash[23494]: audit 2023-10-26T08:18:55.881468+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}}, \"last_daemon_update\": \"2023-10-26T08:18:49.699681\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:18:57.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:56 smithi079 bash[23494]: cluster 2023-10-26T08:18:56.304349+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2023-10-26T08:18:57.565 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-10-26T08:18:58.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:57 smithi012 bash[23428]: cluster 2023-10-26T08:18:56.834869+0000 mon.a (mon.0) 456 : cluster [INF] osd.7 [v2:172.21.15.79:6824/2888739610,v1:172.21.15.79:6825/2888739610] boot 2023-10-26T08:18:58.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:57 smithi012 bash[23428]: cluster 2023-10-26T08:18:56.834949+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-10-26T08:18:58.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:57 smithi012 bash[23428]: audit 2023-10-26T08:18:56.835801+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:18:58.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:57 smithi012 bash[23428]: audit 2023-10-26T08:18:57.561513+0000 mon.a (mon.0) 459 : audit [DBG] from='client.? 172.21.15.12:0/3575750583' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T08:18:58.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:57 smithi012 bash[26970]: cluster 2023-10-26T08:18:56.834869+0000 mon.a (mon.0) 456 : cluster [INF] osd.7 [v2:172.21.15.79:6824/2888739610,v1:172.21.15.79:6825/2888739610] boot 2023-10-26T08:18:58.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:57 smithi012 bash[26970]: cluster 2023-10-26T08:18:56.834949+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-10-26T08:18:58.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:57 smithi012 bash[26970]: audit 2023-10-26T08:18:56.835801+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:18:58.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:57 smithi012 bash[26970]: audit 2023-10-26T08:18:57.561513+0000 mon.a (mon.0) 459 : audit [DBG] from='client.? 172.21.15.12:0/3575750583' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T08:18:58.226 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:18:57 smithi079 bash[28772]: debug 2023-10-26T08:18:57.862+0000 7f5af7fbe700 -1 osd.6 47 build_incremental_map_msg missing incremental map 47 2023-10-26T08:18:58.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:57 smithi079 bash[23494]: cluster 2023-10-26T08:18:56.834869+0000 mon.a (mon.0) 456 : cluster [INF] osd.7 [v2:172.21.15.79:6824/2888739610,v1:172.21.15.79:6825/2888739610] boot 2023-10-26T08:18:58.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:57 smithi079 bash[23494]: cluster 2023-10-26T08:18:56.834949+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-10-26T08:18:58.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:57 smithi079 bash[23494]: audit 2023-10-26T08:18:56.835801+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:18:58.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:57 smithi079 bash[23494]: audit 2023-10-26T08:18:57.561513+0000 mon.a (mon.0) 459 : audit [DBG] from='client.? 172.21.15.12:0/3575750583' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T08:18:58.310 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":46,"num_osds":8,"num_up_osds":8,"osd_up_since":1698308336,"num_in_osds":8,"osd_in_since":1698308336,"num_remapped_pgs":0} 2023-10-26T08:18:58.311 INFO:tasks.cephadm:Adding prometheus.a on smithi079 2023-10-26T08:18:58.312 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch apply prometheus '1;smithi079=a' 2023-10-26T08:18:59.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:58 smithi079 bash[23494]: cluster 2023-10-26T08:18:57.860133+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-10-26T08:18:59.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:58 smithi079 bash[23494]: cluster 2023-10-26T08:18:58.304911+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v184: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:18:59.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:58 smithi012 bash[23428]: cluster 2023-10-26T08:18:57.860133+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-10-26T08:18:59.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:58 smithi012 bash[23428]: cluster 2023-10-26T08:18:58.304911+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v184: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:18:59.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:58 smithi012 bash[26970]: cluster 2023-10-26T08:18:57.860133+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-10-26T08:18:59.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:58 smithi012 bash[26970]: cluster 2023-10-26T08:18:58.304911+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v184: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:00.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:18:59 smithi079 bash[23494]: cluster 2023-10-26T08:18:58.856554+0000 mon.a (mon.0) 461 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-10-26T08:19:00.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:18:59 smithi012 bash[23428]: cluster 2023-10-26T08:18:58.856554+0000 mon.a (mon.0) 461 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-10-26T08:19:00.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:18:59 smithi012 bash[26970]: cluster 2023-10-26T08:18:58.856554+0000 mon.a (mon.0) 461 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-10-26T08:19:01.207 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled prometheus update... 2023-10-26T08:19:01.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:00 smithi079 bash[23494]: cluster 2023-10-26T08:19:00.305511+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v185: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:01.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:00 smithi012 bash[23428]: cluster 2023-10-26T08:19:00.305511+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v185: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:01.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:00 smithi012 bash[26970]: cluster 2023-10-26T08:19:00.305511+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v185: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:01.884 DEBUG:teuthology.orchestra.run.smithi079:prometheus.a> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@prometheus.a.service 2023-10-26T08:19:01.887 INFO:tasks.cephadm:Adding node-exporter.a on smithi012 2023-10-26T08:19:01.887 INFO:tasks.cephadm:Adding node-exporter.b on smithi079 2023-10-26T08:19:01.888 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch apply node-exporter '2;smithi012=a;smithi079=b' 2023-10-26T08:19:01.930 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:19:02.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:01 smithi079 bash[23494]: audit 2023-10-26T08:19:01.194607+0000 mgr.y (mgr.14140) 180 : audit [DBG] from='client.34337 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:19:02.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:01 smithi079 bash[23494]: cephadm 2023-10-26T08:19:01.195685+0000 mgr.y (mgr.14140) 181 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi079=a 2023-10-26T08:19:02.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:01 smithi079 bash[23494]: audit 2023-10-26T08:19:01.196459+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-10-26T08:19:01.195712\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2023-10-26T08:19:02.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:01 smithi079 bash[23494]: audit 2023-10-26T08:19:01.202794+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-10-26T08:19:01.195712\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2023-10-26T08:19:02.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:01 smithi079 bash[23494]: cephadm 2023-10-26T08:19:01.213413+0000 mgr.y (mgr.14140) 182 : cephadm [INF] Deploying daemon prometheus.a on smithi079 2023-10-26T08:19:02.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:01 smithi012 bash[23428]: audit 2023-10-26T08:19:01.194607+0000 mgr.y (mgr.14140) 180 : audit [DBG] from='client.34337 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:19:02.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:01 smithi012 bash[23428]: cephadm 2023-10-26T08:19:01.195685+0000 mgr.y (mgr.14140) 181 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi079=a 2023-10-26T08:19:02.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:01 smithi012 bash[23428]: audit 2023-10-26T08:19:01.196459+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-10-26T08:19:01.195712\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2023-10-26T08:19:02.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:01 smithi012 bash[23428]: audit 2023-10-26T08:19:01.202794+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-10-26T08:19:01.195712\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2023-10-26T08:19:02.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:01 smithi012 bash[23428]: cephadm 2023-10-26T08:19:01.213413+0000 mgr.y (mgr.14140) 182 : cephadm [INF] Deploying daemon prometheus.a on smithi079 2023-10-26T08:19:02.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:01 smithi012 bash[26970]: audit 2023-10-26T08:19:01.194607+0000 mgr.y (mgr.14140) 180 : audit [DBG] from='client.34337 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:19:02.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:01 smithi012 bash[26970]: cephadm 2023-10-26T08:19:01.195685+0000 mgr.y (mgr.14140) 181 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi079=a 2023-10-26T08:19:02.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:01 smithi012 bash[26970]: audit 2023-10-26T08:19:01.196459+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-10-26T08:19:01.195712\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2023-10-26T08:19:02.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:01 smithi012 bash[26970]: audit 2023-10-26T08:19:01.202794+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-10-26T08:19:01.195712\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2023-10-26T08:19:02.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:01 smithi012 bash[26970]: cephadm 2023-10-26T08:19:01.213413+0000 mgr.y (mgr.14140) 182 : cephadm [INF] Deploying daemon prometheus.a on smithi079 2023-10-26T08:19:03.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:03 smithi079 bash[23494]: cluster 2023-10-26T08:19:02.306220+0000 mgr.y (mgr.14140) 183 : cluster [DBG] pgmap v186: 1 pgs: 1 peering; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:04.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:03 smithi012 bash[26970]: cluster 2023-10-26T08:19:02.306220+0000 mgr.y (mgr.14140) 183 : cluster [DBG] pgmap v186: 1 pgs: 1 peering; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:04.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:03 smithi012 bash[23428]: cluster 2023-10-26T08:19:02.306220+0000 mgr.y (mgr.14140) 183 : cluster [DBG] pgmap v186: 1 pgs: 1 peering; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:04.710 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled node-exporter update... 2023-10-26T08:19:05.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:04 smithi012 bash[23428]: audit 2023-10-26T08:19:04.700136+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-10-26T08:19:04.699430\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2023-10-26T08:19:05.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:04 smithi012 bash[23428]: audit 2023-10-26T08:19:04.706014+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-10-26T08:19:04.699430\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2023-10-26T08:19:05.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:04 smithi012 bash[26970]: audit 2023-10-26T08:19:04.700136+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-10-26T08:19:04.699430\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2023-10-26T08:19:05.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:04 smithi012 bash[26970]: audit 2023-10-26T08:19:04.706014+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-10-26T08:19:04.699430\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2023-10-26T08:19:05.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:04 smithi079 bash[23494]: audit 2023-10-26T08:19:04.700136+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-10-26T08:19:04.699430\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2023-10-26T08:19:05.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:04 smithi079 bash[23494]: audit 2023-10-26T08:19:04.706014+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-10-26T08:19:04.699430\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2023-10-26T08:19:05.413 DEBUG:teuthology.orchestra.run.smithi012:node-exporter.a> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@node-exporter.a.service 2023-10-26T08:19:05.416 DEBUG:teuthology.orchestra.run.smithi079:node-exporter.b> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@node-exporter.b.service 2023-10-26T08:19:05.418 INFO:tasks.cephadm:Adding alertmanager.a on smithi012 2023-10-26T08:19:05.419 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch apply alertmanager '1;smithi012=a' 2023-10-26T08:19:05.627 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:19:05.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:05 smithi079 bash[23494]: cluster 2023-10-26T08:19:04.306957+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:05.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:05 smithi079 bash[23494]: audit 2023-10-26T08:19:04.698307+0000 mgr.y (mgr.14140) 185 : audit [DBG] from='client.34343 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi012=a;smithi079=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:19:05.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:05 smithi079 bash[23494]: cephadm 2023-10-26T08:19:04.699405+0000 mgr.y (mgr.14140) 186 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi012=a,smithi079=b 2023-10-26T08:19:05.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:05 smithi079 bash[23494]: cluster 2023-10-26T08:19:04.782486+0000 mon.a (mon.0) 466 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-10-26T08:19:05.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:05 smithi079 bash[23494]: cluster 2023-10-26T08:19:04.782563+0000 mon.a (mon.0) 467 : cluster [INF] Cluster is now healthy 2023-10-26T08:19:05.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:05 smithi079 bash[23494]: audit 2023-10-26T08:19:05.328640+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}, {\"id\": \"d55fd41b-2333-4301-ad20-cc4962709c5c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1698308310.8044178, \"finished_at\": 1698308328.438247}, {\"id\": \"b7f39670-2de8-4acb-a318-edad5007cff8\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1698308336.8354633, \"finished_at\": 1698308344.7923574}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-10-26T08:19:05.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:05 smithi079 bash[23494]: audit 2023-10-26T08:19:05.334415+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}, {\"id\": \"d55fd41b-2333-4301-ad20-cc4962709c5c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1698308310.8044178, \"finished_at\": 1698308328.438247}, {\"id\": \"b7f39670-2de8-4acb-a318-edad5007cff8\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1698308336.8354633, \"finished_at\": 1698308344.7923574}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-10-26T08:19:06.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:05 smithi012 bash[23428]: cluster 2023-10-26T08:19:04.306957+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:06.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:05 smithi012 bash[23428]: audit 2023-10-26T08:19:04.698307+0000 mgr.y (mgr.14140) 185 : audit [DBG] from='client.34343 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi012=a;smithi079=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:19:06.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:05 smithi012 bash[23428]: cephadm 2023-10-26T08:19:04.699405+0000 mgr.y (mgr.14140) 186 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi012=a,smithi079=b 2023-10-26T08:19:06.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:05 smithi012 bash[23428]: cluster 2023-10-26T08:19:04.782486+0000 mon.a (mon.0) 466 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-10-26T08:19:06.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:05 smithi012 bash[23428]: cluster 2023-10-26T08:19:04.782563+0000 mon.a (mon.0) 467 : cluster [INF] Cluster is now healthy 2023-10-26T08:19:06.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:05 smithi012 bash[23428]: audit 2023-10-26T08:19:05.328640+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}, {\"id\": \"d55fd41b-2333-4301-ad20-cc4962709c5c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1698308310.8044178, \"finished_at\": 1698308328.438247}, {\"id\": \"b7f39670-2de8-4acb-a318-edad5007cff8\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1698308336.8354633, \"finished_at\": 1698308344.7923574}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-10-26T08:19:06.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:05 smithi012 bash[23428]: audit 2023-10-26T08:19:05.334415+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}, {\"id\": \"d55fd41b-2333-4301-ad20-cc4962709c5c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1698308310.8044178, \"finished_at\": 1698308328.438247}, {\"id\": \"b7f39670-2de8-4acb-a318-edad5007cff8\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1698308336.8354633, \"finished_at\": 1698308344.7923574}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-10-26T08:19:06.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:05 smithi012 bash[26970]: cluster 2023-10-26T08:19:04.306957+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:06.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:05 smithi012 bash[26970]: audit 2023-10-26T08:19:04.698307+0000 mgr.y (mgr.14140) 185 : audit [DBG] from='client.34343 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi012=a;smithi079=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:19:06.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:05 smithi012 bash[26970]: cephadm 2023-10-26T08:19:04.699405+0000 mgr.y (mgr.14140) 186 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi012=a,smithi079=b 2023-10-26T08:19:06.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:05 smithi012 bash[26970]: cluster 2023-10-26T08:19:04.782486+0000 mon.a (mon.0) 466 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-10-26T08:19:06.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:05 smithi012 bash[26970]: cluster 2023-10-26T08:19:04.782563+0000 mon.a (mon.0) 467 : cluster [INF] Cluster is now healthy 2023-10-26T08:19:06.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:05 smithi012 bash[26970]: audit 2023-10-26T08:19:05.328640+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}, {\"id\": \"d55fd41b-2333-4301-ad20-cc4962709c5c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1698308310.8044178, \"finished_at\": 1698308328.438247}, {\"id\": \"b7f39670-2de8-4acb-a318-edad5007cff8\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1698308336.8354633, \"finished_at\": 1698308344.7923574}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-10-26T08:19:06.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:05 smithi012 bash[26970]: audit 2023-10-26T08:19:05.334415+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9c41b32c-7e04-4dab-9f0c-4b8b2a9cc31f\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1698308261.7684038, \"finished_at\": 1698308277.87493}, {\"id\": \"59b8f921-cb30-4dc9-9d57-3e8c45599926\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1698308286.7817287, \"finished_at\": 1698308302.9315758}, {\"id\": \"d55fd41b-2333-4301-ad20-cc4962709c5c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1698308310.8044178, \"finished_at\": 1698308328.438247}, {\"id\": \"b7f39670-2de8-4acb-a318-edad5007cff8\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1698308336.8354633, \"finished_at\": 1698308344.7923574}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-10-26T08:19:06.386 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:19:08.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:07 smithi012 bash[23428]: cluster 2023-10-26T08:19:06.307575+0000 mgr.y (mgr.14140) 187 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:08.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:07 smithi012 bash[26970]: cluster 2023-10-26T08:19:06.307575+0000 mgr.y (mgr.14140) 187 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:08.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:07 smithi079 bash[23494]: cluster 2023-10-26T08:19:06.307575+0000 mgr.y (mgr.14140) 187 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:09.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:08 smithi079 bash[23494]: cluster 2023-10-26T08:19:08.308182+0000 mgr.y (mgr.14140) 188 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:09.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:08 smithi012 bash[23428]: cluster 2023-10-26T08:19:08.308182+0000 mgr.y (mgr.14140) 188 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:09.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:08 smithi012 bash[26970]: cluster 2023-10-26T08:19:08.308182+0000 mgr.y (mgr.14140) 188 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:11.324 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled alertmanager update... 2023-10-26T08:19:11.658 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:11 smithi079 bash[23494]: cluster 2023-10-26T08:19:10.308807+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:11.658 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:11 smithi079 bash[23494]: audit 2023-10-26T08:19:11.314027+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-10-26T08:19:11.313321\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2023-10-26T08:19:11.659 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:11 smithi079 bash[23494]: audit 2023-10-26T08:19:11.320090+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-10-26T08:19:11.313321\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2023-10-26T08:19:11.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:11 smithi012 bash[23428]: cluster 2023-10-26T08:19:10.308807+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:11.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:11 smithi012 bash[23428]: audit 2023-10-26T08:19:11.314027+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-10-26T08:19:11.313321\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2023-10-26T08:19:11.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:11 smithi012 bash[23428]: audit 2023-10-26T08:19:11.320090+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-10-26T08:19:11.313321\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2023-10-26T08:19:11.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:11 smithi012 bash[26970]: cluster 2023-10-26T08:19:10.308807+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:11.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:11 smithi012 bash[26970]: audit 2023-10-26T08:19:11.314027+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-10-26T08:19:11.313321\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2023-10-26T08:19:11.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:11 smithi012 bash[26970]: audit 2023-10-26T08:19:11.320090+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-10-26T08:19:11.313321\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi012\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2023-10-26T08:19:12.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:12 smithi079 bash[23494]: audit 2023-10-26T08:19:11.312347+0000 mgr.y (mgr.14140) 190 : audit [DBG] from='client.34349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi012=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:19:12.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:12 smithi079 bash[23494]: cephadm 2023-10-26T08:19:11.313293+0000 mgr.y (mgr.14140) 191 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi012=a 2023-10-26T08:19:12.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:12 smithi012 bash[23428]: audit 2023-10-26T08:19:11.312347+0000 mgr.y (mgr.14140) 190 : audit [DBG] from='client.34349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi012=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:19:12.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:12 smithi012 bash[23428]: cephadm 2023-10-26T08:19:11.313293+0000 mgr.y (mgr.14140) 191 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi012=a 2023-10-26T08:19:12.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:12 smithi012 bash[26970]: audit 2023-10-26T08:19:11.312347+0000 mgr.y (mgr.14140) 190 : audit [DBG] from='client.34349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi012=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:19:12.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:12 smithi012 bash[26970]: cephadm 2023-10-26T08:19:11.313293+0000 mgr.y (mgr.14140) 191 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi012=a 2023-10-26T08:19:12.898 DEBUG:teuthology.orchestra.run.smithi012:alertmanager.a> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@alertmanager.a.service 2023-10-26T08:19:12.901 INFO:tasks.cephadm:Adding grafana.a on smithi079 2023-10-26T08:19:12.902 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph orch apply grafana '1;smithi079=a' 2023-10-26T08:19:12.997 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:19:14.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:13 smithi012 bash[23428]: cluster 2023-10-26T08:19:12.309373+0000 mgr.y (mgr.14140) 192 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:14.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:13 smithi012 bash[26970]: cluster 2023-10-26T08:19:12.309373+0000 mgr.y (mgr.14140) 192 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:14.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:13 smithi079 bash[23494]: cluster 2023-10-26T08:19:12.309373+0000 mgr.y (mgr.14140) 192 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:15.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:15 smithi079 bash[23494]: cluster 2023-10-26T08:19:14.309968+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:16.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:15 smithi012 bash[23428]: cluster 2023-10-26T08:19:14.309968+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:16.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:15 smithi012 bash[26970]: cluster 2023-10-26T08:19:14.309968+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:17.278 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled grafana update... 2023-10-26T08:19:17.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:17 smithi079 bash[23494]: cluster 2023-10-26T08:19:16.310563+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:17.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:17 smithi079 bash[23494]: audit 2023-10-26T08:19:17.268247+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-10-26T08:19:17.267525\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2023-10-26T08:19:17.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:17 smithi079 bash[23494]: audit 2023-10-26T08:19:17.274692+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-10-26T08:19:17.267525\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2023-10-26T08:19:18.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:17 smithi012 bash[23428]: cluster 2023-10-26T08:19:16.310563+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:18.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:17 smithi012 bash[23428]: audit 2023-10-26T08:19:17.268247+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-10-26T08:19:17.267525\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2023-10-26T08:19:18.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:17 smithi012 bash[23428]: audit 2023-10-26T08:19:17.274692+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-10-26T08:19:17.267525\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2023-10-26T08:19:18.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:17 smithi012 bash[26970]: cluster 2023-10-26T08:19:16.310563+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:18.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:17 smithi012 bash[26970]: audit 2023-10-26T08:19:17.268247+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-10-26T08:19:17.267525\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2023-10-26T08:19:18.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:17 smithi012 bash[26970]: audit 2023-10-26T08:19:17.274692+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-10-26T08:19:17.267525\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2023-10-26T08:19:18.552 DEBUG:teuthology.orchestra.run.smithi079:grafana.a> sudo journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@grafana.a.service 2023-10-26T08:19:18.555 INFO:tasks.cephadm:Setting up client nodes... 2023-10-26T08:19:18.555 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-26T08:19:18.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:18 smithi012 bash[23428]: audit 2023-10-26T08:19:17.266424+0000 mgr.y (mgr.14140) 195 : audit [DBG] from='client.34355 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:19:18.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:18 smithi012 bash[23428]: cephadm 2023-10-26T08:19:17.267499+0000 mgr.y (mgr.14140) 196 : cephadm [INF] Saving service grafana spec with placement count:1 smithi079=a 2023-10-26T08:19:18.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:18 smithi012 bash[26970]: audit 2023-10-26T08:19:17.266424+0000 mgr.y (mgr.14140) 195 : audit [DBG] from='client.34355 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:19:18.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:18 smithi012 bash[26970]: cephadm 2023-10-26T08:19:17.267499+0000 mgr.y (mgr.14140) 196 : cephadm [INF] Saving service grafana spec with placement count:1 smithi079=a 2023-10-26T08:19:19.015 INFO:journalctl@ceph.grafana.a.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-26T08:19:19.147 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:18 smithi079 bash[23494]: audit 2023-10-26T08:19:17.266424+0000 mgr.y (mgr.14140) 195 : audit [DBG] from='client.34355 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:19:19.148 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:18 smithi079 bash[23494]: cephadm 2023-10-26T08:19:17.267499+0000 mgr.y (mgr.14140) 196 : cephadm [INF] Saving service grafana spec with placement count:1 smithi079=a 2023-10-26T08:19:19.955 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:19 smithi012 bash[23428]: cluster 2023-10-26T08:19:18.311119+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:19.955 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:19 smithi012 bash[26970]: cluster 2023-10-26T08:19:18.311119+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:20.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:19 smithi079 bash[23494]: cluster 2023-10-26T08:19:18.311119+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:20.630 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:20 smithi079 docker[31731]: Error response from daemon: No such container: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-prometheus.a 2023-10-26T08:19:20.630 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:20 smithi079 systemd[1]: Started Ceph prometheus.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:19:20.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:20 smithi079 bash[23494]: audit 2023-10-26T08:19:20.277327+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:19:20.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:20 smithi079 bash[23494]: audit 2023-10-26T08:19:20.283910+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:19:20.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:20 smithi079 bash[23494]: audit 2023-10-26T08:19:20.285638+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:19:21.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:20 smithi012 bash[26970]: audit 2023-10-26T08:19:20.277327+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:19:21.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:20 smithi012 bash[26970]: audit 2023-10-26T08:19:20.283910+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:19:21.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:20 smithi012 bash[26970]: audit 2023-10-26T08:19:20.285638+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:19:21.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:20 smithi012 bash[23428]: audit 2023-10-26T08:19:20.277327+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:19:21.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:20 smithi012 bash[23428]: audit 2023-10-26T08:19:20.283910+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698751\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.698952\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699080\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699229\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699359\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:18:49.699480\", \"created\": \"2023-10-26T08:18:48.394452\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:19:21.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:20 smithi012 bash[23428]: audit 2023-10-26T08:19:20.285638+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:19:21.477 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.106Z caller=main.go:539 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-10-26T08:19:21.477 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.106Z caller=main.go:583 level=info msg="Starting Prometheus Server" mode=server version="(version=2.47.2, branch=HEAD, revision=3f3172cde1ee37f1c7b3a5f3d9b031190509b3ad)" 2023-10-26T08:19:21.477 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.106Z caller=main.go:588 level=info build_context="(go=go1.21.3, platform=linux/amd64, user=root@79f2ad339b75, date=20231012-16:07:10, tags=netgo,builtinassets,stringlabels)" 2023-10-26T08:19:21.477 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.106Z caller=main.go:589 level=info host_details="(Linux 5.4.0-165-generic #182-Ubuntu SMP Mon Oct 2 19:43:28 UTC 2023 x86_64 smithi079 (none))" 2023-10-26T08:19:21.478 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.106Z caller=main.go:590 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-10-26T08:19:21.478 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.106Z caller=main.go:591 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-10-26T08:19:21.478 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.108Z caller=web.go:566 level=info component=web msg="Start listening for connections" address=:9095 2023-10-26T08:19:21.478 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.109Z caller=main.go:1024 level=info msg="Starting TSDB ..." 2023-10-26T08:19:21.479 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.112Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2023-10-26T08:19:21.479 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.112Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-10-26T08:19:21.479 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.116Z caller=head.go:600 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-10-26T08:19:21.479 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.116Z caller=head.go:681 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=3.454µs 2023-10-26T08:19:21.479 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.116Z caller=head.go:689 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-10-26T08:19:21.479 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.116Z caller=head.go:760 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2023-10-26T08:19:21.480 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.116Z caller=head.go:797 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=60.73µs wal_replay_duration=357.55µs wbl_replay_duration=190ns total_replay_duration=466.257µs 2023-10-26T08:19:21.480 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.119Z caller=main.go:1045 level=info fs_type=XFS_SUPER_MAGIC 2023-10-26T08:19:21.480 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.119Z caller=main.go:1048 level=info msg="TSDB started" 2023-10-26T08:19:21.480 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.119Z caller=main.go:1229 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-10-26T08:19:21.480 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.120Z caller=main.go:1266 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=866.744µs db_storage=1.074µs remote_storage=1.71µs web_handler=460ns query_engine=820ns scrape=512.881µs scrape_sd=26.95µs notify=1.357µs notify_sd=2.103µs rules=36.538µs tracing=7.031µs 2023-10-26T08:19:21.480 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.120Z caller=main.go:1009 level=info msg="Server is ready to receive web requests." 2023-10-26T08:19:21.481 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[31753]: ts=2023-10-26T08:19:21.120Z caller=manager.go:1009 level=info component="rule manager" msg="Starting rule manager..." 2023-10-26T08:19:21.581 INFO:teuthology.orchestra.run.smithi012.stdout:[client.0] 2023-10-26T08:19:21.581 INFO:teuthology.orchestra.run.smithi012.stdout: key = AQAJITplsXIlIhAAucZE3IFVRwAZSXegym0TRw== 2023-10-26T08:19:22.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:21 smithi012 bash[23428]: cluster 2023-10-26T08:19:20.311645+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:22.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:21 smithi012 bash[26970]: cluster 2023-10-26T08:19:20.311645+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:22.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:21 smithi012 bash[26970]: audit 2023-10-26T08:19:21.281421+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}}, \"last_daemon_update\": \"2023-10-26T08:19:21.279390\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:19:22.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:21 smithi012 bash[23428]: audit 2023-10-26T08:19:21.281421+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}}, \"last_daemon_update\": \"2023-10-26T08:19:21.279390\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:19:22.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:21 smithi012 bash[26970]: audit 2023-10-26T08:19:21.290552+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}}, \"last_daemon_update\": \"2023-10-26T08:19:21.279390\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:19:22.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:21 smithi012 bash[26970]: audit 2023-10-26T08:19:21.293326+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-10-26T08:19:22.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:21 smithi012 bash[26970]: audit 2023-10-26T08:19:21.294689+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:19:22.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:21 smithi012 bash[26970]: cephadm 2023-10-26T08:19:21.295674+0000 mgr.y (mgr.14140) 199 : cephadm [INF] Deploying daemon node-exporter.b on smithi079 2023-10-26T08:19:22.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:21 smithi012 bash[26970]: audit 2023-10-26T08:19:21.572583+0000 mon.a (mon.0) 481 : audit [INF] from='client.? 172.21.15.12:0/3797709921' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-26T08:19:22.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:21 smithi012 bash[26970]: audit 2023-10-26T08:19:21.579357+0000 mon.a (mon.0) 482 : audit [INF] from='client.? 172.21.15.12:0/3797709921' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-26T08:19:22.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:21 smithi012 bash[23428]: audit 2023-10-26T08:19:21.290552+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}}, \"last_daemon_update\": \"2023-10-26T08:19:21.279390\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:19:22.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:21 smithi012 bash[23428]: audit 2023-10-26T08:19:21.293326+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-10-26T08:19:22.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:21 smithi012 bash[23428]: audit 2023-10-26T08:19:21.294689+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:19:22.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:21 smithi012 bash[23428]: cephadm 2023-10-26T08:19:21.295674+0000 mgr.y (mgr.14140) 199 : cephadm [INF] Deploying daemon node-exporter.b on smithi079 2023-10-26T08:19:22.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:21 smithi012 bash[23428]: audit 2023-10-26T08:19:21.572583+0000 mon.a (mon.0) 481 : audit [INF] from='client.? 172.21.15.12:0/3797709921' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-26T08:19:22.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:21 smithi012 bash[23428]: audit 2023-10-26T08:19:21.579357+0000 mon.a (mon.0) 482 : audit [INF] from='client.? 172.21.15.12:0/3797709921' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-26T08:19:22.227 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:21 smithi079 systemd[1]: Started Ceph node-exporter.b for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:19:22.227 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[32031]: Unable to find image 'prom/node-exporter:latest' locally 2023-10-26T08:19:22.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[23494]: cluster 2023-10-26T08:19:20.311645+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:22.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[23494]: audit 2023-10-26T08:19:21.281421+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}}, \"last_daemon_update\": \"2023-10-26T08:19:21.279390\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:19:22.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[23494]: audit 2023-10-26T08:19:21.290552+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}}, \"last_daemon_update\": \"2023-10-26T08:19:21.279390\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:19:22.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[23494]: audit 2023-10-26T08:19:21.293326+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-10-26T08:19:22.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[23494]: audit 2023-10-26T08:19:21.294689+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:19:22.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[23494]: cephadm 2023-10-26T08:19:21.295674+0000 mgr.y (mgr.14140) 199 : cephadm [INF] Deploying daemon node-exporter.b on smithi079 2023-10-26T08:19:22.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[23494]: audit 2023-10-26T08:19:21.572583+0000 mon.a (mon.0) 481 : audit [INF] from='client.? 172.21.15.12:0/3797709921' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-26T08:19:22.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:21 smithi079 bash[23494]: audit 2023-10-26T08:19:21.579357+0000 mon.a (mon.0) 482 : audit [INF] from='client.? 172.21.15.12:0/3797709921' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-26T08:19:22.357 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2023-10-26T08:19:22.358 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-26T08:19:22.358 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-26T08:19:22.373 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-26T08:19:23.073 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:22 smithi012 systemd[1]: Started Ceph node-exporter.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:19:23.074 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[34799]: Unable to find image 'prom/node-exporter:latest' locally 2023-10-26T08:19:23.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[23428]: audit 2023-10-26T08:19:21.984028+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:19:23.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[26970]: audit 2023-10-26T08:19:21.984028+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:19:23.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[23428]: audit 2023-10-26T08:19:21.990134+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:19:23.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[23428]: audit 2023-10-26T08:19:21.991445+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-10-26T08:19:23.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[23428]: audit 2023-10-26T08:19:21.993085+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:19:23.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[23428]: cephadm 2023-10-26T08:19:21.994261+0000 mgr.y (mgr.14140) 200 : cephadm [INF] Deploying daemon node-exporter.a on smithi012 2023-10-26T08:19:23.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[23428]: cluster 2023-10-26T08:19:22.312121+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:23.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[26970]: audit 2023-10-26T08:19:21.990134+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:19:23.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[26970]: audit 2023-10-26T08:19:21.991445+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-10-26T08:19:23.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[26970]: audit 2023-10-26T08:19:21.993085+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:19:23.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[26970]: cephadm 2023-10-26T08:19:21.994261+0000 mgr.y (mgr.14140) 200 : cephadm [INF] Deploying daemon node-exporter.a on smithi012 2023-10-26T08:19:23.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[26970]: cluster 2023-10-26T08:19:22.312121+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:23.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[23428]: audit 2023-10-26T08:19:22.707879+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:19:23.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[23428]: audit 2023-10-26T08:19:22.711615+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:19:23.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[23428]: cephadm 2023-10-26T08:19:22.715793+0000 mgr.y (mgr.14140) 202 : cephadm [INF] Deploying daemon alertmanager.a on smithi012 2023-10-26T08:19:23.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[26970]: audit 2023-10-26T08:19:22.707879+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:19:23.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[26970]: audit 2023-10-26T08:19:22.711615+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:19:23.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:22 smithi012 bash[26970]: cephadm 2023-10-26T08:19:22.715793+0000 mgr.y (mgr.14140) 202 : cephadm [INF] Deploying daemon alertmanager.a on smithi012 2023-10-26T08:19:23.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:22 smithi079 bash[23494]: audit 2023-10-26T08:19:21.984028+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:19:23.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:22 smithi079 bash[23494]: audit 2023-10-26T08:19:21.990134+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:19:23.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:22 smithi079 bash[23494]: audit 2023-10-26T08:19:21.991445+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-10-26T08:19:23.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:22 smithi079 bash[23494]: audit 2023-10-26T08:19:21.993085+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:19:23.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:22 smithi079 bash[23494]: cephadm 2023-10-26T08:19:21.994261+0000 mgr.y (mgr.14140) 200 : cephadm [INF] Deploying daemon node-exporter.a on smithi012 2023-10-26T08:19:23.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:22 smithi079 bash[23494]: cluster 2023-10-26T08:19:22.312121+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:23.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:22 smithi079 bash[23494]: audit 2023-10-26T08:19:22.707879+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:19:23.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:22 smithi079 bash[23494]: audit 2023-10-26T08:19:22.711615+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:19:23.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:22 smithi079 bash[23494]: cephadm 2023-10-26T08:19:22.715793+0000 mgr.y (mgr.14140) 202 : cephadm [INF] Deploying daemon alertmanager.a on smithi012 2023-10-26T08:19:25.174 INFO:teuthology.orchestra.run.smithi079.stdout:[client.1] 2023-10-26T08:19:25.175 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQANITpl/OreCRAAaO0la8+DbLiqSRodScmHiQ== 2023-10-26T08:19:25.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:25 smithi079 bash[23494]: cluster 2023-10-26T08:19:24.312699+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:25.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:25 smithi079 bash[23494]: audit 2023-10-26T08:19:25.165290+0000 mon.a (mon.0) 489 : 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 2023-10-26T08:19:25.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:25 smithi079 bash[23494]: audit 2023-10-26T08:19:25.165399+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.79:0/957490750' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-26T08:19:25.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:25 smithi079 bash[23494]: audit 2023-10-26T08:19:25.172265+0000 mon.a (mon.0) 490 : 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 2023-10-26T08:19:25.801 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:25 smithi012 bash[23428]: cluster 2023-10-26T08:19:24.312699+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:25.802 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:25 smithi012 bash[23428]: audit 2023-10-26T08:19:25.165290+0000 mon.a (mon.0) 489 : 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 2023-10-26T08:19:25.802 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:25 smithi012 bash[23428]: audit 2023-10-26T08:19:25.165399+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.79:0/957490750' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-26T08:19:25.802 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:25 smithi012 bash[23428]: audit 2023-10-26T08:19:25.172265+0000 mon.a (mon.0) 490 : 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 2023-10-26T08:19:25.802 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:25 smithi012 bash[26970]: cluster 2023-10-26T08:19:24.312699+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:25.803 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:25 smithi012 bash[26970]: audit 2023-10-26T08:19:25.165290+0000 mon.a (mon.0) 489 : 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 2023-10-26T08:19:25.803 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:25 smithi012 bash[26970]: audit 2023-10-26T08:19:25.165399+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.79:0/957490750' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-26T08:19:25.803 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:25 smithi012 bash[26970]: audit 2023-10-26T08:19:25.172265+0000 mon.a (mon.0) 490 : 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 2023-10-26T08:19:26.062 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-10-26T08:19:26.062 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-10-26T08:19:26.063 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-10-26T08:19:26.086 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph osd dump --format=json 2023-10-26T08:19:26.226 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:25 smithi079 bash[32031]: latest: Pulling from prom/node-exporter 2023-10-26T08:19:26.227 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:26 smithi079 bash[32031]: d5c4df21b127: Pulling fs layer 2023-10-26T08:19:26.227 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:26 smithi079 bash[32031]: 2f5f7d8898a1: Pulling fs layer 2023-10-26T08:19:26.227 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:26 smithi079 bash[32031]: 2b6642e6c59e: Pulling fs layer 2023-10-26T08:19:26.573 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:26 smithi012 bash[34799]: latest: Pulling from prom/node-exporter 2023-10-26T08:19:26.726 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:26 smithi079 bash[32031]: 2f5f7d8898a1: Verifying Checksum 2023-10-26T08:19:26.727 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:26 smithi079 bash[32031]: d5c4df21b127: Download complete 2023-10-26T08:19:26.727 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:26 smithi079 bash[32031]: 2b6642e6c59e: Verifying Checksum 2023-10-26T08:19:26.727 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:26 smithi079 bash[32031]: 2b6642e6c59e: Download complete 2023-10-26T08:19:26.727 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:26 smithi079 bash[32031]: d5c4df21b127: Pull complete 2023-10-26T08:19:27.226 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:26 smithi079 bash[32031]: 2f5f7d8898a1: Pull complete 2023-10-26T08:19:27.585 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:27 smithi079 bash[23494]: cluster 2023-10-26T08:19:26.313342+0000 mgr.y (mgr.14140) 204 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:27.585 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:27 smithi079 bash[32031]: 2b6642e6c59e: Pull complete 2023-10-26T08:19:27.586 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:27 smithi079 bash[32031]: Digest: sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637 2023-10-26T08:19:27.586 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:27 smithi079 bash[32031]: Status: Downloaded newer image for prom/node-exporter:latest 2023-10-26T08:19:27.665 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:27 smithi012 bash[23428]: cluster 2023-10-26T08:19:26.313342+0000 mgr.y (mgr.14140) 204 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:27.666 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:27 smithi012 bash[26970]: cluster 2023-10-26T08:19:26.313342+0000 mgr.y (mgr.14140) 204 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:27.666 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:27 smithi012 bash[34799]: d5c4df21b127: Pulling fs layer 2023-10-26T08:19:27.666 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:27 smithi012 bash[34799]: 2f5f7d8898a1: Pulling fs layer 2023-10-26T08:19:27.667 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:27 smithi012 bash[34799]: 2b6642e6c59e: Pulling fs layer 2023-10-26T08:19:27.667 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:27 smithi012 bash[34799]: d5c4df21b127: Waiting 2023-10-26T08:19:27.667 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:27 smithi012 bash[34799]: 2f5f7d8898a1: Waiting 2023-10-26T08:19:27.667 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:27 smithi012 bash[34799]: 2b6642e6c59e: Waiting 2023-10-26T08:19:28.073 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:27 smithi012 bash[34799]: d5c4df21b127: Verifying Checksum 2023-10-26T08:19:28.074 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:27 smithi012 bash[34799]: d5c4df21b127: Download complete 2023-10-26T08:19:28.220 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:28 smithi012 bash[34799]: 2f5f7d8898a1: Verifying Checksum 2023-10-26T08:19:28.220 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:28 smithi012 bash[34799]: 2f5f7d8898a1: Download complete 2023-10-26T08:19:28.573 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:28 smithi012 bash[34799]: 2b6642e6c59e: Verifying Checksum 2023-10-26T08:19:28.573 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:28 smithi012 bash[34799]: 2b6642e6c59e: Download complete 2023-10-26T08:19:28.977 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.684Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.6.1, branch=HEAD, revision=4a1b77600c1873a8233f3ffb55afcedbb63b8d84)" 2023-10-26T08:19:28.977 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.684Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.20.6, platform=linux/amd64, user=root@586879db11e5, date=20230717-12:10:52, tags=netgo osusergo static_build)" 2023-10-26T08:19:28.978 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.685Z 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+$ 2023-10-26T08:19:28.978 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.685Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-10-26T08:19:28.978 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.687Z 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/.+)($|/) 2023-10-26T08:19:28.978 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.687Z 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)$ 2023-10-26T08:19:28.978 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.687Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-10-26T08:19:28.979 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.687Z caller=node_exporter.go:117 level=info collector=arp 2023-10-26T08:19:28.979 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.687Z caller=node_exporter.go:117 level=info collector=bcache 2023-10-26T08:19:28.979 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.687Z caller=node_exporter.go:117 level=info collector=bonding 2023-10-26T08:19:28.979 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.687Z caller=node_exporter.go:117 level=info collector=btrfs 2023-10-26T08:19:28.979 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.687Z caller=node_exporter.go:117 level=info collector=conntrack 2023-10-26T08:19:28.980 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.687Z caller=node_exporter.go:117 level=info collector=cpu 2023-10-26T08:19:28.980 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.687Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-10-26T08:19:28.980 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.687Z caller=node_exporter.go:117 level=info collector=diskstats 2023-10-26T08:19:28.980 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.687Z caller=node_exporter.go:117 level=info collector=dmi 2023-10-26T08:19:28.980 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.687Z caller=node_exporter.go:117 level=info collector=edac 2023-10-26T08:19:28.980 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.687Z caller=node_exporter.go:117 level=info collector=entropy 2023-10-26T08:19:28.981 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.687Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-10-26T08:19:28.981 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.687Z caller=node_exporter.go:117 level=info collector=filefd 2023-10-26T08:19:28.981 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=filesystem 2023-10-26T08:19:28.981 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=hwmon 2023-10-26T08:19:28.981 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=infiniband 2023-10-26T08:19:28.982 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=ipvs 2023-10-26T08:19:28.982 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=loadavg 2023-10-26T08:19:28.982 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=mdadm 2023-10-26T08:19:28.983 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=meminfo 2023-10-26T08:19:28.983 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=netclass 2023-10-26T08:19:28.983 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=netdev 2023-10-26T08:19:28.983 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=netstat 2023-10-26T08:19:28.983 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=nfs 2023-10-26T08:19:28.984 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=nfsd 2023-10-26T08:19:28.984 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=nvme 2023-10-26T08:19:28.984 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=os 2023-10-26T08:19:28.984 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-10-26T08:19:28.984 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=pressure 2023-10-26T08:19:28.984 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=rapl 2023-10-26T08:19:28.985 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=schedstat 2023-10-26T08:19:28.985 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=selinux 2023-10-26T08:19:28.985 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=sockstat 2023-10-26T08:19:28.985 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=softnet 2023-10-26T08:19:28.985 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=stat 2023-10-26T08:19:28.986 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=tapestats 2023-10-26T08:19:28.986 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=textfile 2023-10-26T08:19:28.986 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-10-26T08:19:28.986 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=time 2023-10-26T08:19:28.986 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-10-26T08:19:28.987 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=uname 2023-10-26T08:19:28.987 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=vmstat 2023-10-26T08:19:28.987 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=xfs 2023-10-26T08:19:28.987 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.688Z caller=node_exporter.go:117 level=info collector=zfs 2023-10-26T08:19:28.987 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.689Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2023-10-26T08:19:28.988 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:19:28 smithi079 bash[32031]: ts=2023-10-26T08:19:28.689Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-10-26T08:19:29.356 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:29 smithi012 bash[34799]: d5c4df21b127: Pull complete 2023-10-26T08:19:30.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:29 smithi012 bash[23428]: cluster 2023-10-26T08:19:28.313996+0000 mgr.y (mgr.14140) 205 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:30.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:29 smithi012 bash[26970]: cluster 2023-10-26T08:19:28.313996+0000 mgr.y (mgr.14140) 205 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:30.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:29 smithi079 bash[23494]: cluster 2023-10-26T08:19:28.313996+0000 mgr.y (mgr.14140) 205 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:30.823 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:30 smithi012 bash[34799]: 2f5f7d8898a1: Pull complete 2023-10-26T08:19:31.296 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:31 smithi012 bash[34799]: 2b6642e6c59e: Pull complete 2023-10-26T08:19:31.312 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-10-26T08:19:31.313 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":47,"fsid":"6a98a15c-73d7-11ee-8db9-212e2dc638e7","created":"2023-10-26T08:13:21.355624+0000","modified":"2023-10-26T08:18:57.843381+0000","last_up_change":"2023-10-26T08:18:56.826667+0000","last_in_change":"2023-10-26T08:18:56.826667+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":"2023-10-26T08:13:35.061913+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":"fbb6838c-b832-4f10-b40e-8691489be50c","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.12:6802","nonce":2623240310},{"type":"v1","addr":"172.21.15.12:6803","nonce":2623240310}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6804","nonce":2623240310},{"type":"v1","addr":"172.21.15.12:6805","nonce":2623240310}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6808","nonce":2623240310},{"type":"v1","addr":"172.21.15.12:6809","nonce":2623240310}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6806","nonce":2623240310},{"type":"v1","addr":"172.21.15.12:6807","nonce":2623240310}]},"public_addr":"172.21.15.12:6803/2623240310","cluster_addr":"172.21.15.12:6805/2623240310","heartbeat_back_addr":"172.21.15.12:6809/2623240310","heartbeat_front_addr":"172.21.15.12:6807/2623240310","state":["exists","up"]},{"osd":1,"uuid":"95feac2f-7ab3-4650-886b-401fc41c87f9","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.12:6810","nonce":2064931040},{"type":"v1","addr":"172.21.15.12:6811","nonce":2064931040}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6812","nonce":2064931040},{"type":"v1","addr":"172.21.15.12:6813","nonce":2064931040}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6816","nonce":2064931040},{"type":"v1","addr":"172.21.15.12:6817","nonce":2064931040}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6814","nonce":2064931040},{"type":"v1","addr":"172.21.15.12:6815","nonce":2064931040}]},"public_addr":"172.21.15.12:6811/2064931040","cluster_addr":"172.21.15.12:6813/2064931040","heartbeat_back_addr":"172.21.15.12:6817/2064931040","heartbeat_front_addr":"172.21.15.12:6815/2064931040","state":["exists","up"]},{"osd":2,"uuid":"3e118b92-541c-4d6a-8ab6-d44c162c069b","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.12:6818","nonce":1929290828},{"type":"v1","addr":"172.21.15.12:6819","nonce":1929290828}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6820","nonce":1929290828},{"type":"v1","addr":"172.21.15.12:6821","nonce":1929290828}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6824","nonce":1929290828},{"type":"v1","addr":"172.21.15.12:6825","nonce":1929290828}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6822","nonce":1929290828},{"type":"v1","addr":"172.21.15.12:6823","nonce":1929290828}]},"public_addr":"172.21.15.12:6819/1929290828","cluster_addr":"172.21.15.12:6821/1929290828","heartbeat_back_addr":"172.21.15.12:6825/1929290828","heartbeat_front_addr":"172.21.15.12:6823/1929290828","state":["exists","up"]},{"osd":3,"uuid":"0ff84686-8cf3-453e-9d8b-9e0738fd7915","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.12:6826","nonce":465328182},{"type":"v1","addr":"172.21.15.12:6827","nonce":465328182}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6828","nonce":465328182},{"type":"v1","addr":"172.21.15.12:6829","nonce":465328182}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6832","nonce":465328182},{"type":"v1","addr":"172.21.15.12:6833","nonce":465328182}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6830","nonce":465328182},{"type":"v1","addr":"172.21.15.12:6831","nonce":465328182}]},"public_addr":"172.21.15.12:6827/465328182","cluster_addr":"172.21.15.12:6829/465328182","heartbeat_back_addr":"172.21.15.12:6833/465328182","heartbeat_front_addr":"172.21.15.12:6831/465328182","state":["exists","up"]},{"osd":4,"uuid":"6601e111-7cd4-44d3-bd53-b63dc93ae497","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.79:6800","nonce":1265118503},{"type":"v1","addr":"172.21.15.79:6801","nonce":1265118503}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1265118503},{"type":"v1","addr":"172.21.15.79:6803","nonce":1265118503}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1265118503},{"type":"v1","addr":"172.21.15.79:6807","nonce":1265118503}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1265118503},{"type":"v1","addr":"172.21.15.79:6805","nonce":1265118503}]},"public_addr":"172.21.15.79:6801/1265118503","cluster_addr":"172.21.15.79:6803/1265118503","heartbeat_back_addr":"172.21.15.79:6807/1265118503","heartbeat_front_addr":"172.21.15.79:6805/1265118503","state":["exists","up"]},{"osd":5,"uuid":"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3","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.79:6808","nonce":2195818769},{"type":"v1","addr":"172.21.15.79:6809","nonce":2195818769}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":2195818769},{"type":"v1","addr":"172.21.15.79:6811","nonce":2195818769}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":2195818769},{"type":"v1","addr":"172.21.15.79:6815","nonce":2195818769}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":2195818769},{"type":"v1","addr":"172.21.15.79:6813","nonce":2195818769}]},"public_addr":"172.21.15.79:6809/2195818769","cluster_addr":"172.21.15.79:6811/2195818769","heartbeat_back_addr":"172.21.15.79:6815/2195818769","heartbeat_front_addr":"172.21.15.79:6813/2195818769","state":["exists","up"]},{"osd":6,"uuid":"9cff9dba-3db8-4819-a638-a2e24c66dbf5","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.79:6816","nonce":710657916},{"type":"v1","addr":"172.21.15.79:6817","nonce":710657916}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":710657916},{"type":"v1","addr":"172.21.15.79:6819","nonce":710657916}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":710657916},{"type":"v1","addr":"172.21.15.79:6823","nonce":710657916}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":710657916},{"type":"v1","addr":"172.21.15.79:6821","nonce":710657916}]},"public_addr":"172.21.15.79:6817/710657916","cluster_addr":"172.21.15.79:6819/710657916","heartbeat_back_addr":"172.21.15.79:6823/710657916","heartbeat_front_addr":"172.21.15.79:6821/710657916","state":["exists","up"]},{"osd":7,"uuid":"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a","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.79:6824","nonce":2888739610},{"type":"v1","addr":"172.21.15.79:6825","nonce":2888739610}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":2888739610},{"type":"v1","addr":"172.21.15.79:6827","nonce":2888739610}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":2888739610},{"type":"v1","addr":"172.21.15.79:6831","nonce":2888739610}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":2888739610},{"type":"v1","addr":"172.21.15.79:6829","nonce":2888739610}]},"public_addr":"172.21.15.79:6825/2888739610","cluster_addr":"172.21.15.79:6827/2888739610","heartbeat_back_addr":"172.21.15.79:6831/2888739610","heartbeat_front_addr":"172.21.15.79:6829/2888739610","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":"2023-10-26T08:16:00.534759+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":"2023-10-26T08:16:29.109578+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":"2023-10-26T08:16:54.659596+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":"2023-10-26T08:17:19.865697+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":"2023-10-26T08:17:40.076110+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":"2023-10-26T08:18:05.737137+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":"2023-10-26T08:18:29.715640+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":"2023-10-26T08:18:55.387294+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.12:0/1914023866":"2023-10-27T08:14:00.165391+0000","172.21.15.12:6801/1932495084":"2023-10-27T08:14:00.165391+0000","172.21.15.12:0/2964083740":"2023-10-27T08:13:43.588773+0000","172.21.15.12:0/468124027":"2023-10-27T08:14:00.165391+0000","172.21.15.12:0/1401643619":"2023-10-27T08:13:43.588773+0000","172.21.15.12:0/3820784728":"2023-10-27T08:14:00.165391+0000","172.21.15.12:6800/216392357":"2023-10-27T08:13:43.588773+0000","172.21.15.12:6801/216392357":"2023-10-27T08:13:43.588773+0000","172.21.15.12:6800/1932495084":"2023-10-27T08:14:00.165391+0000","172.21.15.12:0/4045050327":"2023-10-27T08:13:43.588773+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-10-26T08:19:31.573 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:31 smithi012 bash[34799]: Digest: sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637 2023-10-26T08:19:31.573 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:31 smithi012 bash[34799]: Status: Downloaded newer image for prom/node-exporter:latest 2023-10-26T08:19:32.164 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:31 smithi012 bash[23428]: cluster 2023-10-26T08:19:30.314563+0000 mgr.y (mgr.14140) 206 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:32.164 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:31 smithi012 bash[23428]: audit 2023-10-26T08:19:31.309214+0000 mon.a (mon.0) 491 : audit [DBG] from='client.? 172.21.15.12:0/2103603030' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-26T08:19:32.165 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:31 smithi012 bash[26970]: cluster 2023-10-26T08:19:30.314563+0000 mgr.y (mgr.14140) 206 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:32.165 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:31 smithi012 bash[26970]: audit 2023-10-26T08:19:31.309214+0000 mon.a (mon.0) 491 : audit [DBG] from='client.? 172.21.15.12:0/2103603030' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-26T08:19:32.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:31 smithi079 bash[23494]: cluster 2023-10-26T08:19:30.314563+0000 mgr.y (mgr.14140) 206 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:32.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:31 smithi079 bash[23494]: audit 2023-10-26T08:19:31.309214+0000 mon.a (mon.0) 491 : audit [DBG] from='client.? 172.21.15.12:0/2103603030' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-26T08:19:33.167 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-10-26T08:13:35.061913+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': {}}}] 2023-10-26T08:19:33.168 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-10-26T08:19:34.107 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:33 smithi012 bash[26970]: cluster 2023-10-26T08:19:32.315161+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 2023-10-26T08:19:34.108 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:33 smithi012 bash[23428]: cluster 2023-10-26T08:19:32.315161+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 2023-10-26T08:19:34.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:33 smithi079 bash[23494]: cluster 2023-10-26T08:19:32.315161+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 2023-10-26T08:19:35.074 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.612Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.6.1, branch=HEAD, revision=4a1b77600c1873a8233f3ffb55afcedbb63b8d84)" 2023-10-26T08:19:35.074 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.612Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.20.6, platform=linux/amd64, user=root@586879db11e5, date=20230717-12:10:52, tags=netgo osusergo static_build)" 2023-10-26T08:19:35.074 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.612Z 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/.+)($|/) 2023-10-26T08:19:35.075 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.612Z 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)$ 2023-10-26T08:19:35.075 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.613Z 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+$ 2023-10-26T08:19:35.075 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-10-26T08:19:35.075 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-10-26T08:19:35.075 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=arp 2023-10-26T08:19:35.076 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=bcache 2023-10-26T08:19:35.076 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=bonding 2023-10-26T08:19:35.076 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=btrfs 2023-10-26T08:19:35.076 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=conntrack 2023-10-26T08:19:35.076 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=cpu 2023-10-26T08:19:35.077 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-10-26T08:19:35.077 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=diskstats 2023-10-26T08:19:35.077 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=dmi 2023-10-26T08:19:35.077 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=edac 2023-10-26T08:19:35.077 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=entropy 2023-10-26T08:19:35.077 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-10-26T08:19:35.078 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=filefd 2023-10-26T08:19:35.078 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=filesystem 2023-10-26T08:19:35.078 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=hwmon 2023-10-26T08:19:35.078 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=infiniband 2023-10-26T08:19:35.079 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=ipvs 2023-10-26T08:19:35.079 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=loadavg 2023-10-26T08:19:35.079 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=mdadm 2023-10-26T08:19:35.079 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=meminfo 2023-10-26T08:19:35.079 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=netclass 2023-10-26T08:19:35.080 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=netdev 2023-10-26T08:19:35.080 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=netstat 2023-10-26T08:19:35.080 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=nfs 2023-10-26T08:19:35.081 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=nfsd 2023-10-26T08:19:35.081 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=nvme 2023-10-26T08:19:35.081 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=os 2023-10-26T08:19:35.081 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-10-26T08:19:35.081 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=pressure 2023-10-26T08:19:35.082 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=rapl 2023-10-26T08:19:35.082 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=schedstat 2023-10-26T08:19:35.082 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=selinux 2023-10-26T08:19:35.082 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=sockstat 2023-10-26T08:19:35.083 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=softnet 2023-10-26T08:19:35.083 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=stat 2023-10-26T08:19:35.083 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=tapestats 2023-10-26T08:19:35.083 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=textfile 2023-10-26T08:19:35.083 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-10-26T08:19:35.084 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=time 2023-10-26T08:19:35.084 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-10-26T08:19:35.084 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=uname 2023-10-26T08:19:35.084 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=vmstat 2023-10-26T08:19:35.084 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.614Z caller=node_exporter.go:117 level=info collector=xfs 2023-10-26T08:19:35.084 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.615Z caller=node_exporter.go:117 level=info collector=zfs 2023-10-26T08:19:35.085 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.615Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2023-10-26T08:19:35.085 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:19:34 smithi012 bash[34799]: ts=2023-10-26T08:19:34.615Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-10-26T08:19:36.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:35 smithi012 bash[23428]: cluster 2023-10-26T08:19:34.315764+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 2023-10-26T08:19:36.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:35 smithi012 bash[26970]: cluster 2023-10-26T08:19:34.315764+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 2023-10-26T08:19:36.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:35 smithi079 bash[23494]: cluster 2023-10-26T08:19:34.315764+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 2023-10-26T08:19:37.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:36 smithi079 bash[23494]: cluster 2023-10-26T08:19:36.316432+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 2023-10-26T08:19:37.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:36 smithi012 bash[23428]: cluster 2023-10-26T08:19:36.316432+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 2023-10-26T08:19:37.323 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:36 smithi012 bash[26970]: cluster 2023-10-26T08:19:36.316432+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 2023-10-26T08:19:38.102 INFO:teuthology.orchestra.run.smithi012.stdout:pg_num: 1 2023-10-26T08:19:39.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:38 smithi012 bash[23428]: audit 2023-10-26T08:19:38.100039+0000 mon.a (mon.0) 492 : audit [DBG] from='client.? 172.21.15.12:0/2473760730' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-10-26T08:19:39.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:38 smithi012 bash[26970]: audit 2023-10-26T08:19:38.100039+0000 mon.a (mon.0) 492 : audit [DBG] from='client.? 172.21.15.12:0/2473760730' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-10-26T08:19:39.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:38 smithi079 bash[23494]: audit 2023-10-26T08:19:38.100039+0000 mon.a (mon.0) 492 : audit [DBG] from='client.? 172.21.15.12:0/2473760730' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-10-26T08:19:39.296 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-26T08:19:39.297 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-26T08:19:39.298 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-26T08:19:39.419 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:19:39 smithi012 systemd[1]: Starting Ceph alertmanager.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:19:39.419 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:19:39 smithi012 docker[35481]: Error response from daemon: No such container: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-alertmanager.a 2023-10-26T08:19:39.806 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:19:39 smithi012 systemd[1]: Started Ceph alertmanager.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:19:40.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:39 smithi012 bash[23428]: cluster 2023-10-26T08:19:38.317092+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 2023-10-26T08:19:40.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:39 smithi012 bash[26970]: cluster 2023-10-26T08:19:38.317092+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 2023-10-26T08:19:40.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:39 smithi012 bash[26970]: audit 2023-10-26T08:19:39.443479+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:22.712628\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:19:40.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:39 smithi012 bash[23428]: audit 2023-10-26T08:19:39.443479+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:22.712628\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:19:40.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:39 smithi012 bash[26970]: audit 2023-10-26T08:19:39.447750+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:22.712628\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:19:40.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:39 smithi012 bash[26970]: audit 2023-10-26T08:19:39.650561+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCcvnY3XHBI57dxnCHupxHbMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMDI2MDgxOTM5WhcN\nMzMxMDIzMDgxOTM5WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApc0tSNJOvoefGNZfZ3zU\nBYPqWK/NK9wQS5FXAZUPP9jg0ofJi5Cl46aMonsjfuUmJI0r5JQ+QpywCLdQduRy\n4Ld3olyDTgkZCZsAieW3JQtfSGSEvhOahoYLqkCpPOOHg4g4K+h/hv3fNUDn0HFG\n0pQ4QYmfbUM4JcyHrJPsUpIAAyIsn3G+CnJ5Opvm1Dc2Fv9tfoNw/YlWP3qux95V\nE4YZGgL+hAhKH3apEKYK/IpuaqFRKUiIwGWmOn9olGe5PwLM9EAXHFqyH+wDptXy\nxTSF46vDm+9xbGvshshvg3aBgZgy7USzfeXxVJnqYpsI29wV0PPEXFpjvG+Hi/Wm\nxQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQClD5Q0MggFoI/RZFRrh/L+EpPcHrKm\n1VnTJhz98WSHyqVQTykiaibi8ou8nL7eZ8LkiApzc+R9YAT6uU1FvKyKaqsLo8/4\nPbqvoQrbvPI54qbDPYiCqwxjO9LROXi8As/xuBL07vyVULqiLRzD4K0iIwSJM3v1\nsd6q4IL9NrMN+CpqfOdeffqbD3+KqyQ1H+wpquYV7jlRp/tGmnhbaHuf5GY+Lq6F\n1NeUVNrT006vko9ZxDwqKjccvuer1R/IpZtpw8Hf723GPwPjS0TuPUoDIktsa0G6\n7bPM5nIPFBwiFpUAQnmD82hpTu0NcOHg9qFnEzXMBt7fyo5QHfIo8blu\n-----END CERTIFICATE-----\n"}]: dispatch 2023-10-26T08:19:40.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:39 smithi012 bash[26970]: audit 2023-10-26T08:19:39.656094+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCcvnY3XHBI57dxnCHupxHbMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMDI2MDgxOTM5WhcN\nMzMxMDIzMDgxOTM5WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApc0tSNJOvoefGNZfZ3zU\nBYPqWK/NK9wQS5FXAZUPP9jg0ofJi5Cl46aMonsjfuUmJI0r5JQ+QpywCLdQduRy\n4Ld3olyDTgkZCZsAieW3JQtfSGSEvhOahoYLqkCpPOOHg4g4K+h/hv3fNUDn0HFG\n0pQ4QYmfbUM4JcyHrJPsUpIAAyIsn3G+CnJ5Opvm1Dc2Fv9tfoNw/YlWP3qux95V\nE4YZGgL+hAhKH3apEKYK/IpuaqFRKUiIwGWmOn9olGe5PwLM9EAXHFqyH+wDptXy\nxTSF46vDm+9xbGvshshvg3aBgZgy7USzfeXxVJnqYpsI29wV0PPEXFpjvG+Hi/Wm\nxQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQClD5Q0MggFoI/RZFRrh/L+EpPcHrKm\n1VnTJhz98WSHyqVQTykiaibi8ou8nL7eZ8LkiApzc+R9YAT6uU1FvKyKaqsLo8/4\nPbqvoQrbvPI54qbDPYiCqwxjO9LROXi8As/xuBL07vyVULqiLRzD4K0iIwSJM3v1\nsd6q4IL9NrMN+CpqfOdeffqbD3+KqyQ1H+wpquYV7jlRp/tGmnhbaHuf5GY+Lq6F\n1NeUVNrT006vko9ZxDwqKjccvuer1R/IpZtpw8Hf723GPwPjS0TuPUoDIktsa0G6\n7bPM5nIPFBwiFpUAQnmD82hpTu0NcOHg9qFnEzXMBt7fyo5QHfIo8blu\n-----END CERTIFICATE-----\n"}]': finished 2023-10-26T08:19:40.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:39 smithi012 bash[26970]: audit 2023-10-26T08:19:39.656947+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQClzS1I0k6+h58Y\n1l9nfNQFg+pYr80r3BBLkVcBlQ8/2ODSh8mLkKXjpoyieyN+5SYkjSvklD5CnLAI\nt1B25HLgt3eiXINOCRkJmwCJ5bclC19IZIS+E5qGhguqQKk844eDiDgr6H+G/d81\nQOfQcUbSlDhBiZ9tQzglzIesk+xSkgADIiyfcb4Kcnk6m+bUNzYW/21+g3D9iVY/\neq7H3lUThhkaAv6ECEofdqkQpgr8im5qoVEpSIjAZaY6f2iUZ7k/Asz0QBccWrIf\n7AOm1fLFNIXjq8Ob73Fsa+yGyG+DdoGBmDLtRLN95fFUmepimwjb3BXQ88RcWmO8\nb4eL9abFAgMBAAECggEALbMwGDJfogSfxajRAyVVC3Ag1/EdDEnL9AhLgxQi7+ZH\nkb/7vYxRLT5q5R4r2n4u1URUJNz3jETEAKMGer7dKzNmtknpp0i6rfsbWucGZB+O\nU9XhAMNGhG3OKU9JVo8gexDA6tlazUqMi5EoVDvk2YYhO29DkkpE36ZQfzEGontK\nEAzjBfh+Y6FuF0AQi+RsJmM4nVAbrrADnRRupN0sMAkG0Br+HEBtRMQFiJgxk8Ik\n4kpcoUOfzOw2PzJs9mzNw9KWacTIs2YoITWrGUInBC9UgO4odFbOJTB3Wl6F21Ma\nMs6Yq2Brkv8e2kkBLM8ZiiPS01XghyxlIVZ/ZTAMwQKBgQDQz/5CfXTcmiPypGO4\nl06pZt1W5w3kRFqfXiiBMeuaQ8+prZhm4VWvpw7HdG69gNFo+I9Zq4TLZ0KqSsXl\nxPyoxYcZzQi6CFuSSAwA4CxcvorTymEwYlvBPzg75k2c3XQ65M1RtZy+srt00JSk\nTcFSG8hRWzHEXh+j+YHdNIZqhwKBgQDLRPR6/C8oPUprewkiDP5uJoFWTPY3QYUS\nwTw+dc8dfKYDInhzBrcA4y+6bjfWuViHw3vfvpx/NgwJm0BBJ3w86JXbkPMTuNwK\nprOey3aQRHm6fB3FwS757Uc9SN8K+DEieb+bPL4UQ2sVcC6bQb4v7iULGrU/TEZd\nnHFleIw7UwKBgQC0tq0nwge3O7dMsTSUdm5fcWSxZvnAyd9b+VM4rIloUrOP92rj\n7rQHdp71wzBr1OZm4Ga/hg9BMbaiRmAKwHahYYHQtH+O8Ni/OpcY0unRwh3HuWhv\nRVB/aEU0odYdohKLPaTryC9FYs2VBUb/A0QB2YV901y4w3TCppbbaC/EVQKBgAa8\nlk2tJfLzdQ/y1+6k95m29PpjOpXCOiLQ/KolRWP4yZe5ALzvMAl7fg1zsa4QHnsB\nY42ax5z/sY5v8sU2BcwO+Uh5mVTB/6jqtXFB1QAbBN3FV0dCi8gEsSO60omOiDJY\nTp1aegI56cagHStQFnmILvobPH6IjJx1ntx6Dku5AoGALbMu1hkZ9GmTz3G6ENxC\nupVPXIx7811qThA70axbwapw+elncJehA5KnTUFaIbEaTxHqUuD6EnVxpzGqEs4r\nSrnSajijEeZ4Z9zvOTr1nFB3VWSMrJifOh787Z97P9lBQF9L6ZD6X0CkQwBgr16t\nkOSXlznafcCa9M0BfwXZ3L8=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-10-26T08:19:40.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:39 smithi012 bash[26970]: audit 2023-10-26T08:19:39.660044+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQClzS1I0k6+h58Y\n1l9nfNQFg+pYr80r3BBLkVcBlQ8/2ODSh8mLkKXjpoyieyN+5SYkjSvklD5CnLAI\nt1B25HLgt3eiXINOCRkJmwCJ5bclC19IZIS+E5qGhguqQKk844eDiDgr6H+G/d81\nQOfQcUbSlDhBiZ9tQzglzIesk+xSkgADIiyfcb4Kcnk6m+bUNzYW/21+g3D9iVY/\neq7H3lUThhkaAv6ECEofdqkQpgr8im5qoVEpSIjAZaY6f2iUZ7k/Asz0QBccWrIf\n7AOm1fLFNIXjq8Ob73Fsa+yGyG+DdoGBmDLtRLN95fFUmepimwjb3BXQ88RcWmO8\nb4eL9abFAgMBAAECggEALbMwGDJfogSfxajRAyVVC3Ag1/EdDEnL9AhLgxQi7+ZH\nkb/7vYxRLT5q5R4r2n4u1URUJNz3jETEAKMGer7dKzNmtknpp0i6rfsbWucGZB+O\nU9XhAMNGhG3OKU9JVo8gexDA6tlazUqMi5EoVDvk2YYhO29DkkpE36ZQfzEGontK\nEAzjBfh+Y6FuF0AQi+RsJmM4nVAbrrADnRRupN0sMAkG0Br+HEBtRMQFiJgxk8Ik\n4kpcoUOfzOw2PzJs9mzNw9KWacTIs2YoITWrGUInBC9UgO4odFbOJTB3Wl6F21Ma\nMs6Yq2Brkv8e2kkBLM8ZiiPS01XghyxlIVZ/ZTAMwQKBgQDQz/5CfXTcmiPypGO4\nl06pZt1W5w3kRFqfXiiBMeuaQ8+prZhm4VWvpw7HdG69gNFo+I9Zq4TLZ0KqSsXl\nxPyoxYcZzQi6CFuSSAwA4CxcvorTymEwYlvBPzg75k2c3XQ65M1RtZy+srt00JSk\nTcFSG8hRWzHEXh+j+YHdNIZqhwKBgQDLRPR6/C8oPUprewkiDP5uJoFWTPY3QYUS\nwTw+dc8dfKYDInhzBrcA4y+6bjfWuViHw3vfvpx/NgwJm0BBJ3w86JXbkPMTuNwK\nprOey3aQRHm6fB3FwS757Uc9SN8K+DEieb+bPL4UQ2sVcC6bQb4v7iULGrU/TEZd\nnHFleIw7UwKBgQC0tq0nwge3O7dMsTSUdm5fcWSxZvnAyd9b+VM4rIloUrOP92rj\n7rQHdp71wzBr1OZm4Ga/hg9BMbaiRmAKwHahYYHQtH+O8Ni/OpcY0unRwh3HuWhv\nRVB/aEU0odYdohKLPaTryC9FYs2VBUb/A0QB2YV901y4w3TCppbbaC/EVQKBgAa8\nlk2tJfLzdQ/y1+6k95m29PpjOpXCOiLQ/KolRWP4yZe5ALzvMAl7fg1zsa4QHnsB\nY42ax5z/sY5v8sU2BcwO+Uh5mVTB/6jqtXFB1QAbBN3FV0dCi8gEsSO60omOiDJY\nTp1aegI56cagHStQFnmILvobPH6IjJx1ntx6Dku5AoGALbMu1hkZ9GmTz3G6ENxC\nupVPXIx7811qThA70axbwapw+elncJehA5KnTUFaIbEaTxHqUuD6EnVxpzGqEs4r\nSrnSajijEeZ4Z9zvOTr1nFB3VWSMrJifOh787Z97P9lBQF9L6ZD6X0CkQwBgr16t\nkOSXlznafcCa9M0BfwXZ3L8=\n-----END PRIVATE KEY-----\n"}]': finished 2023-10-26T08:19:40.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:39 smithi012 bash[23428]: audit 2023-10-26T08:19:39.447750+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:22.712628\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:19:40.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:39 smithi012 bash[23428]: audit 2023-10-26T08:19:39.650561+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCcvnY3XHBI57dxnCHupxHbMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMDI2MDgxOTM5WhcN\nMzMxMDIzMDgxOTM5WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApc0tSNJOvoefGNZfZ3zU\nBYPqWK/NK9wQS5FXAZUPP9jg0ofJi5Cl46aMonsjfuUmJI0r5JQ+QpywCLdQduRy\n4Ld3olyDTgkZCZsAieW3JQtfSGSEvhOahoYLqkCpPOOHg4g4K+h/hv3fNUDn0HFG\n0pQ4QYmfbUM4JcyHrJPsUpIAAyIsn3G+CnJ5Opvm1Dc2Fv9tfoNw/YlWP3qux95V\nE4YZGgL+hAhKH3apEKYK/IpuaqFRKUiIwGWmOn9olGe5PwLM9EAXHFqyH+wDptXy\nxTSF46vDm+9xbGvshshvg3aBgZgy7USzfeXxVJnqYpsI29wV0PPEXFpjvG+Hi/Wm\nxQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQClD5Q0MggFoI/RZFRrh/L+EpPcHrKm\n1VnTJhz98WSHyqVQTykiaibi8ou8nL7eZ8LkiApzc+R9YAT6uU1FvKyKaqsLo8/4\nPbqvoQrbvPI54qbDPYiCqwxjO9LROXi8As/xuBL07vyVULqiLRzD4K0iIwSJM3v1\nsd6q4IL9NrMN+CpqfOdeffqbD3+KqyQ1H+wpquYV7jlRp/tGmnhbaHuf5GY+Lq6F\n1NeUVNrT006vko9ZxDwqKjccvuer1R/IpZtpw8Hf723GPwPjS0TuPUoDIktsa0G6\n7bPM5nIPFBwiFpUAQnmD82hpTu0NcOHg9qFnEzXMBt7fyo5QHfIo8blu\n-----END CERTIFICATE-----\n"}]: dispatch 2023-10-26T08:19:40.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:39 smithi012 bash[23428]: audit 2023-10-26T08:19:39.656094+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCcvnY3XHBI57dxnCHupxHbMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMDI2MDgxOTM5WhcN\nMzMxMDIzMDgxOTM5WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApc0tSNJOvoefGNZfZ3zU\nBYPqWK/NK9wQS5FXAZUPP9jg0ofJi5Cl46aMonsjfuUmJI0r5JQ+QpywCLdQduRy\n4Ld3olyDTgkZCZsAieW3JQtfSGSEvhOahoYLqkCpPOOHg4g4K+h/hv3fNUDn0HFG\n0pQ4QYmfbUM4JcyHrJPsUpIAAyIsn3G+CnJ5Opvm1Dc2Fv9tfoNw/YlWP3qux95V\nE4YZGgL+hAhKH3apEKYK/IpuaqFRKUiIwGWmOn9olGe5PwLM9EAXHFqyH+wDptXy\nxTSF46vDm+9xbGvshshvg3aBgZgy7USzfeXxVJnqYpsI29wV0PPEXFpjvG+Hi/Wm\nxQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQClD5Q0MggFoI/RZFRrh/L+EpPcHrKm\n1VnTJhz98WSHyqVQTykiaibi8ou8nL7eZ8LkiApzc+R9YAT6uU1FvKyKaqsLo8/4\nPbqvoQrbvPI54qbDPYiCqwxjO9LROXi8As/xuBL07vyVULqiLRzD4K0iIwSJM3v1\nsd6q4IL9NrMN+CpqfOdeffqbD3+KqyQ1H+wpquYV7jlRp/tGmnhbaHuf5GY+Lq6F\n1NeUVNrT006vko9ZxDwqKjccvuer1R/IpZtpw8Hf723GPwPjS0TuPUoDIktsa0G6\n7bPM5nIPFBwiFpUAQnmD82hpTu0NcOHg9qFnEzXMBt7fyo5QHfIo8blu\n-----END CERTIFICATE-----\n"}]': finished 2023-10-26T08:19:40.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:39 smithi012 bash[23428]: audit 2023-10-26T08:19:39.656947+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQClzS1I0k6+h58Y\n1l9nfNQFg+pYr80r3BBLkVcBlQ8/2ODSh8mLkKXjpoyieyN+5SYkjSvklD5CnLAI\nt1B25HLgt3eiXINOCRkJmwCJ5bclC19IZIS+E5qGhguqQKk844eDiDgr6H+G/d81\nQOfQcUbSlDhBiZ9tQzglzIesk+xSkgADIiyfcb4Kcnk6m+bUNzYW/21+g3D9iVY/\neq7H3lUThhkaAv6ECEofdqkQpgr8im5qoVEpSIjAZaY6f2iUZ7k/Asz0QBccWrIf\n7AOm1fLFNIXjq8Ob73Fsa+yGyG+DdoGBmDLtRLN95fFUmepimwjb3BXQ88RcWmO8\nb4eL9abFAgMBAAECggEALbMwGDJfogSfxajRAyVVC3Ag1/EdDEnL9AhLgxQi7+ZH\nkb/7vYxRLT5q5R4r2n4u1URUJNz3jETEAKMGer7dKzNmtknpp0i6rfsbWucGZB+O\nU9XhAMNGhG3OKU9JVo8gexDA6tlazUqMi5EoVDvk2YYhO29DkkpE36ZQfzEGontK\nEAzjBfh+Y6FuF0AQi+RsJmM4nVAbrrADnRRupN0sMAkG0Br+HEBtRMQFiJgxk8Ik\n4kpcoUOfzOw2PzJs9mzNw9KWacTIs2YoITWrGUInBC9UgO4odFbOJTB3Wl6F21Ma\nMs6Yq2Brkv8e2kkBLM8ZiiPS01XghyxlIVZ/ZTAMwQKBgQDQz/5CfXTcmiPypGO4\nl06pZt1W5w3kRFqfXiiBMeuaQ8+prZhm4VWvpw7HdG69gNFo+I9Zq4TLZ0KqSsXl\nxPyoxYcZzQi6CFuSSAwA4CxcvorTymEwYlvBPzg75k2c3XQ65M1RtZy+srt00JSk\nTcFSG8hRWzHEXh+j+YHdNIZqhwKBgQDLRPR6/C8oPUprewkiDP5uJoFWTPY3QYUS\nwTw+dc8dfKYDInhzBrcA4y+6bjfWuViHw3vfvpx/NgwJm0BBJ3w86JXbkPMTuNwK\nprOey3aQRHm6fB3FwS757Uc9SN8K+DEieb+bPL4UQ2sVcC6bQb4v7iULGrU/TEZd\nnHFleIw7UwKBgQC0tq0nwge3O7dMsTSUdm5fcWSxZvnAyd9b+VM4rIloUrOP92rj\n7rQHdp71wzBr1OZm4Ga/hg9BMbaiRmAKwHahYYHQtH+O8Ni/OpcY0unRwh3HuWhv\nRVB/aEU0odYdohKLPaTryC9FYs2VBUb/A0QB2YV901y4w3TCppbbaC/EVQKBgAa8\nlk2tJfLzdQ/y1+6k95m29PpjOpXCOiLQ/KolRWP4yZe5ALzvMAl7fg1zsa4QHnsB\nY42ax5z/sY5v8sU2BcwO+Uh5mVTB/6jqtXFB1QAbBN3FV0dCi8gEsSO60omOiDJY\nTp1aegI56cagHStQFnmILvobPH6IjJx1ntx6Dku5AoGALbMu1hkZ9GmTz3G6ENxC\nupVPXIx7811qThA70axbwapw+elncJehA5KnTUFaIbEaTxHqUuD6EnVxpzGqEs4r\nSrnSajijEeZ4Z9zvOTr1nFB3VWSMrJifOh787Z97P9lBQF9L6ZD6X0CkQwBgr16t\nkOSXlznafcCa9M0BfwXZ3L8=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-10-26T08:19:40.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:39 smithi012 bash[23428]: audit 2023-10-26T08:19:39.660044+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQClzS1I0k6+h58Y\n1l9nfNQFg+pYr80r3BBLkVcBlQ8/2ODSh8mLkKXjpoyieyN+5SYkjSvklD5CnLAI\nt1B25HLgt3eiXINOCRkJmwCJ5bclC19IZIS+E5qGhguqQKk844eDiDgr6H+G/d81\nQOfQcUbSlDhBiZ9tQzglzIesk+xSkgADIiyfcb4Kcnk6m+bUNzYW/21+g3D9iVY/\neq7H3lUThhkaAv6ECEofdqkQpgr8im5qoVEpSIjAZaY6f2iUZ7k/Asz0QBccWrIf\n7AOm1fLFNIXjq8Ob73Fsa+yGyG+DdoGBmDLtRLN95fFUmepimwjb3BXQ88RcWmO8\nb4eL9abFAgMBAAECggEALbMwGDJfogSfxajRAyVVC3Ag1/EdDEnL9AhLgxQi7+ZH\nkb/7vYxRLT5q5R4r2n4u1URUJNz3jETEAKMGer7dKzNmtknpp0i6rfsbWucGZB+O\nU9XhAMNGhG3OKU9JVo8gexDA6tlazUqMi5EoVDvk2YYhO29DkkpE36ZQfzEGontK\nEAzjBfh+Y6FuF0AQi+RsJmM4nVAbrrADnRRupN0sMAkG0Br+HEBtRMQFiJgxk8Ik\n4kpcoUOfzOw2PzJs9mzNw9KWacTIs2YoITWrGUInBC9UgO4odFbOJTB3Wl6F21Ma\nMs6Yq2Brkv8e2kkBLM8ZiiPS01XghyxlIVZ/ZTAMwQKBgQDQz/5CfXTcmiPypGO4\nl06pZt1W5w3kRFqfXiiBMeuaQ8+prZhm4VWvpw7HdG69gNFo+I9Zq4TLZ0KqSsXl\nxPyoxYcZzQi6CFuSSAwA4CxcvorTymEwYlvBPzg75k2c3XQ65M1RtZy+srt00JSk\nTcFSG8hRWzHEXh+j+YHdNIZqhwKBgQDLRPR6/C8oPUprewkiDP5uJoFWTPY3QYUS\nwTw+dc8dfKYDInhzBrcA4y+6bjfWuViHw3vfvpx/NgwJm0BBJ3w86JXbkPMTuNwK\nprOey3aQRHm6fB3FwS757Uc9SN8K+DEieb+bPL4UQ2sVcC6bQb4v7iULGrU/TEZd\nnHFleIw7UwKBgQC0tq0nwge3O7dMsTSUdm5fcWSxZvnAyd9b+VM4rIloUrOP92rj\n7rQHdp71wzBr1OZm4Ga/hg9BMbaiRmAKwHahYYHQtH+O8Ni/OpcY0unRwh3HuWhv\nRVB/aEU0odYdohKLPaTryC9FYs2VBUb/A0QB2YV901y4w3TCppbbaC/EVQKBgAa8\nlk2tJfLzdQ/y1+6k95m29PpjOpXCOiLQ/KolRWP4yZe5ALzvMAl7fg1zsa4QHnsB\nY42ax5z/sY5v8sU2BcwO+Uh5mVTB/6jqtXFB1QAbBN3FV0dCi8gEsSO60omOiDJY\nTp1aegI56cagHStQFnmILvobPH6IjJx1ntx6Dku5AoGALbMu1hkZ9GmTz3G6ENxC\nupVPXIx7811qThA70axbwapw+elncJehA5KnTUFaIbEaTxHqUuD6EnVxpzGqEs4r\nSrnSajijEeZ4Z9zvOTr1nFB3VWSMrJifOh787Z97P9lBQF9L6ZD6X0CkQwBgr16t\nkOSXlznafcCa9M0BfwXZ3L8=\n-----END PRIVATE KEY-----\n"}]': finished 2023-10-26T08:19:40.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:39 smithi079 bash[23494]: cluster 2023-10-26T08:19:38.317092+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 2023-10-26T08:19:40.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:39 smithi079 bash[23494]: audit 2023-10-26T08:19:39.443479+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:22.712628\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:19:40.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:39 smithi079 bash[23494]: audit 2023-10-26T08:19:39.447750+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346346\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346457\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346508\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346556\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346602\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346649\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:17:13.346695\", \"created\": \"2023-10-26T08:17:12.471253\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:22.712628\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:19:40.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:39 smithi079 bash[23494]: audit 2023-10-26T08:19:39.650561+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCcvnY3XHBI57dxnCHupxHbMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMDI2MDgxOTM5WhcN\nMzMxMDIzMDgxOTM5WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApc0tSNJOvoefGNZfZ3zU\nBYPqWK/NK9wQS5FXAZUPP9jg0ofJi5Cl46aMonsjfuUmJI0r5JQ+QpywCLdQduRy\n4Ld3olyDTgkZCZsAieW3JQtfSGSEvhOahoYLqkCpPOOHg4g4K+h/hv3fNUDn0HFG\n0pQ4QYmfbUM4JcyHrJPsUpIAAyIsn3G+CnJ5Opvm1Dc2Fv9tfoNw/YlWP3qux95V\nE4YZGgL+hAhKH3apEKYK/IpuaqFRKUiIwGWmOn9olGe5PwLM9EAXHFqyH+wDptXy\nxTSF46vDm+9xbGvshshvg3aBgZgy7USzfeXxVJnqYpsI29wV0PPEXFpjvG+Hi/Wm\nxQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQClD5Q0MggFoI/RZFRrh/L+EpPcHrKm\n1VnTJhz98WSHyqVQTykiaibi8ou8nL7eZ8LkiApzc+R9YAT6uU1FvKyKaqsLo8/4\nPbqvoQrbvPI54qbDPYiCqwxjO9LROXi8As/xuBL07vyVULqiLRzD4K0iIwSJM3v1\nsd6q4IL9NrMN+CpqfOdeffqbD3+KqyQ1H+wpquYV7jlRp/tGmnhbaHuf5GY+Lq6F\n1NeUVNrT006vko9ZxDwqKjccvuer1R/IpZtpw8Hf723GPwPjS0TuPUoDIktsa0G6\n7bPM5nIPFBwiFpUAQnmD82hpTu0NcOHg9qFnEzXMBt7fyo5QHfIo8blu\n-----END CERTIFICATE-----\n"}]: dispatch 2023-10-26T08:19:40.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:39 smithi079 bash[23494]: audit 2023-10-26T08:19:39.656094+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCcvnY3XHBI57dxnCHupxHbMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMDI2MDgxOTM5WhcN\nMzMxMDIzMDgxOTM5WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApc0tSNJOvoefGNZfZ3zU\nBYPqWK/NK9wQS5FXAZUPP9jg0ofJi5Cl46aMonsjfuUmJI0r5JQ+QpywCLdQduRy\n4Ld3olyDTgkZCZsAieW3JQtfSGSEvhOahoYLqkCpPOOHg4g4K+h/hv3fNUDn0HFG\n0pQ4QYmfbUM4JcyHrJPsUpIAAyIsn3G+CnJ5Opvm1Dc2Fv9tfoNw/YlWP3qux95V\nE4YZGgL+hAhKH3apEKYK/IpuaqFRKUiIwGWmOn9olGe5PwLM9EAXHFqyH+wDptXy\nxTSF46vDm+9xbGvshshvg3aBgZgy7USzfeXxVJnqYpsI29wV0PPEXFpjvG+Hi/Wm\nxQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQClD5Q0MggFoI/RZFRrh/L+EpPcHrKm\n1VnTJhz98WSHyqVQTykiaibi8ou8nL7eZ8LkiApzc+R9YAT6uU1FvKyKaqsLo8/4\nPbqvoQrbvPI54qbDPYiCqwxjO9LROXi8As/xuBL07vyVULqiLRzD4K0iIwSJM3v1\nsd6q4IL9NrMN+CpqfOdeffqbD3+KqyQ1H+wpquYV7jlRp/tGmnhbaHuf5GY+Lq6F\n1NeUVNrT006vko9ZxDwqKjccvuer1R/IpZtpw8Hf723GPwPjS0TuPUoDIktsa0G6\n7bPM5nIPFBwiFpUAQnmD82hpTu0NcOHg9qFnEzXMBt7fyo5QHfIo8blu\n-----END CERTIFICATE-----\n"}]': finished 2023-10-26T08:19:40.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:39 smithi079 bash[23494]: audit 2023-10-26T08:19:39.656947+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQClzS1I0k6+h58Y\n1l9nfNQFg+pYr80r3BBLkVcBlQ8/2ODSh8mLkKXjpoyieyN+5SYkjSvklD5CnLAI\nt1B25HLgt3eiXINOCRkJmwCJ5bclC19IZIS+E5qGhguqQKk844eDiDgr6H+G/d81\nQOfQcUbSlDhBiZ9tQzglzIesk+xSkgADIiyfcb4Kcnk6m+bUNzYW/21+g3D9iVY/\neq7H3lUThhkaAv6ECEofdqkQpgr8im5qoVEpSIjAZaY6f2iUZ7k/Asz0QBccWrIf\n7AOm1fLFNIXjq8Ob73Fsa+yGyG+DdoGBmDLtRLN95fFUmepimwjb3BXQ88RcWmO8\nb4eL9abFAgMBAAECggEALbMwGDJfogSfxajRAyVVC3Ag1/EdDEnL9AhLgxQi7+ZH\nkb/7vYxRLT5q5R4r2n4u1URUJNz3jETEAKMGer7dKzNmtknpp0i6rfsbWucGZB+O\nU9XhAMNGhG3OKU9JVo8gexDA6tlazUqMi5EoVDvk2YYhO29DkkpE36ZQfzEGontK\nEAzjBfh+Y6FuF0AQi+RsJmM4nVAbrrADnRRupN0sMAkG0Br+HEBtRMQFiJgxk8Ik\n4kpcoUOfzOw2PzJs9mzNw9KWacTIs2YoITWrGUInBC9UgO4odFbOJTB3Wl6F21Ma\nMs6Yq2Brkv8e2kkBLM8ZiiPS01XghyxlIVZ/ZTAMwQKBgQDQz/5CfXTcmiPypGO4\nl06pZt1W5w3kRFqfXiiBMeuaQ8+prZhm4VWvpw7HdG69gNFo+I9Zq4TLZ0KqSsXl\nxPyoxYcZzQi6CFuSSAwA4CxcvorTymEwYlvBPzg75k2c3XQ65M1RtZy+srt00JSk\nTcFSG8hRWzHEXh+j+YHdNIZqhwKBgQDLRPR6/C8oPUprewkiDP5uJoFWTPY3QYUS\nwTw+dc8dfKYDInhzBrcA4y+6bjfWuViHw3vfvpx/NgwJm0BBJ3w86JXbkPMTuNwK\nprOey3aQRHm6fB3FwS757Uc9SN8K+DEieb+bPL4UQ2sVcC6bQb4v7iULGrU/TEZd\nnHFleIw7UwKBgQC0tq0nwge3O7dMsTSUdm5fcWSxZvnAyd9b+VM4rIloUrOP92rj\n7rQHdp71wzBr1OZm4Ga/hg9BMbaiRmAKwHahYYHQtH+O8Ni/OpcY0unRwh3HuWhv\nRVB/aEU0odYdohKLPaTryC9FYs2VBUb/A0QB2YV901y4w3TCppbbaC/EVQKBgAa8\nlk2tJfLzdQ/y1+6k95m29PpjOpXCOiLQ/KolRWP4yZe5ALzvMAl7fg1zsa4QHnsB\nY42ax5z/sY5v8sU2BcwO+Uh5mVTB/6jqtXFB1QAbBN3FV0dCi8gEsSO60omOiDJY\nTp1aegI56cagHStQFnmILvobPH6IjJx1ntx6Dku5AoGALbMu1hkZ9GmTz3G6ENxC\nupVPXIx7811qThA70axbwapw+elncJehA5KnTUFaIbEaTxHqUuD6EnVxpzGqEs4r\nSrnSajijEeZ4Z9zvOTr1nFB3VWSMrJifOh787Z97P9lBQF9L6ZD6X0CkQwBgr16t\nkOSXlznafcCa9M0BfwXZ3L8=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-10-26T08:19:40.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:39 smithi079 bash[23494]: audit 2023-10-26T08:19:39.660044+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQClzS1I0k6+h58Y\n1l9nfNQFg+pYr80r3BBLkVcBlQ8/2ODSh8mLkKXjpoyieyN+5SYkjSvklD5CnLAI\nt1B25HLgt3eiXINOCRkJmwCJ5bclC19IZIS+E5qGhguqQKk844eDiDgr6H+G/d81\nQOfQcUbSlDhBiZ9tQzglzIesk+xSkgADIiyfcb4Kcnk6m+bUNzYW/21+g3D9iVY/\neq7H3lUThhkaAv6ECEofdqkQpgr8im5qoVEpSIjAZaY6f2iUZ7k/Asz0QBccWrIf\n7AOm1fLFNIXjq8Ob73Fsa+yGyG+DdoGBmDLtRLN95fFUmepimwjb3BXQ88RcWmO8\nb4eL9abFAgMBAAECggEALbMwGDJfogSfxajRAyVVC3Ag1/EdDEnL9AhLgxQi7+ZH\nkb/7vYxRLT5q5R4r2n4u1URUJNz3jETEAKMGer7dKzNmtknpp0i6rfsbWucGZB+O\nU9XhAMNGhG3OKU9JVo8gexDA6tlazUqMi5EoVDvk2YYhO29DkkpE36ZQfzEGontK\nEAzjBfh+Y6FuF0AQi+RsJmM4nVAbrrADnRRupN0sMAkG0Br+HEBtRMQFiJgxk8Ik\n4kpcoUOfzOw2PzJs9mzNw9KWacTIs2YoITWrGUInBC9UgO4odFbOJTB3Wl6F21Ma\nMs6Yq2Brkv8e2kkBLM8ZiiPS01XghyxlIVZ/ZTAMwQKBgQDQz/5CfXTcmiPypGO4\nl06pZt1W5w3kRFqfXiiBMeuaQ8+prZhm4VWvpw7HdG69gNFo+I9Zq4TLZ0KqSsXl\nxPyoxYcZzQi6CFuSSAwA4CxcvorTymEwYlvBPzg75k2c3XQ65M1RtZy+srt00JSk\nTcFSG8hRWzHEXh+j+YHdNIZqhwKBgQDLRPR6/C8oPUprewkiDP5uJoFWTPY3QYUS\nwTw+dc8dfKYDInhzBrcA4y+6bjfWuViHw3vfvpx/NgwJm0BBJ3w86JXbkPMTuNwK\nprOey3aQRHm6fB3FwS757Uc9SN8K+DEieb+bPL4UQ2sVcC6bQb4v7iULGrU/TEZd\nnHFleIw7UwKBgQC0tq0nwge3O7dMsTSUdm5fcWSxZvnAyd9b+VM4rIloUrOP92rj\n7rQHdp71wzBr1OZm4Ga/hg9BMbaiRmAKwHahYYHQtH+O8Ni/OpcY0unRwh3HuWhv\nRVB/aEU0odYdohKLPaTryC9FYs2VBUb/A0QB2YV901y4w3TCppbbaC/EVQKBgAa8\nlk2tJfLzdQ/y1+6k95m29PpjOpXCOiLQ/KolRWP4yZe5ALzvMAl7fg1zsa4QHnsB\nY42ax5z/sY5v8sU2BcwO+Uh5mVTB/6jqtXFB1QAbBN3FV0dCi8gEsSO60omOiDJY\nTp1aegI56cagHStQFnmILvobPH6IjJx1ntx6Dku5AoGALbMu1hkZ9GmTz3G6ENxC\nupVPXIx7811qThA70axbwapw+elncJehA5KnTUFaIbEaTxHqUuD6EnVxpzGqEs4r\nSrnSajijEeZ4Z9zvOTr1nFB3VWSMrJifOh787Z97P9lBQF9L6ZD6X0CkQwBgr16t\nkOSXlznafcCa9M0BfwXZ3L8=\n-----END PRIVATE KEY-----\n"}]': finished 2023-10-26T08:19:41.033 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:40 smithi012 bash[23428]: cephadm 2023-10-26T08:19:39.660720+0000 mgr.y (mgr.14140) 211 : cephadm [INF] Deploying daemon grafana.a on smithi079 2023-10-26T08:19:41.034 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:40 smithi012 bash[26970]: cephadm 2023-10-26T08:19:39.660720+0000 mgr.y (mgr.14140) 211 : cephadm [INF] Deploying daemon grafana.a on smithi079 2023-10-26T08:19:41.034 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:19:40 smithi012 bash[35505]: ts=2023-10-26T08:19:40.762Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2023-10-26T08:19:41.035 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:19:40 smithi012 bash[35505]: ts=2023-10-26T08:19:40.762Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2023-10-26T08:19:41.035 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:19:40 smithi012 bash[35505]: ts=2023-10-26T08:19:40.765Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.12 port=9094 2023-10-26T08:19:41.035 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:19:40 smithi012 bash[35505]: ts=2023-10-26T08:19:40.767Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-10-26T08:19:41.035 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:19:40 smithi012 bash[35505]: ts=2023-10-26T08:19:40.821Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-10-26T08:19:41.036 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:19:40 smithi012 bash[35505]: ts=2023-10-26T08:19:40.822Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-10-26T08:19:41.036 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:19:40 smithi012 bash[35505]: ts=2023-10-26T08:19:40.825Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2023-10-26T08:19:41.036 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:19:40 smithi012 bash[35505]: ts=2023-10-26T08:19:40.825Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-10-26T08:19:41.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:40 smithi079 bash[23494]: cephadm 2023-10-26T08:19:39.660720+0000 mgr.y (mgr.14140) 211 : cephadm [INF] Deploying daemon grafana.a on smithi079 2023-10-26T08:19:42.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:41 smithi012 bash[23428]: cluster 2023-10-26T08:19:40.317778+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:42.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:41 smithi012 bash[26970]: cluster 2023-10-26T08:19:40.317778+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:42.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:41 smithi079 bash[23494]: cluster 2023-10-26T08:19:40.317778+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:42.639 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-10-26T08:19:43.073 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:19:42 smithi012 bash[35505]: ts=2023-10-26T08:19:42.768Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000962349s 2023-10-26T08:19:43.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:42 smithi012 bash[23428]: cluster 2023-10-26T08:19:42.318370+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:43.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:42 smithi012 bash[23428]: audit 2023-10-26T08:19:42.630825+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.12:0/801470495' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-26T08:19:43.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:42 smithi012 bash[26970]: cluster 2023-10-26T08:19:42.318370+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:43.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:42 smithi012 bash[26970]: audit 2023-10-26T08:19:42.630825+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.12:0/801470495' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-26T08:19:43.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:42 smithi079 bash[23494]: cluster 2023-10-26T08:19:42.318370+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:43.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:42 smithi079 bash[23494]: audit 2023-10-26T08:19:42.630825+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.12:0/801470495' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-26T08:19:43.389 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":14,"active_gid":14140,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6800","nonce":3391838719},{"type":"v1","addr":"172.21.15.12:6801","nonce":3391838719}]},"active_addr":"172.21.15.12:6801/3391838719","active_change":"2023-10-26T08:14:00.166236+0000","active_mgr_features":4540138292836696063,"available":true,"standbys":[{"gid":34109,"name":"x","mgr_features":4540138292836696063,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"none","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_cephfs":{"name":"FEATURE_TOGGLE_cephfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_iscsi":{"name":"FEATURE_TOGGLE_iscsi","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_mirroring":{"name":"FEATURE_TOGGLE_mirroring","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_nfs":{"name":"FEATURE_TOGGLE_nfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rbd":{"name":"FEATURE_TOGGLE_rbd","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rgw":{"name":"FEATURE_TOGGLE_rgw","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"None","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"none","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_cephfs":{"name":"FEATURE_TOGGLE_cephfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_iscsi":{"name":"FEATURE_TOGGLE_iscsi","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_mirroring":{"name":"FEATURE_TOGGLE_mirroring","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_nfs":{"name":"FEATURE_TOGGLE_nfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rbd":{"name":"FEATURE_TOGGLE_rbd","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rgw":{"name":"FEATURE_TOGGLE_rgw","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"None","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://smithi012.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.12:0","nonce":1650891113}]},{"addrvec":[{"type":"v2","addr":"172.21.15.12:0","nonce":413423971}]},{"addrvec":[{"type":"v2","addr":"172.21.15.12:0","nonce":2032169809}]}]}} 2023-10-26T08:19:43.394 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-26T08:19:43.395 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-26T08:19:43.395 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph osd dump --format=json 2023-10-26T08:19:45.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:45 smithi079 bash[23494]: cluster 2023-10-26T08:19:44.319046+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:45.757 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:45 smithi012 bash[23428]: cluster 2023-10-26T08:19:44.319046+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:45.757 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:45 smithi012 bash[26970]: cluster 2023-10-26T08:19:44.319046+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:46.132 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-10-26T08:19:46.132 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":47,"fsid":"6a98a15c-73d7-11ee-8db9-212e2dc638e7","created":"2023-10-26T08:13:21.355624+0000","modified":"2023-10-26T08:18:57.843381+0000","last_up_change":"2023-10-26T08:18:56.826667+0000","last_in_change":"2023-10-26T08:18:56.826667+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":"2023-10-26T08:13:35.061913+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":"fbb6838c-b832-4f10-b40e-8691489be50c","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.12:6802","nonce":2623240310},{"type":"v1","addr":"172.21.15.12:6803","nonce":2623240310}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6804","nonce":2623240310},{"type":"v1","addr":"172.21.15.12:6805","nonce":2623240310}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6808","nonce":2623240310},{"type":"v1","addr":"172.21.15.12:6809","nonce":2623240310}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6806","nonce":2623240310},{"type":"v1","addr":"172.21.15.12:6807","nonce":2623240310}]},"public_addr":"172.21.15.12:6803/2623240310","cluster_addr":"172.21.15.12:6805/2623240310","heartbeat_back_addr":"172.21.15.12:6809/2623240310","heartbeat_front_addr":"172.21.15.12:6807/2623240310","state":["exists","up"]},{"osd":1,"uuid":"95feac2f-7ab3-4650-886b-401fc41c87f9","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.12:6810","nonce":2064931040},{"type":"v1","addr":"172.21.15.12:6811","nonce":2064931040}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6812","nonce":2064931040},{"type":"v1","addr":"172.21.15.12:6813","nonce":2064931040}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6816","nonce":2064931040},{"type":"v1","addr":"172.21.15.12:6817","nonce":2064931040}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6814","nonce":2064931040},{"type":"v1","addr":"172.21.15.12:6815","nonce":2064931040}]},"public_addr":"172.21.15.12:6811/2064931040","cluster_addr":"172.21.15.12:6813/2064931040","heartbeat_back_addr":"172.21.15.12:6817/2064931040","heartbeat_front_addr":"172.21.15.12:6815/2064931040","state":["exists","up"]},{"osd":2,"uuid":"3e118b92-541c-4d6a-8ab6-d44c162c069b","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.12:6818","nonce":1929290828},{"type":"v1","addr":"172.21.15.12:6819","nonce":1929290828}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6820","nonce":1929290828},{"type":"v1","addr":"172.21.15.12:6821","nonce":1929290828}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6824","nonce":1929290828},{"type":"v1","addr":"172.21.15.12:6825","nonce":1929290828}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6822","nonce":1929290828},{"type":"v1","addr":"172.21.15.12:6823","nonce":1929290828}]},"public_addr":"172.21.15.12:6819/1929290828","cluster_addr":"172.21.15.12:6821/1929290828","heartbeat_back_addr":"172.21.15.12:6825/1929290828","heartbeat_front_addr":"172.21.15.12:6823/1929290828","state":["exists","up"]},{"osd":3,"uuid":"0ff84686-8cf3-453e-9d8b-9e0738fd7915","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.12:6826","nonce":465328182},{"type":"v1","addr":"172.21.15.12:6827","nonce":465328182}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6828","nonce":465328182},{"type":"v1","addr":"172.21.15.12:6829","nonce":465328182}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6832","nonce":465328182},{"type":"v1","addr":"172.21.15.12:6833","nonce":465328182}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6830","nonce":465328182},{"type":"v1","addr":"172.21.15.12:6831","nonce":465328182}]},"public_addr":"172.21.15.12:6827/465328182","cluster_addr":"172.21.15.12:6829/465328182","heartbeat_back_addr":"172.21.15.12:6833/465328182","heartbeat_front_addr":"172.21.15.12:6831/465328182","state":["exists","up"]},{"osd":4,"uuid":"6601e111-7cd4-44d3-bd53-b63dc93ae497","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.79:6800","nonce":1265118503},{"type":"v1","addr":"172.21.15.79:6801","nonce":1265118503}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1265118503},{"type":"v1","addr":"172.21.15.79:6803","nonce":1265118503}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1265118503},{"type":"v1","addr":"172.21.15.79:6807","nonce":1265118503}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1265118503},{"type":"v1","addr":"172.21.15.79:6805","nonce":1265118503}]},"public_addr":"172.21.15.79:6801/1265118503","cluster_addr":"172.21.15.79:6803/1265118503","heartbeat_back_addr":"172.21.15.79:6807/1265118503","heartbeat_front_addr":"172.21.15.79:6805/1265118503","state":["exists","up"]},{"osd":5,"uuid":"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3","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.79:6808","nonce":2195818769},{"type":"v1","addr":"172.21.15.79:6809","nonce":2195818769}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":2195818769},{"type":"v1","addr":"172.21.15.79:6811","nonce":2195818769}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":2195818769},{"type":"v1","addr":"172.21.15.79:6815","nonce":2195818769}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":2195818769},{"type":"v1","addr":"172.21.15.79:6813","nonce":2195818769}]},"public_addr":"172.21.15.79:6809/2195818769","cluster_addr":"172.21.15.79:6811/2195818769","heartbeat_back_addr":"172.21.15.79:6815/2195818769","heartbeat_front_addr":"172.21.15.79:6813/2195818769","state":["exists","up"]},{"osd":6,"uuid":"9cff9dba-3db8-4819-a638-a2e24c66dbf5","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.79:6816","nonce":710657916},{"type":"v1","addr":"172.21.15.79:6817","nonce":710657916}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":710657916},{"type":"v1","addr":"172.21.15.79:6819","nonce":710657916}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":710657916},{"type":"v1","addr":"172.21.15.79:6823","nonce":710657916}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":710657916},{"type":"v1","addr":"172.21.15.79:6821","nonce":710657916}]},"public_addr":"172.21.15.79:6817/710657916","cluster_addr":"172.21.15.79:6819/710657916","heartbeat_back_addr":"172.21.15.79:6823/710657916","heartbeat_front_addr":"172.21.15.79:6821/710657916","state":["exists","up"]},{"osd":7,"uuid":"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a","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.79:6824","nonce":2888739610},{"type":"v1","addr":"172.21.15.79:6825","nonce":2888739610}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":2888739610},{"type":"v1","addr":"172.21.15.79:6827","nonce":2888739610}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":2888739610},{"type":"v1","addr":"172.21.15.79:6831","nonce":2888739610}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":2888739610},{"type":"v1","addr":"172.21.15.79:6829","nonce":2888739610}]},"public_addr":"172.21.15.79:6825/2888739610","cluster_addr":"172.21.15.79:6827/2888739610","heartbeat_back_addr":"172.21.15.79:6831/2888739610","heartbeat_front_addr":"172.21.15.79:6829/2888739610","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":"2023-10-26T08:16:00.534759+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":"2023-10-26T08:16:29.109578+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":"2023-10-26T08:16:54.659596+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":"2023-10-26T08:17:19.865697+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":"2023-10-26T08:17:40.076110+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":"2023-10-26T08:18:05.737137+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":"2023-10-26T08:18:29.715640+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":"2023-10-26T08:18:55.387294+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.12:0/1914023866":"2023-10-27T08:14:00.165391+0000","172.21.15.12:6801/1932495084":"2023-10-27T08:14:00.165391+0000","172.21.15.12:0/2964083740":"2023-10-27T08:13:43.588773+0000","172.21.15.12:0/468124027":"2023-10-27T08:14:00.165391+0000","172.21.15.12:0/1401643619":"2023-10-27T08:13:43.588773+0000","172.21.15.12:0/3820784728":"2023-10-27T08:14:00.165391+0000","172.21.15.12:6800/216392357":"2023-10-27T08:13:43.588773+0000","172.21.15.12:6801/216392357":"2023-10-27T08:13:43.588773+0000","172.21.15.12:6800/1932495084":"2023-10-27T08:14:00.165391+0000","172.21.15.12:0/4045050327":"2023-10-27T08:13:43.588773+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-10-26T08:19:46.528 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:46 smithi012 bash[23428]: audit 2023-10-26T08:19:46.128268+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.12:0/3844032701' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-26T08:19:46.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:46 smithi079 bash[23494]: audit 2023-10-26T08:19:46.128268+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.12:0/3844032701' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-26T08:19:46.823 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:46 smithi012 bash[26970]: audit 2023-10-26T08:19:46.128268+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.12:0/3844032701' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-26T08:19:46.876 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-26T08:19:46.877 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph osd dump --format=json 2023-10-26T08:19:47.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:47 smithi079 bash[23494]: cluster 2023-10-26T08:19:46.319666+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:47.769 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:47 smithi012 bash[23428]: cluster 2023-10-26T08:19:46.319666+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:47.769 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:47 smithi012 bash[26970]: cluster 2023-10-26T08:19:46.319666+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:49.773 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-10-26T08:19:49.774 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":47,"fsid":"6a98a15c-73d7-11ee-8db9-212e2dc638e7","created":"2023-10-26T08:13:21.355624+0000","modified":"2023-10-26T08:18:57.843381+0000","last_up_change":"2023-10-26T08:18:56.826667+0000","last_in_change":"2023-10-26T08:18:56.826667+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":"2023-10-26T08:13:35.061913+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":"fbb6838c-b832-4f10-b40e-8691489be50c","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.12:6802","nonce":2623240310},{"type":"v1","addr":"172.21.15.12:6803","nonce":2623240310}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6804","nonce":2623240310},{"type":"v1","addr":"172.21.15.12:6805","nonce":2623240310}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6808","nonce":2623240310},{"type":"v1","addr":"172.21.15.12:6809","nonce":2623240310}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6806","nonce":2623240310},{"type":"v1","addr":"172.21.15.12:6807","nonce":2623240310}]},"public_addr":"172.21.15.12:6803/2623240310","cluster_addr":"172.21.15.12:6805/2623240310","heartbeat_back_addr":"172.21.15.12:6809/2623240310","heartbeat_front_addr":"172.21.15.12:6807/2623240310","state":["exists","up"]},{"osd":1,"uuid":"95feac2f-7ab3-4650-886b-401fc41c87f9","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.12:6810","nonce":2064931040},{"type":"v1","addr":"172.21.15.12:6811","nonce":2064931040}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6812","nonce":2064931040},{"type":"v1","addr":"172.21.15.12:6813","nonce":2064931040}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6816","nonce":2064931040},{"type":"v1","addr":"172.21.15.12:6817","nonce":2064931040}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6814","nonce":2064931040},{"type":"v1","addr":"172.21.15.12:6815","nonce":2064931040}]},"public_addr":"172.21.15.12:6811/2064931040","cluster_addr":"172.21.15.12:6813/2064931040","heartbeat_back_addr":"172.21.15.12:6817/2064931040","heartbeat_front_addr":"172.21.15.12:6815/2064931040","state":["exists","up"]},{"osd":2,"uuid":"3e118b92-541c-4d6a-8ab6-d44c162c069b","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.12:6818","nonce":1929290828},{"type":"v1","addr":"172.21.15.12:6819","nonce":1929290828}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6820","nonce":1929290828},{"type":"v1","addr":"172.21.15.12:6821","nonce":1929290828}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6824","nonce":1929290828},{"type":"v1","addr":"172.21.15.12:6825","nonce":1929290828}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6822","nonce":1929290828},{"type":"v1","addr":"172.21.15.12:6823","nonce":1929290828}]},"public_addr":"172.21.15.12:6819/1929290828","cluster_addr":"172.21.15.12:6821/1929290828","heartbeat_back_addr":"172.21.15.12:6825/1929290828","heartbeat_front_addr":"172.21.15.12:6823/1929290828","state":["exists","up"]},{"osd":3,"uuid":"0ff84686-8cf3-453e-9d8b-9e0738fd7915","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.12:6826","nonce":465328182},{"type":"v1","addr":"172.21.15.12:6827","nonce":465328182}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6828","nonce":465328182},{"type":"v1","addr":"172.21.15.12:6829","nonce":465328182}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6832","nonce":465328182},{"type":"v1","addr":"172.21.15.12:6833","nonce":465328182}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6830","nonce":465328182},{"type":"v1","addr":"172.21.15.12:6831","nonce":465328182}]},"public_addr":"172.21.15.12:6827/465328182","cluster_addr":"172.21.15.12:6829/465328182","heartbeat_back_addr":"172.21.15.12:6833/465328182","heartbeat_front_addr":"172.21.15.12:6831/465328182","state":["exists","up"]},{"osd":4,"uuid":"6601e111-7cd4-44d3-bd53-b63dc93ae497","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.79:6800","nonce":1265118503},{"type":"v1","addr":"172.21.15.79:6801","nonce":1265118503}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1265118503},{"type":"v1","addr":"172.21.15.79:6803","nonce":1265118503}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1265118503},{"type":"v1","addr":"172.21.15.79:6807","nonce":1265118503}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1265118503},{"type":"v1","addr":"172.21.15.79:6805","nonce":1265118503}]},"public_addr":"172.21.15.79:6801/1265118503","cluster_addr":"172.21.15.79:6803/1265118503","heartbeat_back_addr":"172.21.15.79:6807/1265118503","heartbeat_front_addr":"172.21.15.79:6805/1265118503","state":["exists","up"]},{"osd":5,"uuid":"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3","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.79:6808","nonce":2195818769},{"type":"v1","addr":"172.21.15.79:6809","nonce":2195818769}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":2195818769},{"type":"v1","addr":"172.21.15.79:6811","nonce":2195818769}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":2195818769},{"type":"v1","addr":"172.21.15.79:6815","nonce":2195818769}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":2195818769},{"type":"v1","addr":"172.21.15.79:6813","nonce":2195818769}]},"public_addr":"172.21.15.79:6809/2195818769","cluster_addr":"172.21.15.79:6811/2195818769","heartbeat_back_addr":"172.21.15.79:6815/2195818769","heartbeat_front_addr":"172.21.15.79:6813/2195818769","state":["exists","up"]},{"osd":6,"uuid":"9cff9dba-3db8-4819-a638-a2e24c66dbf5","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.79:6816","nonce":710657916},{"type":"v1","addr":"172.21.15.79:6817","nonce":710657916}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":710657916},{"type":"v1","addr":"172.21.15.79:6819","nonce":710657916}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":710657916},{"type":"v1","addr":"172.21.15.79:6823","nonce":710657916}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":710657916},{"type":"v1","addr":"172.21.15.79:6821","nonce":710657916}]},"public_addr":"172.21.15.79:6817/710657916","cluster_addr":"172.21.15.79:6819/710657916","heartbeat_back_addr":"172.21.15.79:6823/710657916","heartbeat_front_addr":"172.21.15.79:6821/710657916","state":["exists","up"]},{"osd":7,"uuid":"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a","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.79:6824","nonce":2888739610},{"type":"v1","addr":"172.21.15.79:6825","nonce":2888739610}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":2888739610},{"type":"v1","addr":"172.21.15.79:6827","nonce":2888739610}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":2888739610},{"type":"v1","addr":"172.21.15.79:6831","nonce":2888739610}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":2888739610},{"type":"v1","addr":"172.21.15.79:6829","nonce":2888739610}]},"public_addr":"172.21.15.79:6825/2888739610","cluster_addr":"172.21.15.79:6827/2888739610","heartbeat_back_addr":"172.21.15.79:6831/2888739610","heartbeat_front_addr":"172.21.15.79:6829/2888739610","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":"2023-10-26T08:16:00.534759+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":"2023-10-26T08:16:29.109578+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":"2023-10-26T08:16:54.659596+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":"2023-10-26T08:17:19.865697+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":"2023-10-26T08:17:40.076110+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":"2023-10-26T08:18:05.737137+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":"2023-10-26T08:18:29.715640+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":"2023-10-26T08:18:55.387294+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.12:0/1914023866":"2023-10-27T08:14:00.165391+0000","172.21.15.12:6801/1932495084":"2023-10-27T08:14:00.165391+0000","172.21.15.12:0/2964083740":"2023-10-27T08:13:43.588773+0000","172.21.15.12:0/468124027":"2023-10-27T08:14:00.165391+0000","172.21.15.12:0/1401643619":"2023-10-27T08:13:43.588773+0000","172.21.15.12:0/3820784728":"2023-10-27T08:14:00.165391+0000","172.21.15.12:6800/216392357":"2023-10-27T08:13:43.588773+0000","172.21.15.12:6801/216392357":"2023-10-27T08:13:43.588773+0000","172.21.15.12:6800/1932495084":"2023-10-27T08:14:00.165391+0000","172.21.15.12:0/4045050327":"2023-10-27T08:13:43.588773+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-10-26T08:19:50.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:49 smithi012 bash[23428]: cluster 2023-10-26T08:19:48.320401+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:50.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:49 smithi012 bash[23428]: audit 2023-10-26T08:19:49.769633+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.12:0/4039658534' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-26T08:19:50.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:49 smithi012 bash[26970]: cluster 2023-10-26T08:19:48.320401+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:50.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:49 smithi012 bash[26970]: audit 2023-10-26T08:19:49.769633+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.12:0/4039658534' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-26T08:19:50.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:49 smithi079 bash[23494]: cluster 2023-10-26T08:19:48.320401+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:19:50.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:49 smithi079 bash[23494]: audit 2023-10-26T08:19:49.769633+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.12:0/4039658534' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-26T08:19:50.507 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-26T08:19:51.073 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:19:50 smithi012 bash[35505]: ts=2023-10-26T08:19:50.771Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003564399s 2023-10-26T08:19:51.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:51 smithi012 bash[23428]: cluster 2023-10-26T08:19:50.321157+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 2023-10-26T08:19:51.823 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:51 smithi012 bash[26970]: cluster 2023-10-26T08:19:50.321157+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 2023-10-26T08:19:52.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:51 smithi079 bash[23494]: cluster 2023-10-26T08:19:50.321157+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 2023-10-26T08:19:54.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:53 smithi012 bash[23428]: cluster 2023-10-26T08:19:52.321890+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 2023-10-26T08:19:54.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:53 smithi012 bash[26970]: cluster 2023-10-26T08:19:52.321890+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 2023-10-26T08:19:54.118 INFO:teuthology.orchestra.run.smithi012.stdout:42949673010 2023-10-26T08:19:54.119 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-26T08:19:54.221 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:53 smithi079 bash[23494]: cluster 2023-10-26T08:19:52.321890+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 2023-10-26T08:19:56.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:55 smithi012 bash[23428]: cluster 2023-10-26T08:19:54.322530+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 2023-10-26T08:19:56.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:55 smithi012 bash[26970]: cluster 2023-10-26T08:19:54.322530+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 2023-10-26T08:19:56.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:55 smithi079 bash[23494]: cluster 2023-10-26T08:19:54.322530+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 2023-10-26T08:19:57.006 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:56 smithi012 bash[23428]: cluster 2023-10-26T08:19:56.323122+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 2023-10-26T08:19:57.007 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:56 smithi012 bash[26970]: cluster 2023-10-26T08:19:56.323122+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 2023-10-26T08:19:57.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:56 smithi079 bash[23494]: cluster 2023-10-26T08:19:56.323122+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 2023-10-26T08:19:57.714 INFO:teuthology.orchestra.run.smithi012.stdout:68719476781 2023-10-26T08:19:57.715 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-26T08:19:59.935 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:19:59 smithi079 bash[23494]: cluster 2023-10-26T08:19:58.323726+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 2023-10-26T08:20:00.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:19:59 smithi012 bash[23428]: cluster 2023-10-26T08:19:58.323726+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 2023-10-26T08:20:00.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:19:59 smithi012 bash[26970]: cluster 2023-10-26T08:19:58.323726+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 2023-10-26T08:20:00.976 INFO:teuthology.orchestra.run.smithi012.stdout:90194313256 2023-10-26T08:20:00.977 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-26T08:20:02.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:01 smithi012 bash[23428]: cluster 2023-10-26T08:20:00.324098+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 2023-10-26T08:20:02.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:01 smithi012 bash[26970]: cluster 2023-10-26T08:20:00.324098+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 2023-10-26T08:20:02.080 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:01 smithi079 bash[23494]: cluster 2023-10-26T08:20:00.324098+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 2023-10-26T08:20:02.347 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:02 smithi079 docker[32503]: Error response from daemon: No such container: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-grafana.a 2023-10-26T08:20:02.347 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:02 smithi079 systemd[1]: Started Ceph grafana.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:20:03.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:02 smithi012 bash[23428]: audit 2023-10-26T08:20:02.343446+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:20:03.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:02 smithi012 bash[23428]: audit 2023-10-26T08:20:02.349780+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:20:03.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:02 smithi012 bash[23428]: audit 2023-10-26T08:20:02.351719+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:03.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:02 smithi012 bash[26970]: audit 2023-10-26T08:20:02.343446+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:20:03.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:02 smithi012 bash[26970]: audit 2023-10-26T08:20:02.349780+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:20:03.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:02 smithi012 bash[26970]: audit 2023-10-26T08:20:02.351719+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:03.090 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:02 smithi079 bash[23494]: audit 2023-10-26T08:20:02.343446+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:20:03.091 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:02 smithi079 bash[23494]: audit 2023-10-26T08:20:02.349780+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278288\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278481\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278607\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278727\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278846\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.278965\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:19:21.279084\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:20:03.091 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:02 smithi079 bash[23494]: audit 2023-10-26T08:20:02.351719+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:03.379 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Starting Grafana" logger=server version=6.6.2 commit=3fa63cfc34 branch=HEAD compiled=2020-02-20T12:03:49+0000 2023-10-26T08:20:03.379 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-10-26T08:20:03.379 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-10-26T08:20:03.380 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-10-26T08:20:03.380 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-10-26T08:20:03.380 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-10-26T08:20:03.380 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-10-26T08:20:03.380 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-10-26T08:20:03.381 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-10-26T08:20:03.381 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-10-26T08:20:03.381 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-10-26T08:20:03.381 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-10-26T08:20:03.381 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="App mode production" logger=settings 2023-10-26T08:20:03.382 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Initializing SqlStore" logger=server 2023-10-26T08:20:03.382 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-10-26T08:20:03.382 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Starting DB migration" logger=migrator 2023-10-26T08:20:03.382 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2023-10-26T08:20:03.382 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2023-10-26T08:20:03.383 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2023-10-26T08:20:03.697 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2023-10-26T08:20:03.697 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2023-10-26T08:20:03.698 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2023-10-26T08:20:03.957 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[23494]: cluster 2023-10-26T08:20:02.324703+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 2023-10-26T08:20:03.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[23494]: audit 2023-10-26T08:20:03.298868+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295430\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295666\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295784\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295896\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296006\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296116\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296227\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296339\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"772067e2b23b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296450\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:19:39.443740\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:22.712628\"}}, \"last_daemon_update\": \"2023-10-26T08:20:03.296711\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:20:03.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[23494]: audit 2023-10-26T08:20:03.303770+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295430\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295666\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295784\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295896\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296006\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296116\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296227\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296339\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"772067e2b23b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296450\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:19:39.443740\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:22.712628\"}}, \"last_daemon_update\": \"2023-10-26T08:20:03.296711\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:20:03.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[23494]: audit 2023-10-26T08:20:03.304952+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:03.959 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2023-10-26T08:20:03.959 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2023-10-26T08:20:03.959 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2023-10-26T08:20:03.959 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2023-10-26T08:20:03.959 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:03 smithi079 bash[32523]: t=2023-10-26T08:20:03+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-10-26T08:20:04.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:03 smithi012 bash[23428]: cluster 2023-10-26T08:20:02.324703+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 2023-10-26T08:20:04.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:03 smithi012 bash[26970]: cluster 2023-10-26T08:20:02.324703+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 2023-10-26T08:20:04.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:03 smithi012 bash[23428]: audit 2023-10-26T08:20:03.298868+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295430\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295666\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295784\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295896\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296006\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296116\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296227\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296339\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"772067e2b23b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296450\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:19:39.443740\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:22.712628\"}}, \"last_daemon_update\": \"2023-10-26T08:20:03.296711\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:20:04.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:03 smithi012 bash[23428]: audit 2023-10-26T08:20:03.303770+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295430\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295666\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295784\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295896\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296006\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296116\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296227\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296339\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"772067e2b23b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296450\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:19:39.443740\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:22.712628\"}}, \"last_daemon_update\": \"2023-10-26T08:20:03.296711\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:20:04.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:03 smithi012 bash[23428]: audit 2023-10-26T08:20:03.304952+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:04.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:03 smithi012 bash[26970]: audit 2023-10-26T08:20:03.298868+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295430\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295666\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295784\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295896\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296006\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296116\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296227\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296339\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"772067e2b23b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296450\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:19:39.443740\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:22.712628\"}}, \"last_daemon_update\": \"2023-10-26T08:20:03.296711\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:20:04.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:03 smithi012 bash[26970]: audit 2023-10-26T08:20:03.303770+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295430\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295666\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295784\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295896\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296006\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296116\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296227\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296339\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"772067e2b23b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296450\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:19:39.443740\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:22.712628\"}}, \"last_daemon_update\": \"2023-10-26T08:20:03.296711\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:20:04.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:03 smithi012 bash[26970]: audit 2023-10-26T08:20:03.304952+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:04.225 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[32523]: t=2023-10-26T08:20:04+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2023-10-26T08:20:04.226 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[32523]: t=2023-10-26T08:20:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2023-10-26T08:20:04.226 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[32523]: t=2023-10-26T08:20:04+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2023-10-26T08:20:04.399 INFO:teuthology.orchestra.run.smithi012.stdout:111669149731 2023-10-26T08:20:04.400 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-26T08:20:04.476 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[32523]: t=2023-10-26T08:20:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2023-10-26T08:20:04.477 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[32523]: t=2023-10-26T08:20:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2023-10-26T08:20:04.477 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[32523]: t=2023-10-26T08:20:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2023-10-26T08:20:04.477 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[32523]: t=2023-10-26T08:20:04+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2023-10-26T08:20:04.477 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[32523]: t=2023-10-26T08:20:04+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2023-10-26T08:20:04.841 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[32523]: t=2023-10-26T08:20:04+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2023-10-26T08:20:04.841 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[32523]: t=2023-10-26T08:20:04+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2023-10-26T08:20:04.842 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[32523]: t=2023-10-26T08:20:04+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2023-10-26T08:20:04.842 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[32523]: t=2023-10-26T08:20:04+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2023-10-26T08:20:05.166 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[32523]: t=2023-10-26T08:20:04+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2023-10-26T08:20:05.166 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[32523]: t=2023-10-26T08:20:04+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2023-10-26T08:20:05.166 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[32523]: t=2023-10-26T08:20:04+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2023-10-26T08:20:05.166 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:05 smithi079 bash[32523]: t=2023-10-26T08:20:05+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2023-10-26T08:20:05.167 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[23494]: cluster 2023-10-26T08:20:04.325319+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 2023-10-26T08:20:05.167 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[23494]: audit 2023-10-26T08:20:04.384094+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380313\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380517\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380644\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380765\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380886\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381007\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381166\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381311\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:04.381433\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:04.381711\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:20:05.168 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[23494]: audit 2023-10-26T08:20:04.389788+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380313\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380517\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380644\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380765\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380886\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381007\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381166\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381311\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:04.381433\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:04.381711\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:20:05.168 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[23494]: cephadm 2023-10-26T08:20:04.394140+0000 mgr.y (mgr.14140) 225 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-10-26T08:20:05.168 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:04 smithi079 bash[23494]: cephadm 2023-10-26T08:20:04.398355+0000 mgr.y (mgr.14140) 226 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi012 2023-10-26T08:20:05.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:04 smithi012 bash[23428]: cluster 2023-10-26T08:20:04.325319+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 2023-10-26T08:20:05.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:04 smithi012 bash[26970]: cluster 2023-10-26T08:20:04.325319+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 2023-10-26T08:20:05.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:04 smithi012 bash[23428]: audit 2023-10-26T08:20:04.384094+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380313\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380517\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380644\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380765\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380886\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381007\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381166\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381311\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:04.381433\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:04.381711\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:20:05.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:04 smithi012 bash[23428]: audit 2023-10-26T08:20:04.389788+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380313\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380517\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380644\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380765\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380886\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381007\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381166\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381311\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:04.381433\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:04.381711\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:20:05.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:04 smithi012 bash[23428]: cephadm 2023-10-26T08:20:04.394140+0000 mgr.y (mgr.14140) 225 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-10-26T08:20:05.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:04 smithi012 bash[23428]: cephadm 2023-10-26T08:20:04.398355+0000 mgr.y (mgr.14140) 226 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi012 2023-10-26T08:20:05.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:04 smithi012 bash[26970]: audit 2023-10-26T08:20:04.384094+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380313\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380517\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380644\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380765\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380886\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381007\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381166\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381311\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:04.381433\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:04.381711\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:20:05.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:04 smithi012 bash[26970]: audit 2023-10-26T08:20:04.389788+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380313\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380517\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380644\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380765\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380886\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381007\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"5872beb2963c\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381166\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:19:20.280874\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381311\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:04.381433\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:19:01.207038\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:04.381711\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:20:05.327 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:04 smithi012 bash[26970]: cephadm 2023-10-26T08:20:04.394140+0000 mgr.y (mgr.14140) 225 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-10-26T08:20:05.327 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:04 smithi012 bash[26970]: cephadm 2023-10-26T08:20:04.398355+0000 mgr.y (mgr.14140) 226 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi012 2023-10-26T08:20:05.476 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:05 smithi079 bash[32523]: t=2023-10-26T08:20:05+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2023-10-26T08:20:05.477 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:05 smithi079 bash[32523]: t=2023-10-26T08:20:05+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2023-10-26T08:20:05.477 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:05 smithi079 bash[32523]: t=2023-10-26T08:20:05+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2023-10-26T08:20:05.477 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:05 smithi079 bash[32523]: t=2023-10-26T08:20:05+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2023-10-26T08:20:05.809 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:05 smithi079 bash[32523]: t=2023-10-26T08:20:05+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2023-10-26T08:20:05.809 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:05 smithi079 bash[32523]: t=2023-10-26T08:20:05+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2023-10-26T08:20:05.809 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:05 smithi079 bash[32523]: t=2023-10-26T08:20:05+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2023-10-26T08:20:05.810 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:05 smithi079 bash[32523]: t=2023-10-26T08:20:05+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2023-10-26T08:20:06.122 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:05 smithi079 bash[32523]: t=2023-10-26T08:20:05+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2023-10-26T08:20:06.123 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:05 smithi079 bash[32523]: t=2023-10-26T08:20:05+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2023-10-26T08:20:06.123 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:05 smithi079 bash[32523]: t=2023-10-26T08:20:05+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2023-10-26T08:20:06.123 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:06 smithi079 bash[32523]: t=2023-10-26T08:20:06+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-10-26T08:20:06.123 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:06 smithi079 bash[32523]: t=2023-10-26T08:20:06+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2023-10-26T08:20:06.388 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:06 smithi079 bash[32523]: t=2023-10-26T08:20:06+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2023-10-26T08:20:06.389 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:06 smithi079 bash[32523]: t=2023-10-26T08:20:06+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2023-10-26T08:20:06.389 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:06 smithi079 bash[32523]: t=2023-10-26T08:20:06+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2023-10-26T08:20:06.656 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:06 smithi079 bash[32523]: t=2023-10-26T08:20:06+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2023-10-26T08:20:06.657 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:06 smithi079 bash[32523]: t=2023-10-26T08:20:06+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2023-10-26T08:20:06.657 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:06 smithi079 bash[32523]: t=2023-10-26T08:20:06+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2023-10-26T08:20:06.657 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:06 smithi079 bash[32523]: t=2023-10-26T08:20:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2023-10-26T08:20:06.949 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:06 smithi079 bash[32523]: t=2023-10-26T08:20:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2023-10-26T08:20:06.950 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:06 smithi079 bash[32523]: t=2023-10-26T08:20:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2023-10-26T08:20:06.950 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:06 smithi079 bash[32523]: t=2023-10-26T08:20:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2023-10-26T08:20:06.950 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:06 smithi079 bash[32523]: t=2023-10-26T08:20:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2023-10-26T08:20:07.217 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:06 smithi079 bash[32523]: t=2023-10-26T08:20:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2023-10-26T08:20:07.218 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:07 smithi079 bash[32523]: t=2023-10-26T08:20:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2023-10-26T08:20:07.218 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:07 smithi079 bash[32523]: t=2023-10-26T08:20:07+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2023-10-26T08:20:07.218 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:07 smithi079 bash[32523]: t=2023-10-26T08:20:07+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2023-10-26T08:20:07.218 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:07 smithi079 bash[32523]: t=2023-10-26T08:20:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2023-10-26T08:20:07.469 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:07 smithi079 bash[23494]: cluster 2023-10-26T08:20:06.325927+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:07.469 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:07 smithi079 bash[32523]: t=2023-10-26T08:20:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2023-10-26T08:20:07.470 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:07 smithi079 bash[32523]: t=2023-10-26T08:20:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2023-10-26T08:20:07.470 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:07 smithi079 bash[32523]: t=2023-10-26T08:20:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2023-10-26T08:20:07.573 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:07 smithi012 bash[23428]: cluster 2023-10-26T08:20:06.325927+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:07.574 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:07 smithi012 bash[26970]: cluster 2023-10-26T08:20:06.325927+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:07.726 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:07 smithi079 bash[32523]: t=2023-10-26T08:20:07+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2023-10-26T08:20:07.727 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:07 smithi079 bash[32523]: t=2023-10-26T08:20:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2023-10-26T08:20:07.727 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:07 smithi079 bash[32523]: t=2023-10-26T08:20:07+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2023-10-26T08:20:08.089 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:07 smithi079 bash[32523]: t=2023-10-26T08:20:07+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2023-10-26T08:20:08.089 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:07 smithi079 bash[32523]: t=2023-10-26T08:20:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2023-10-26T08:20:08.089 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:07 smithi079 bash[32523]: t=2023-10-26T08:20:07+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2023-10-26T08:20:08.089 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:08 smithi079 bash[32523]: t=2023-10-26T08:20:08+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-10-26T08:20:08.090 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:08 smithi079 bash[32523]: t=2023-10-26T08:20:08+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2023-10-26T08:20:08.361 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:08 smithi079 bash[32523]: t=2023-10-26T08:20:08+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-10-26T08:20:08.361 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:08 smithi079 bash[32523]: t=2023-10-26T08:20:08+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-10-26T08:20:08.362 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:08 smithi079 bash[32523]: t=2023-10-26T08:20:08+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2023-10-26T08:20:08.642 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:08 smithi079 bash[32523]: t=2023-10-26T08:20:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2023-10-26T08:20:08.642 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:08 smithi079 bash[32523]: t=2023-10-26T08:20:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2023-10-26T08:20:08.643 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:08 smithi079 bash[32523]: t=2023-10-26T08:20:08+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2023-10-26T08:20:08.643 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:08 smithi079 bash[32523]: t=2023-10-26T08:20:08+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2023-10-26T08:20:08.643 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:08 smithi079 bash[32523]: t=2023-10-26T08:20:08+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2023-10-26T08:20:08.944 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:08 smithi079 bash[32523]: t=2023-10-26T08:20:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2023-10-26T08:20:08.944 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:08 smithi079 bash[32523]: t=2023-10-26T08:20:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2023-10-26T08:20:08.944 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:08 smithi079 bash[32523]: t=2023-10-26T08:20:08+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2023-10-26T08:20:09.195 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:08 smithi079 bash[32523]: t=2023-10-26T08:20:08+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2023-10-26T08:20:09.195 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:09 smithi079 bash[32523]: t=2023-10-26T08:20:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2023-10-26T08:20:09.195 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:09 smithi079 bash[32523]: t=2023-10-26T08:20:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2023-10-26T08:20:09.476 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:09 smithi079 bash[32523]: t=2023-10-26T08:20:09+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-10-26T08:20:09.477 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:09 smithi079 bash[32523]: t=2023-10-26T08:20:09+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2023-10-26T08:20:09.477 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:09 smithi079 bash[32523]: t=2023-10-26T08:20:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2023-10-26T08:20:09.477 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:09 smithi079 bash[32523]: t=2023-10-26T08:20:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2023-10-26T08:20:09.764 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:09 smithi079 bash[32523]: t=2023-10-26T08:20:09+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2023-10-26T08:20:09.765 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:09 smithi079 bash[32523]: t=2023-10-26T08:20:09+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2023-10-26T08:20:09.765 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:09 smithi079 bash[32523]: t=2023-10-26T08:20:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2023-10-26T08:20:09.765 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:09 smithi079 bash[32523]: t=2023-10-26T08:20:09+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2023-10-26T08:20:10.066 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:09 smithi079 bash[23494]: cluster 2023-10-26T08:20:08.326584+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:10.067 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:09 smithi079 bash[32523]: t=2023-10-26T08:20:09+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2023-10-26T08:20:10.067 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:09 smithi079 bash[32523]: t=2023-10-26T08:20:09+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2023-10-26T08:20:10.067 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:09 smithi079 bash[32523]: t=2023-10-26T08:20:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2023-10-26T08:20:10.068 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:10 smithi079 bash[32523]: t=2023-10-26T08:20:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2023-10-26T08:20:10.068 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:10 smithi079 bash[32523]: t=2023-10-26T08:20:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2023-10-26T08:20:10.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:09 smithi012 bash[23428]: cluster 2023-10-26T08:20:08.326584+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:10.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:09 smithi012 bash[26970]: cluster 2023-10-26T08:20:08.326584+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:10.138 INFO:teuthology.orchestra.run.smithi012.stdout:133143986208 2023-10-26T08:20:10.139 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-10-26T08:20:10.368 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:10 smithi079 bash[32523]: t=2023-10-26T08:20:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2023-10-26T08:20:10.369 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:10 smithi079 bash[32523]: t=2023-10-26T08:20:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2023-10-26T08:20:10.369 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:10 smithi079 bash[32523]: t=2023-10-26T08:20:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2023-10-26T08:20:10.582 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:10 smithi012 systemd[1]: Stopping Ceph alertmanager.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:20:10.669 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:10 smithi079 bash[32523]: t=2023-10-26T08:20:10+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2023-10-26T08:20:10.670 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:10 smithi079 bash[32523]: t=2023-10-26T08:20:10+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2023-10-26T08:20:10.670 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:10 smithi079 bash[32523]: t=2023-10-26T08:20:10+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2023-10-26T08:20:10.670 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:10 smithi079 bash[32523]: t=2023-10-26T08:20:10+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2023-10-26T08:20:10.670 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:10 smithi079 bash[32523]: t=2023-10-26T08:20:10+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2023-10-26T08:20:10.976 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:10 smithi079 bash[32523]: t=2023-10-26T08:20:10+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2023-10-26T08:20:10.977 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:10 smithi079 bash[32523]: t=2023-10-26T08:20:10+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2023-10-26T08:20:10.977 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:10 smithi079 bash[32523]: t=2023-10-26T08:20:10+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2023-10-26T08:20:11.073 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:10 smithi012 bash[35505]: ts=2023-10-26T08:20:10.624Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2023-10-26T08:20:11.261 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:10 smithi079 bash[32523]: t=2023-10-26T08:20:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2023-10-26T08:20:11.261 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:11 smithi079 bash[32523]: t=2023-10-26T08:20:11+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2023-10-26T08:20:11.262 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:11 smithi079 bash[32523]: t=2023-10-26T08:20:11+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2023-10-26T08:20:11.262 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:11 smithi079 bash[32523]: t=2023-10-26T08:20:11+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2023-10-26T08:20:11.262 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:11 smithi079 bash[32523]: t=2023-10-26T08:20:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2023-10-26T08:20:11.541 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:11 smithi079 bash[32523]: t=2023-10-26T08:20:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-10-26T08:20:11.541 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:11 smithi079 bash[32523]: t=2023-10-26T08:20:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2023-10-26T08:20:11.541 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:11 smithi079 bash[32523]: t=2023-10-26T08:20:11+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2023-10-26T08:20:11.542 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:11 smithi079 bash[32523]: t=2023-10-26T08:20:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2023-10-26T08:20:11.792 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:11 smithi079 bash[32523]: t=2023-10-26T08:20:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2023-10-26T08:20:11.792 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:11 smithi079 bash[32523]: t=2023-10-26T08:20:11+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2023-10-26T08:20:11.792 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:11 smithi079 bash[32523]: t=2023-10-26T08:20:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2023-10-26T08:20:11.864 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:11 smithi012 bash[23428]: cluster 2023-10-26T08:20:10.327247+0000 mgr.y (mgr.14140) 229 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:11.865 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:11 smithi012 docker[37360]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-alertmanager.a 2023-10-26T08:20:11.865 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:11 smithi012 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@alertmanager.a.service: Succeeded. 2023-10-26T08:20:11.865 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:11 smithi012 systemd[1]: Stopped Ceph alertmanager.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:20:11.866 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:11 smithi012 systemd[1]: Starting Ceph alertmanager.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:20:11.866 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:11 smithi012 bash[26970]: cluster 2023-10-26T08:20:10.327247+0000 mgr.y (mgr.14140) 229 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:12.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:11 smithi079 bash[23494]: cluster 2023-10-26T08:20:10.327247+0000 mgr.y (mgr.14140) 229 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:12.052 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:11 smithi079 bash[32523]: t=2023-10-26T08:20:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2023-10-26T08:20:12.052 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:11 smithi079 bash[32523]: t=2023-10-26T08:20:11+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2023-10-26T08:20:12.053 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:12 smithi079 bash[32523]: t=2023-10-26T08:20:12+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-10-26T08:20:12.298 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:11 smithi012 docker[37396]: Error response from daemon: No such container: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-alertmanager.a 2023-10-26T08:20:12.298 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:11 smithi012 systemd[1]: Started Ceph alertmanager.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:20:12.328 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:12 smithi079 bash[32523]: t=2023-10-26T08:20:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2023-10-26T08:20:12.509 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:12 smithi079 bash[32523]: t=2023-10-26T08:20:12+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2023-10-26T08:20:12.984 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:12 smithi079 bash[32523]: t=2023-10-26T08:20:12+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2023-10-26T08:20:12.985 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:12 smithi079 bash[23494]: audit 2023-10-26T08:20:11.886007+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295430\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295666\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295784\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295896\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296006\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296116\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296227\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296339\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:20:12.985 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:12 smithi079 bash[23494]: audit 2023-10-26T08:20:11.890894+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295430\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295666\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295784\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295896\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296006\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296116\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296227\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296339\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:20:13.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:12 smithi012 bash[23428]: audit 2023-10-26T08:20:11.886007+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295430\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295666\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295784\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295896\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296006\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296116\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296227\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296339\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:20:13.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:12 smithi012 bash[23428]: audit 2023-10-26T08:20:11.890894+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295430\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295666\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295784\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295896\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296006\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296116\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296227\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296339\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:20:13.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:12 smithi012 bash[26970]: audit 2023-10-26T08:20:11.886007+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295430\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295666\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295784\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295896\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296006\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296116\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296227\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296339\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:20:13.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:12 smithi012 bash[26970]: audit 2023-10-26T08:20:11.890894+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295430\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295666\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295784\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.295896\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296006\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296116\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296227\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:03.296339\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:20:13.476 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:13 smithi079 bash[32523]: t=2023-10-26T08:20:13+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2023-10-26T08:20:13.792 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:13 smithi079 bash[32523]: t=2023-10-26T08:20:13+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2023-10-26T08:20:13.793 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:13 smithi079 bash[32523]: t=2023-10-26T08:20:13+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2023-10-26T08:20:13.793 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:13 smithi079 bash[32523]: t=2023-10-26T08:20:13+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2023-10-26T08:20:13.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:13 smithi012 bash[23428]: cephadm 2023-10-26T08:20:11.891797+0000 mgr.y (mgr.14140) 230 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-10-26T08:20:13.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:13 smithi012 bash[23428]: cephadm 2023-10-26T08:20:11.894156+0000 mgr.y (mgr.14140) 231 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-10-26T08:20:13.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:13 smithi012 bash[23428]: cluster 2023-10-26T08:20:12.327832+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:14.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:13 smithi012 bash[26970]: cephadm 2023-10-26T08:20:11.891797+0000 mgr.y (mgr.14140) 230 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-10-26T08:20:14.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:13 smithi012 bash[26970]: cephadm 2023-10-26T08:20:11.894156+0000 mgr.y (mgr.14140) 231 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-10-26T08:20:14.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:13 smithi012 bash[26970]: cluster 2023-10-26T08:20:12.327832+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:14.074 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:13 smithi012 bash[37433]: ts=2023-10-26T08:20:13.946Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2023-10-26T08:20:14.074 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:13 smithi012 bash[37433]: ts=2023-10-26T08:20:13.946Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2023-10-26T08:20:14.075 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:13 smithi012 bash[37433]: ts=2023-10-26T08:20:13.948Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.12 port=9094 2023-10-26T08:20:14.075 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:13 smithi012 bash[37433]: ts=2023-10-26T08:20:13.950Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-10-26T08:20:14.075 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:14 smithi012 bash[37433]: ts=2023-10-26T08:20:14.001Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-10-26T08:20:14.075 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:14 smithi012 bash[37433]: ts=2023-10-26T08:20:14.002Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-10-26T08:20:14.075 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:14 smithi012 bash[37433]: ts=2023-10-26T08:20:14.004Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2023-10-26T08:20:14.076 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:14 smithi012 bash[37433]: ts=2023-10-26T08:20:14.004Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-10-26T08:20:14.093 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:13 smithi079 bash[32523]: t=2023-10-26T08:20:13+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2023-10-26T08:20:14.094 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:13 smithi079 bash[23494]: cephadm 2023-10-26T08:20:11.891797+0000 mgr.y (mgr.14140) 230 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-10-26T08:20:14.094 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:13 smithi079 bash[23494]: cephadm 2023-10-26T08:20:11.894156+0000 mgr.y (mgr.14140) 231 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-10-26T08:20:14.094 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:13 smithi079 bash[23494]: cluster 2023-10-26T08:20:12.327832+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:14.393 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:14 smithi079 bash[32523]: t=2023-10-26T08:20:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2023-10-26T08:20:14.393 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:14 smithi079 bash[32523]: t=2023-10-26T08:20:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2023-10-26T08:20:14.393 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:14 smithi079 bash[32523]: t=2023-10-26T08:20:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2023-10-26T08:20:14.725 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:14 smithi079 bash[32523]: t=2023-10-26T08:20:14+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2023-10-26T08:20:14.726 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:14 smithi079 bash[32523]: t=2023-10-26T08:20:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2023-10-26T08:20:14.979 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:14 smithi079 bash[23494]: cluster 2023-10-26T08:20:14.328394+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:14.979 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:14 smithi079 bash[32523]: t=2023-10-26T08:20:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2023-10-26T08:20:15.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:14 smithi012 bash[23428]: cluster 2023-10-26T08:20:14.328394+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:15.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:14 smithi012 bash[26970]: cluster 2023-10-26T08:20:14.328394+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:15.343 INFO:teuthology.orchestra.run.smithi012.stdout:154618822683 2023-10-26T08:20:15.344 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-10-26T08:20:15.467 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:15 smithi079 bash[32523]: t=2023-10-26T08:20:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2023-10-26T08:20:15.468 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:15 smithi079 bash[32523]: t=2023-10-26T08:20:15+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2023-10-26T08:20:15.726 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:15 smithi079 bash[32523]: t=2023-10-26T08:20:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2023-10-26T08:20:16.227 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:15 smithi079 bash[32523]: t=2023-10-26T08:20:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2023-10-26T08:20:16.227 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:16 smithi079 bash[32523]: t=2023-10-26T08:20:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2023-10-26T08:20:16.297 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:15 smithi012 bash[37433]: ts=2023-10-26T08:20:15.951Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000694793s 2023-10-26T08:20:16.657 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:16 smithi079 bash[32523]: t=2023-10-26T08:20:16+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2023-10-26T08:20:16.657 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:16 smithi079 bash[32523]: t=2023-10-26T08:20:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-10-26T08:20:16.949 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:16 smithi079 bash[32523]: t=2023-10-26T08:20:16+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2023-10-26T08:20:16.949 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:16 smithi079 bash[32523]: t=2023-10-26T08:20:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2023-10-26T08:20:17.229 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:16 smithi079 bash[32523]: t=2023-10-26T08:20:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2023-10-26T08:20:17.230 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:17 smithi079 bash[32523]: t=2023-10-26T08:20:17+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2023-10-26T08:20:17.230 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:17 smithi079 bash[32523]: t=2023-10-26T08:20:17+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2023-10-26T08:20:17.514 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:17 smithi079 bash[23494]: cluster 2023-10-26T08:20:16.329121+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:17.515 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:17 smithi079 bash[32523]: t=2023-10-26T08:20:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2023-10-26T08:20:17.516 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:17 smithi079 bash[32523]: t=2023-10-26T08:20:17+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2023-10-26T08:20:17.573 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:17 smithi012 bash[23428]: cluster 2023-10-26T08:20:16.329121+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:17.574 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:17 smithi012 bash[26970]: cluster 2023-10-26T08:20:16.329121+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:17.976 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:17 smithi079 bash[32523]: t=2023-10-26T08:20:17+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2023-10-26T08:20:17.977 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:17 smithi079 bash[32523]: t=2023-10-26T08:20:17+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2023-10-26T08:20:18.355 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[32523]: t=2023-10-26T08:20:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2023-10-26T08:20:18.355 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[32523]: t=2023-10-26T08:20:18+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2023-10-26T08:20:18.355 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[32523]: t=2023-10-26T08:20:18+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2023-10-26T08:20:18.688 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[32523]: t=2023-10-26T08:20:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-10-26T08:20:18.689 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[32523]: t=2023-10-26T08:20:18+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2023-10-26T08:20:18.689 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:18 smithi079 systemd[1]: Stopping Ceph prometheus.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:20:18.689 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[31753]: ts=2023-10-26T08:20:18.434Z caller=main.go:859 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-10-26T08:20:18.689 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[31753]: ts=2023-10-26T08:20:18.434Z caller=main.go:883 level=info msg="Stopping scrape discovery manager..." 2023-10-26T08:20:18.690 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[31753]: ts=2023-10-26T08:20:18.434Z caller=main.go:897 level=info msg="Stopping notify discovery manager..." 2023-10-26T08:20:18.690 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[31753]: ts=2023-10-26T08:20:18.434Z caller=manager.go:1023 level=info component="rule manager" msg="Stopping rule manager..." 2023-10-26T08:20:18.690 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[31753]: ts=2023-10-26T08:20:18.434Z caller=main.go:879 level=info msg="Scrape discovery manager stopped" 2023-10-26T08:20:18.690 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[31753]: ts=2023-10-26T08:20:18.434Z caller=manager.go:1033 level=info component="rule manager" msg="Rule manager stopped" 2023-10-26T08:20:18.690 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[31753]: ts=2023-10-26T08:20:18.435Z caller=main.go:934 level=info msg="Stopping scrape manager..." 2023-10-26T08:20:18.691 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[31753]: ts=2023-10-26T08:20:18.434Z caller=main.go:893 level=info msg="Notify discovery manager stopped" 2023-10-26T08:20:18.691 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[31753]: ts=2023-10-26T08:20:18.435Z caller=main.go:926 level=info msg="Scrape manager stopped" 2023-10-26T08:20:18.691 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[31753]: ts=2023-10-26T08:20:18.436Z caller=notifier.go:603 level=info component=notifier msg="Stopping notification manager..." 2023-10-26T08:20:18.691 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[31753]: ts=2023-10-26T08:20:18.436Z caller=main.go:1155 level=info msg="Notifier manager stopped" 2023-10-26T08:20:18.691 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[31753]: ts=2023-10-26T08:20:18.436Z caller=main.go:1167 level=info msg="See you next time!" 2023-10-26T08:20:18.923 INFO:teuthology.orchestra.run.smithi012.stdout:176093659160 2023-10-26T08:20:18.924 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-10-26T08:20:18.976 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[32523]: t=2023-10-26T08:20:18+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2023-10-26T08:20:18.977 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:18 smithi079 bash[32523]: t=2023-10-26T08:20:18+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2023-10-26T08:20:19.498 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:19 smithi079 docker[32985]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-prometheus.a 2023-10-26T08:20:19.498 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:19 smithi079 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@prometheus.a.service: Succeeded. 2023-10-26T08:20:19.499 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:19 smithi079 systemd[1]: Stopped Ceph prometheus.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:20:19.499 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:19 smithi079 bash[32523]: t=2023-10-26T08:20:19+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2023-10-26T08:20:19.499 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:19 smithi079 bash[32523]: t=2023-10-26T08:20:19+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2023-10-26T08:20:19.815 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:19 smithi079 systemd[1]: Starting Ceph prometheus.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:20:19.816 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:19 smithi079 docker[33022]: Error response from daemon: No such container: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-prometheus.a 2023-10-26T08:20:19.816 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:19 smithi079 systemd[1]: Started Ceph prometheus.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:20:19.816 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:19 smithi079 bash[32523]: t=2023-10-26T08:20:19+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2023-10-26T08:20:20.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:19 smithi012 bash[23428]: cluster 2023-10-26T08:20:18.329785+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:20.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:19 smithi012 bash[26970]: cluster 2023-10-26T08:20:18.329785+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:20.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:19 smithi012 bash[26970]: audit 2023-10-26T08:20:19.549367+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380313\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380517\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380644\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380765\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380886\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381007\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381311\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:04.381433\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:20:20.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:19 smithi012 bash[23428]: audit 2023-10-26T08:20:19.549367+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380313\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380517\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380644\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380765\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380886\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381007\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381311\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:04.381433\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:20:20.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:19 smithi012 bash[26970]: audit 2023-10-26T08:20:19.556168+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380313\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380517\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380644\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380765\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380886\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381007\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381311\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:04.381433\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:20:20.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:19 smithi012 bash[23428]: audit 2023-10-26T08:20:19.556168+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380313\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380517\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380644\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380765\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380886\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381007\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381311\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:04.381433\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:20:20.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:19 smithi012 bash[26970]: audit 2023-10-26T08:20:19.557874+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi079:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2023-10-26T08:20:20.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:19 smithi012 bash[26970]: audit 2023-10-26T08:20:19.565129+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi079:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2023-10-26T08:20:20.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:19 smithi012 bash[26970]: audit 2023-10-26T08:20:19.569277+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:20.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:19 smithi012 bash[23428]: audit 2023-10-26T08:20:19.557874+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi079:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2023-10-26T08:20:20.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:19 smithi012 bash[23428]: audit 2023-10-26T08:20:19.565129+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi079:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2023-10-26T08:20:20.079 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:19 smithi012 bash[23428]: audit 2023-10-26T08:20:19.569277+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:20.244 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:20 smithi079 bash[32523]: t=2023-10-26T08:20:20+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2023-10-26T08:20:20.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:19 smithi079 bash[23494]: cluster 2023-10-26T08:20:18.329785+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:20.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:19 smithi079 bash[23494]: audit 2023-10-26T08:20:19.549367+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380313\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380517\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380644\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380765\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380886\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381007\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381311\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:04.381433\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:20:20.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:19 smithi079 bash[23494]: audit 2023-10-26T08:20:19.556168+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380313\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380517\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380644\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380765\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.380886\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381007\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:04.381311\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:04.381433\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:20:20.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:19 smithi079 bash[23494]: audit 2023-10-26T08:20:19.557874+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi079:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2023-10-26T08:20:20.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:19 smithi079 bash[23494]: audit 2023-10-26T08:20:19.565129+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi079:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2023-10-26T08:20:20.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:19 smithi079 bash[23494]: audit 2023-10-26T08:20:19.569277+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:20.775 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:20 smithi079 bash[32523]: t=2023-10-26T08:20:20+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2023-10-26T08:20:20.775 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:20 smithi079 bash[32523]: t=2023-10-26T08:20:20+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2023-10-26T08:20:21.069 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:20 smithi079 bash[32523]: t=2023-10-26T08:20:20+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2023-10-26T08:20:21.070 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:20 smithi079 bash[32523]: t=2023-10-26T08:20:20+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2023-10-26T08:20:21.070 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:20 smithi079 bash[23494]: cephadm 2023-10-26T08:20:19.557450+0000 mgr.y (mgr.14140) 236 : cephadm [INF] Setting dashboard grafana config to https://smithi079:3000 2023-10-26T08:20:21.070 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:20 smithi079 bash[23494]: audit 2023-10-26T08:20:20.730431+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727172\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727351\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727436\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727514\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727593\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727671\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727750\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727844\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727991\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_daemon_update\": \"2023-10-26T08:20:20.728288\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:20:21.071 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:20 smithi079 bash[23494]: audit 2023-10-26T08:20:20.734890+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727172\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727351\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727436\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727514\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727593\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727671\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727750\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727844\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727991\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_daemon_update\": \"2023-10-26T08:20:20.728288\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:20:21.071 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:20 smithi079 bash[23494]: audit 2023-10-26T08:20:20.736424+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:21.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:20 smithi012 bash[23428]: cephadm 2023-10-26T08:20:19.557450+0000 mgr.y (mgr.14140) 236 : cephadm [INF] Setting dashboard grafana config to https://smithi079:3000 2023-10-26T08:20:21.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:20 smithi012 bash[26970]: cephadm 2023-10-26T08:20:19.557450+0000 mgr.y (mgr.14140) 236 : cephadm [INF] Setting dashboard grafana config to https://smithi079:3000 2023-10-26T08:20:21.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:20 smithi012 bash[23428]: audit 2023-10-26T08:20:20.730431+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727172\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727351\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727436\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727514\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727593\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727671\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727750\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727844\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727991\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_daemon_update\": \"2023-10-26T08:20:20.728288\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:20:21.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:20 smithi012 bash[23428]: audit 2023-10-26T08:20:20.734890+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727172\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727351\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727436\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727514\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727593\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727671\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727750\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727844\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727991\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_daemon_update\": \"2023-10-26T08:20:20.728288\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:20:21.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:20 smithi012 bash[23428]: audit 2023-10-26T08:20:20.736424+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:21.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:20 smithi012 bash[26970]: audit 2023-10-26T08:20:20.730431+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727172\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727351\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727436\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727514\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727593\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727671\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727750\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727844\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727991\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_daemon_update\": \"2023-10-26T08:20:20.728288\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:20:21.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:20 smithi012 bash[26970]: audit 2023-10-26T08:20:20.734890+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727172\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727351\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727436\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727514\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727593\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727671\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727750\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727844\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:20.727991\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_daemon_update\": \"2023-10-26T08:20:20.728288\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:20:21.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:20 smithi012 bash[26970]: audit 2023-10-26T08:20:20.736424+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:21.371 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[32523]: t=2023-10-26T08:20:21+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2023-10-26T08:20:21.371 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[32523]: t=2023-10-26T08:20:21+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2023-10-26T08:20:21.372 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[32523]: t=2023-10-26T08:20:21+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2023-10-26T08:20:21.372 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[32523]: t=2023-10-26T08:20:21+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2023-10-26T08:20:21.372 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.194Z caller=main.go:539 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-10-26T08:20:21.373 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.194Z caller=main.go:583 level=info msg="Starting Prometheus Server" mode=server version="(version=2.47.2, branch=HEAD, revision=3f3172cde1ee37f1c7b3a5f3d9b031190509b3ad)" 2023-10-26T08:20:21.373 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.194Z caller=main.go:588 level=info build_context="(go=go1.21.3, platform=linux/amd64, user=root@79f2ad339b75, date=20231012-16:07:10, tags=netgo,builtinassets,stringlabels)" 2023-10-26T08:20:21.373 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.194Z caller=main.go:589 level=info host_details="(Linux 5.4.0-165-generic #182-Ubuntu SMP Mon Oct 2 19:43:28 UTC 2023 x86_64 smithi079 (none))" 2023-10-26T08:20:21.373 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.194Z caller=main.go:590 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-10-26T08:20:21.374 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.194Z caller=main.go:591 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-10-26T08:20:21.374 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.197Z caller=web.go:566 level=info component=web msg="Start listening for connections" address=:9095 2023-10-26T08:20:21.374 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.198Z caller=main.go:1024 level=info msg="Starting TSDB ..." 2023-10-26T08:20:21.374 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.201Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2023-10-26T08:20:21.374 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.201Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-10-26T08:20:21.375 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.206Z caller=head.go:600 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-10-26T08:20:21.375 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.206Z caller=head.go:681 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.643µs 2023-10-26T08:20:21.375 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.206Z caller=head.go:689 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-10-26T08:20:21.375 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.206Z caller=head.go:760 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2023-10-26T08:20:21.375 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.207Z caller=head.go:760 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2023-10-26T08:20:21.376 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.207Z caller=head.go:797 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=57.619µs wal_replay_duration=960.943µs wbl_replay_duration=160ns total_replay_duration=1.051085ms 2023-10-26T08:20:21.376 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.210Z caller=main.go:1045 level=info fs_type=XFS_SUPER_MAGIC 2023-10-26T08:20:21.376 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.210Z caller=main.go:1048 level=info msg="TSDB started" 2023-10-26T08:20:21.376 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.210Z caller=main.go:1229 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-10-26T08:20:21.376 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.211Z caller=main.go:1266 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=876.368µs db_storage=1.151µs remote_storage=1.599µs web_handler=420ns query_engine=890ns scrape=371.867µs scrape_sd=46.073µs notify=37.351µs notify_sd=16.669µs rules=40.454µs tracing=7.746µs 2023-10-26T08:20:21.377 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.211Z caller=main.go:1009 level=info msg="Server is ready to receive web requests." 2023-10-26T08:20:21.377 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[33032]: ts=2023-10-26T08:20:21.211Z caller=manager.go:1009 level=info component="rule manager" msg="Starting rule manager..." 2023-10-26T08:20:21.621 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[32523]: t=2023-10-26T08:20:21+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2023-10-26T08:20:21.622 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[32523]: t=2023-10-26T08:20:21+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2023-10-26T08:20:21.622 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[32523]: t=2023-10-26T08:20:21+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2023-10-26T08:20:21.900 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[23494]: cluster 2023-10-26T08:20:20.330316+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:21.900 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[32523]: t=2023-10-26T08:20:21+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2023-10-26T08:20:21.901 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[32523]: t=2023-10-26T08:20:21+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2023-10-26T08:20:21.981 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:21 smithi012 bash[26970]: cluster 2023-10-26T08:20:20.330316+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:21.982 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:21 smithi012 bash[23428]: cluster 2023-10-26T08:20:20.330316+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:22.159 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:21 smithi079 bash[32523]: t=2023-10-26T08:20:21+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2023-10-26T08:20:22.160 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[32523]: t=2023-10-26T08:20:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2023-10-26T08:20:22.160 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[32523]: t=2023-10-26T08:20:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2023-10-26T08:20:22.470 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[32523]: t=2023-10-26T08:20:22+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2023-10-26T08:20:22.470 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[32523]: t=2023-10-26T08:20:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2023-10-26T08:20:22.471 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[32523]: t=2023-10-26T08:20:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2023-10-26T08:20:22.471 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[32523]: t=2023-10-26T08:20:22+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2023-10-26T08:20:22.721 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[32523]: t=2023-10-26T08:20:22+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2023-10-26T08:20:22.721 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[32523]: t=2023-10-26T08:20:22+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2023-10-26T08:20:22.721 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[32523]: t=2023-10-26T08:20:22+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-10-26T08:20:22.740 INFO:teuthology.orchestra.run.smithi012.stdout:197568495635 2023-10-26T08:20:22.740 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-26T08:20:22.977 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[32523]: t=2023-10-26T08:20:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-10-26T08:20:22.977 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[32523]: t=2023-10-26T08:20:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2023-10-26T08:20:22.977 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[32523]: t=2023-10-26T08:20:22+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2023-10-26T08:20:22.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[23494]: audit 2023-10-26T08:20:21.859291+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855670\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855856\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855981\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856101\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856221\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856339\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856458\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856576\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:21.856694\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:21.856935\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:20:22.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[23494]: audit 2023-10-26T08:20:21.865088+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855670\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855856\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855981\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856101\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856221\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856339\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856458\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856576\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:21.856694\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:21.856935\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:20:22.979 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[23494]: audit 2023-10-26T08:20:21.868786+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:22.979 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[23494]: audit 2023-10-26T08:20:22.814392+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812670\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812765\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812813\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812858\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812903\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812948\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812992\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813037\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813082\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_daemon_update\": \"2023-10-26T08:20:22.813185\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:20:23.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:22 smithi012 bash[23428]: audit 2023-10-26T08:20:21.859291+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855670\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855856\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855981\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856101\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856221\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856339\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856458\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856576\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:21.856694\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:21.856935\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:20:23.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:22 smithi012 bash[26970]: audit 2023-10-26T08:20:21.859291+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855670\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855856\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855981\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856101\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856221\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856339\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856458\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856576\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:21.856694\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:21.856935\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:20:23.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:22 smithi012 bash[23428]: audit 2023-10-26T08:20:21.865088+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855670\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855856\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855981\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856101\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856221\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856339\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856458\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856576\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:21.856694\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:21.856935\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:20:23.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:22 smithi012 bash[23428]: audit 2023-10-26T08:20:21.868786+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:23.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:22 smithi012 bash[23428]: audit 2023-10-26T08:20:22.814392+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812670\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812765\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812813\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812858\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812903\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812948\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812992\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813037\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813082\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_daemon_update\": \"2023-10-26T08:20:22.813185\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:20:23.076 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:22 smithi012 bash[26970]: audit 2023-10-26T08:20:21.865088+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855670\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855856\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.855981\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856101\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856221\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856339\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856458\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:21.856576\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:21.856694\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:21.856935\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:20:23.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:22 smithi012 bash[26970]: audit 2023-10-26T08:20:21.868786+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:23.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:22 smithi012 bash[26970]: audit 2023-10-26T08:20:22.814392+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812670\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812765\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812813\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812858\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812903\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812948\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812992\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813037\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813082\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_daemon_update\": \"2023-10-26T08:20:22.813185\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:20:23.232 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:22 smithi079 bash[32523]: t=2023-10-26T08:20:22+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2023-10-26T08:20:23.233 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:23 smithi079 bash[32523]: t=2023-10-26T08:20:23+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2023-10-26T08:20:23.233 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:23 smithi079 bash[32523]: t=2023-10-26T08:20:23+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2023-10-26T08:20:23.233 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:23 smithi079 bash[32523]: t=2023-10-26T08:20:23+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-10-26T08:20:23.542 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:23 smithi079 bash[32523]: t=2023-10-26T08:20:23+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2023-10-26T08:20:23.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:23 smithi079 bash[32523]: t=2023-10-26T08:20:23+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2023-10-26T08:20:23.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:23 smithi079 bash[32523]: t=2023-10-26T08:20:23+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2023-10-26T08:20:23.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:23 smithi079 bash[32523]: t=2023-10-26T08:20:23+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2023-10-26T08:20:23.820 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:23 smithi079 bash[32523]: t=2023-10-26T08:20:23+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2023-10-26T08:20:23.820 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:23 smithi079 bash[32523]: t=2023-10-26T08:20:23+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2023-10-26T08:20:23.820 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:23 smithi079 bash[32523]: t=2023-10-26T08:20:23+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2023-10-26T08:20:23.820 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:23 smithi079 bash[32523]: t=2023-10-26T08:20:23+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2023-10-26T08:20:23.956 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:23 smithi012 bash[23428]: cluster 2023-10-26T08:20:22.330930+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:23.957 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:23 smithi012 bash[23428]: audit 2023-10-26T08:20:22.820495+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812670\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812765\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812813\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812858\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812903\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812948\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812992\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813037\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813082\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_daemon_update\": \"2023-10-26T08:20:22.813185\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:20:23.957 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:23 smithi012 bash[23428]: audit 2023-10-26T08:20:22.822591+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:23.958 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:23 smithi012 bash[26970]: cluster 2023-10-26T08:20:22.330930+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:23.958 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:23 smithi012 bash[26970]: audit 2023-10-26T08:20:22.820495+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812670\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812765\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812813\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812858\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812903\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812948\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812992\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813037\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813082\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_daemon_update\": \"2023-10-26T08:20:22.813185\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:20:23.958 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:23 smithi012 bash[26970]: audit 2023-10-26T08:20:22.822591+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:24.121 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:23 smithi079 bash[32523]: t=2023-10-26T08:20:23+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2023-10-26T08:20:24.122 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:23 smithi079 bash[32523]: t=2023-10-26T08:20:23+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2023-10-26T08:20:24.122 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:24 smithi079 bash[32523]: t=2023-10-26T08:20:24+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2023-10-26T08:20:24.122 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:24 smithi079 bash[32523]: t=2023-10-26T08:20:24+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2023-10-26T08:20:24.123 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:24 smithi079 bash[32523]: t=2023-10-26T08:20:24+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2023-10-26T08:20:24.123 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:23 smithi079 bash[23494]: cluster 2023-10-26T08:20:22.330930+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:24.124 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:23 smithi079 bash[23494]: audit 2023-10-26T08:20:22.820495+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812670\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812765\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812813\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812858\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812903\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812948\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812992\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813037\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813082\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}}, \"last_daemon_update\": \"2023-10-26T08:20:22.813185\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:20:24.124 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:23 smithi079 bash[23494]: audit 2023-10-26T08:20:22.822591+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:20:24.323 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:20:23 smithi012 bash[37433]: ts=2023-10-26T08:20:23.953Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003179537s 2023-10-26T08:20:24.424 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:24 smithi079 bash[32523]: t=2023-10-26T08:20:24+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2023-10-26T08:20:24.424 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:24 smithi079 bash[32523]: t=2023-10-26T08:20:24+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2023-10-26T08:20:24.424 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:24 smithi079 bash[32523]: t=2023-10-26T08:20:24+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2023-10-26T08:20:24.675 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:24 smithi079 bash[32523]: t=2023-10-26T08:20:24+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2023-10-26T08:20:24.675 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:24 smithi079 bash[32523]: t=2023-10-26T08:20:24+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2023-10-26T08:20:24.675 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:24 smithi079 bash[32523]: t=2023-10-26T08:20:24+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2023-10-26T08:20:24.935 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:24 smithi079 bash[32523]: t=2023-10-26T08:20:24+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2023-10-26T08:20:24.935 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:24 smithi079 bash[32523]: t=2023-10-26T08:20:24+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2023-10-26T08:20:24.935 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:24 smithi079 bash[32523]: t=2023-10-26T08:20:24+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2023-10-26T08:20:24.936 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:24 smithi079 bash[23494]: audit 2023-10-26T08:20:23.897490+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.893962\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894164\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894292\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894414\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894534\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894653\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894773\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894893\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:23.895013\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:23.895278\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:20:24.936 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:24 smithi079 bash[23494]: audit 2023-10-26T08:20:23.903823+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.893962\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894164\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894292\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894414\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894534\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894653\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894773\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894893\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:23.895013\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:23.895278\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:20:24.936 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:24 smithi079 bash[23494]: cluster 2023-10-26T08:20:24.331561+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:25.226 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:24 smithi079 bash[32523]: t=2023-10-26T08:20:24+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-10-26T08:20:25.227 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:25 smithi079 bash[32523]: t=2023-10-26T08:20:25+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2023-10-26T08:20:25.227 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:25 smithi079 bash[32523]: t=2023-10-26T08:20:25+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2023-10-26T08:20:25.227 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:25 smithi079 bash[32523]: t=2023-10-26T08:20:25+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2023-10-26T08:20:25.264 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:24 smithi012 bash[23428]: audit 2023-10-26T08:20:23.897490+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.893962\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894164\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894292\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894414\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894534\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894653\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894773\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894893\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:23.895013\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:23.895278\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:20:25.264 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:24 smithi012 bash[26970]: audit 2023-10-26T08:20:23.897490+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.893962\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894164\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894292\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894414\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894534\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894653\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894773\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894893\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:23.895013\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:23.895278\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:20:25.265 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:24 smithi012 bash[23428]: audit 2023-10-26T08:20:23.903823+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.893962\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894164\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894292\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894414\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894534\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894653\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894773\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894893\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:23.895013\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:23.895278\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:20:25.265 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:24 smithi012 bash[23428]: cluster 2023-10-26T08:20:24.331561+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:25.266 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:24 smithi012 bash[26970]: audit 2023-10-26T08:20:23.903823+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.893962\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894164\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894292\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894414\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894534\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894653\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894773\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894893\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:23.895013\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}}, \"last_daemon_update\": \"2023-10-26T08:20:23.895278\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:20:25.266 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:24 smithi012 bash[26970]: cluster 2023-10-26T08:20:24.331561+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:25.504 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:25 smithi079 bash[32523]: t=2023-10-26T08:20:25+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2023-10-26T08:20:25.505 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:25 smithi079 bash[32523]: t=2023-10-26T08:20:25+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2023-10-26T08:20:25.505 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:25 smithi079 bash[32523]: t=2023-10-26T08:20:25+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-10-26T08:20:25.505 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:25 smithi079 bash[32523]: t=2023-10-26T08:20:25+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2023-10-26T08:20:25.506 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:25 smithi079 bash[32523]: t=2023-10-26T08:20:25+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2023-10-26T08:20:25.612 INFO:teuthology.orchestra.run.smithi012.stdout:42949673016 2023-10-26T08:20:25.764 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:25 smithi079 bash[32523]: t=2023-10-26T08:20:25+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2023-10-26T08:20:25.765 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:25 smithi079 bash[32523]: t=2023-10-26T08:20:25+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2023-10-26T08:20:25.765 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:25 smithi079 bash[32523]: t=2023-10-26T08:20:25+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2023-10-26T08:20:25.913 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:25 smithi012 bash[23428]: audit 2023-10-26T08:20:25.609777+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.12:0/3696959890' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-26T08:20:26.033 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:25 smithi079 bash[23494]: audit 2023-10-26T08:20:25.609777+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.12:0/3696959890' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-26T08:20:26.033 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:25 smithi079 bash[32523]: t=2023-10-26T08:20:25+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2023-10-26T08:20:26.033 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:25 smithi079 bash[32523]: t=2023-10-26T08:20:25+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2023-10-26T08:20:26.034 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:25 smithi079 bash[32523]: t=2023-10-26T08:20:25+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2023-10-26T08:20:26.034 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:25 smithi079 bash[32523]: t=2023-10-26T08:20:25+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2023-10-26T08:20:26.034 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2023-10-26T08:20:26.323 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:25 smithi012 bash[26970]: audit 2023-10-26T08:20:25.609777+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.12:0/3696959890' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-26T08:20:26.420 INFO:tasks.cephadm.ceph_manager.ceph:need seq 42949673010 got 42949673016 for osd.0 2023-10-26T08:20:26.420 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-26T08:20:26.435 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2023-10-26T08:20:26.435 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2023-10-26T08:20:26.436 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2023-10-26T08:20:26.436 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2023-10-26T08:20:26.727 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing HTTPServer" logger=server 2023-10-26T08:20:26.727 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2023-10-26T08:20:26.727 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing PluginManager" logger=server 2023-10-26T08:20:26.728 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Starting plugin search" logger=plugins 2023-10-26T08:20:26.728 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2023-10-26T08:20:26.728 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2023-10-26T08:20:26.728 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing HooksService" logger=server 2023-10-26T08:20:26.728 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2023-10-26T08:20:26.729 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2023-10-26T08:20:26.729 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing RemoteCache" logger=server 2023-10-26T08:20:26.729 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing QuotaService" logger=server 2023-10-26T08:20:26.729 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing ServerLockService" logger=server 2023-10-26T08:20:26.729 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2023-10-26T08:20:26.730 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing RenderingService" logger=server 2023-10-26T08:20:26.730 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing AlertEngine" logger=server 2023-10-26T08:20:26.730 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2023-10-26T08:20:26.730 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing LoginService" logger=server 2023-10-26T08:20:26.731 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing SearchService" logger=server 2023-10-26T08:20:26.731 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing TracingService" logger=server 2023-10-26T08:20:26.731 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2023-10-26T08:20:26.731 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing CleanUpService" logger=server 2023-10-26T08:20:26.731 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing NotificationService" logger=server 2023-10-26T08:20:26.732 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2023-10-26T08:20:26.732 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2023-10-26T08:20:26.732 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2023-10-26T08:20:26.732 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2023-10-26T08:20:26.732 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+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 2023-10-26T08:20:26.733 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="Initializing Stream Manager" 2023-10-26T08:20:26.733 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[32523]: t=2023-10-26T08:20:26+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2023-10-26T08:20:27.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:26 smithi079 bash[23494]: cluster 2023-10-26T08:20:26.332220+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:27.323 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:26 smithi012 bash[26970]: cluster 2023-10-26T08:20:26.332220+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:27.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:26 smithi012 bash[23428]: cluster 2023-10-26T08:20:26.332220+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:29.305 INFO:teuthology.orchestra.run.smithi012.stdout:68719476787 2023-10-26T08:20:30.053 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476781 got 68719476787 for osd.1 2023-10-26T08:20:30.054 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-26T08:20:30.067 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:29 smithi012 bash[23428]: cluster 2023-10-26T08:20:28.332995+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:30.067 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:29 smithi012 bash[23428]: audit 2023-10-26T08:20:29.303181+0000 mon.a (mon.0) 525 : audit [DBG] from='client.? 172.21.15.12:0/1782508635' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-26T08:20:30.067 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:29 smithi012 bash[26970]: cluster 2023-10-26T08:20:28.332995+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:30.068 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:29 smithi012 bash[26970]: audit 2023-10-26T08:20:29.303181+0000 mon.a (mon.0) 525 : audit [DBG] from='client.? 172.21.15.12:0/1782508635' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-26T08:20:30.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:29 smithi079 bash[23494]: cluster 2023-10-26T08:20:28.332995+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:30.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:29 smithi079 bash[23494]: audit 2023-10-26T08:20:29.303181+0000 mon.a (mon.0) 525 : audit [DBG] from='client.? 172.21.15.12:0/1782508635' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-26T08:20:32.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:31 smithi079 bash[23494]: cluster 2023-10-26T08:20:30.333634+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:32.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:31 smithi012 bash[23428]: cluster 2023-10-26T08:20:30.333634+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:32.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:31 smithi012 bash[26970]: cluster 2023-10-26T08:20:30.333634+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:33.005 INFO:teuthology.orchestra.run.smithi012.stdout:90194313263 2023-10-26T08:20:33.716 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313256 got 90194313263 for osd.2 2023-10-26T08:20:33.717 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-26T08:20:34.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:33 smithi012 bash[23428]: cluster 2023-10-26T08:20:32.334228+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:34.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:33 smithi012 bash[23428]: audit 2023-10-26T08:20:33.002417+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.12:0/3833259507' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-26T08:20:34.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:33 smithi012 bash[26970]: cluster 2023-10-26T08:20:32.334228+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:34.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:33 smithi012 bash[26970]: audit 2023-10-26T08:20:33.002417+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.12:0/3833259507' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-26T08:20:34.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:33 smithi079 bash[23494]: cluster 2023-10-26T08:20:32.334228+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:34.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:33 smithi079 bash[23494]: audit 2023-10-26T08:20:33.002417+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.12:0/3833259507' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-26T08:20:34.930 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:34 smithi012 bash[26970]: cluster 2023-10-26T08:20:34.334935+0000 mgr.y (mgr.14140) 244 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:34.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:34 smithi012 bash[23428]: cluster 2023-10-26T08:20:34.334935+0000 mgr.y (mgr.14140) 244 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:35.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:34 smithi079 bash[23494]: cluster 2023-10-26T08:20:34.334935+0000 mgr.y (mgr.14140) 244 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:36.512 INFO:teuthology.orchestra.run.smithi012.stdout:111669149737 2023-10-26T08:20:37.262 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149731 got 111669149737 for osd.3 2023-10-26T08:20:37.262 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-26T08:20:37.573 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:37 smithi012 bash[23428]: cluster 2023-10-26T08:20:36.335545+0000 mgr.y (mgr.14140) 245 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:37.573 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:37 smithi012 bash[23428]: audit 2023-10-26T08:20:36.510197+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.12:0/3830866319' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-26T08:20:37.574 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:37 smithi012 bash[26970]: cluster 2023-10-26T08:20:36.335545+0000 mgr.y (mgr.14140) 245 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:37.574 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:37 smithi012 bash[26970]: audit 2023-10-26T08:20:36.510197+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.12:0/3830866319' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-26T08:20:37.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:37 smithi079 bash[23494]: cluster 2023-10-26T08:20:36.335545+0000 mgr.y (mgr.14140) 245 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:37.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:37 smithi079 bash[23494]: audit 2023-10-26T08:20:36.510197+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.12:0/3830866319' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-26T08:20:39.997 INFO:teuthology.orchestra.run.smithi012.stdout:133143986214 2023-10-26T08:20:40.053 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:39 smithi012 bash[23428]: cluster 2023-10-26T08:20:38.336118+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:40.054 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:39 smithi012 bash[26970]: cluster 2023-10-26T08:20:38.336118+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:40.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:39 smithi079 bash[23494]: cluster 2023-10-26T08:20:38.336118+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:40.726 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986208 got 133143986214 for osd.4 2023-10-26T08:20:40.727 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-10-26T08:20:41.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:40 smithi012 bash[23428]: audit 2023-10-26T08:20:39.995655+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.12:0/1669220043' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-26T08:20:41.073 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:40 smithi012 bash[26970]: audit 2023-10-26T08:20:39.995655+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.12:0/1669220043' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-26T08:20:41.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:40 smithi079 bash[23494]: audit 2023-10-26T08:20:39.995655+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.12:0/1669220043' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-26T08:20:41.962 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:41 smithi012 bash[23428]: cluster 2023-10-26T08:20:40.336822+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:41.962 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:41 smithi012 bash[26970]: cluster 2023-10-26T08:20:40.336822+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:42.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:41 smithi079 bash[23494]: cluster 2023-10-26T08:20:40.336822+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:43.561 INFO:teuthology.orchestra.run.smithi012.stdout:154618822689 2023-10-26T08:20:43.969 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:43 smithi012 bash[23428]: cluster 2023-10-26T08:20:42.337464+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:44.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:43 smithi012 bash[23428]: audit 2023-10-26T08:20:43.559078+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.12:0/1645814081' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-26T08:20:44.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:43 smithi012 bash[26970]: cluster 2023-10-26T08:20:42.337464+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:44.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:43 smithi012 bash[26970]: audit 2023-10-26T08:20:43.559078+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.12:0/1645814081' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-26T08:20:44.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:43 smithi079 bash[23494]: cluster 2023-10-26T08:20:42.337464+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:44.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:43 smithi079 bash[23494]: audit 2023-10-26T08:20:43.559078+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.12:0/1645814081' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-26T08:20:44.269 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822683 got 154618822689 for osd.5 2023-10-26T08:20:44.270 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-10-26T08:20:46.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:45 smithi079 bash[23494]: cluster 2023-10-26T08:20:44.338052+0000 mgr.y (mgr.14140) 249 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:46.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:45 smithi012 bash[23428]: cluster 2023-10-26T08:20:44.338052+0000 mgr.y (mgr.14140) 249 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:46.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:45 smithi012 bash[26970]: cluster 2023-10-26T08:20:44.338052+0000 mgr.y (mgr.14140) 249 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:47.143 INFO:teuthology.orchestra.run.smithi012.stdout:176093659166 2023-10-26T08:20:47.842 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659160 got 176093659166 for osd.6 2023-10-26T08:20:47.842 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-10-26T08:20:48.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:47 smithi079 bash[23494]: cluster 2023-10-26T08:20:46.338612+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:48.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:47 smithi079 bash[23494]: audit 2023-10-26T08:20:47.141036+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.12:0/113225737' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-26T08:20:48.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:47 smithi012 bash[23428]: cluster 2023-10-26T08:20:46.338612+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:48.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:47 smithi012 bash[23428]: audit 2023-10-26T08:20:47.141036+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.12:0/113225737' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-26T08:20:48.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:47 smithi012 bash[26970]: cluster 2023-10-26T08:20:46.338612+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:48.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:47 smithi012 bash[26970]: audit 2023-10-26T08:20:47.141036+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.12:0/113225737' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-26T08:20:49.060 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:48 smithi012 bash[23428]: cluster 2023-10-26T08:20:48.339263+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:49.060 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:48 smithi012 bash[26970]: cluster 2023-10-26T08:20:48.339263+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:49.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:48 smithi079 bash[23494]: cluster 2023-10-26T08:20:48.339263+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:50.636 INFO:teuthology.orchestra.run.smithi012.stdout:197568495641 2023-10-26T08:20:51.461 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495635 got 197568495641 for osd.7 2023-10-26T08:20:51.461 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-26T08:20:51.462 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph pg dump --format=json 2023-10-26T08:20:51.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:51 smithi079 bash[23494]: cluster 2023-10-26T08:20:50.339681+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:51.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:51 smithi079 bash[23494]: audit 2023-10-26T08:20:50.634505+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.12:0/4036867532' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-26T08:20:51.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:51 smithi012 bash[23428]: cluster 2023-10-26T08:20:50.339681+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:51.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:51 smithi012 bash[23428]: audit 2023-10-26T08:20:50.634505+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.12:0/4036867532' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-26T08:20:51.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:51 smithi012 bash[26970]: cluster 2023-10-26T08:20:50.339681+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:51.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:51 smithi012 bash[26970]: audit 2023-10-26T08:20:50.634505+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.12:0/4036867532' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-26T08:20:54.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:53 smithi012 bash[23428]: cluster 2023-10-26T08:20:52.340259+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:54.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:53 smithi012 bash[26970]: cluster 2023-10-26T08:20:52.340259+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:54.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:53 smithi079 bash[23494]: cluster 2023-10-26T08:20:52.340259+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:54.271 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-10-26T08:20:54.272 INFO:teuthology.orchestra.run.smithi012.stderr:dumped all 2023-10-26T08:20:55.023 INFO:teuthology.orchestra.run.smithi012.stdout:{"pg_ready":true,"pg_map":{"version":241,"stamp":"2023-10-26T08:20:52.339936+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":8392220,"kb_used_data":3548,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568996,"statfs":{"total":767960285184,"available":759366651904,"internally_reserved":8589934592,"allocated":3633152,"data_stored":1443642,"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.003467"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"47","state":"active+clean","last_fresh":"2023-10-26T08:18:57.873501+0000","last_change":"2023-10-26T08:18:57.873501+0000","last_active":"2023-10-26T08:18:57.873501+0000","last_peered":"2023-10-26T08:18:57.873501+0000","last_clean":"2023-10-26T08:18:57.873501+0000","last_became_active":"2023-10-26T08:18:57.867603+0000","last_became_peered":"2023-10-26T08:18:57.867603+0000","last_unstale":"2023-10-26T08:18:57.873501+0000","last_undegraded":"2023-10-26T08:18:57.873501+0000","last_fullsized":"2023-10-26T08:18:57.873501+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":"2023-10-26T08:13:35.061985+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-26T08:13:35.061985+0000","last_clean_scrub_stamp":"2023-10-26T08:13:35.061985+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":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":180492,"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":"Thu Oct 26 08:19:57 2023","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.2649999999999999,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.89400000000000002},{"interface":"front","average":{"1min":0.90000000000000002,"5min":0.90000000000000002,"15min":0.90000000000000002},"min":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.123,"5min":1.123,"15min":1.123},"last":0.90800000000000003}]},{"osd":1,"last update":"Thu Oct 26 08:19:57 2023","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.69599999999999995},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.996}]},{"osd":2,"last update":"Thu Oct 26 08:19:57 2023","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"min":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.3839999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":0.83099999999999996},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"min":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.78700000000000003}]},{"osd":3,"last update":"Thu Oct 26 08:19:57 2023","interfaces":[{"interface":"back","average":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"min":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.755},{"interface":"front","average":{"1min":0.98399999999999999,"5min":0.98399999999999999,"15min":0.98399999999999999},"min":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.399,"5min":1.399,"15min":1.399},"last":1.0429999999999999}]},{"osd":4,"last update":"Thu Oct 26 08:19:57 2023","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.246,"5min":1.246,"15min":1.246},"last":1.071},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.94999999999999996}]},{"osd":5,"last update":"Thu Oct 26 08:19:57 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.98599999999999999,"15min":0.98599999999999999},"min":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.5509999999999999,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":0.97499999999999998},{"interface":"front","average":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"min":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.5269999999999999,"5min":1.5269999999999999,"15min":1.5269999999999999},"last":1.3680000000000001}]},{"osd":6,"last update":"Thu Oct 26 08:19:57 2023","interfaces":[{"interface":"back","average":{"1min":1.0649999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"min":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.444,"5min":1.444,"15min":1.444},"last":1.4119999999999999},{"interface":"front","average":{"1min":1.028,"5min":1.028,"15min":1.028},"min":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.538,"5min":1.538,"15min":1.538},"last":1.016}]}]},{"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":1049024,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696128,"statfs":{"total":95995035648,"available":94920835072,"internally_reserved":1073741824,"allocated":450560,"data_stored":180198,"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":"Thu Oct 26 08:20:33 2023","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.94499999999999995,"15min":0.95299999999999996},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.1779999999999999,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.753},{"interface":"front","average":{"1min":0.91000000000000003,"5min":0.93300000000000005,"15min":0.93700000000000006},"min":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.1859999999999999,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":0.60199999999999998}]},{"osd":1,"last update":"Thu Oct 26 08:20:33 2023","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.88800000000000001,"15min":0.88200000000000001},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.218,"5min":1.218,"15min":1.218},"last":0.86399999999999999},{"interface":"front","average":{"1min":0.83699999999999997,"5min":0.871,"15min":0.877},"min":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.159,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.64300000000000002}]},{"osd":2,"last update":"Thu Oct 26 08:20:33 2023","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.89000000000000001,"15min":0.88800000000000001},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2150000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":1.0309999999999999},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.89500000000000002,"15min":0.88700000000000001},"min":{"1min":0.66100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.333,"5min":1.333,"15min":1.333},"last":0.94599999999999995}]},{"osd":3,"last update":"Thu Oct 26 08:20:33 2023","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.90800000000000003,"15min":0.90600000000000003},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.204,"5min":1.232,"15min":1.232},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.98299999999999998,"15min":0.98899999999999999},"min":{"1min":0.69899999999999995,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.216,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.90700000000000003}]},{"osd":4,"last update":"Thu Oct 26 08:20:33 2023","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.83799999999999997,"15min":0.83199999999999996},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":1.0529999999999999},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.264,"5min":1.274,"15min":1.274},"last":1.1519999999999999}]},{"osd":5,"last update":"Thu Oct 26 08:20:33 2023","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.85699999999999998,"15min":0.84699999999999998},"min":{"1min":0.61699999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":1.123},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.94699999999999995,"15min":0.93899999999999995},"min":{"1min":0.60399999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":1.103}]},{"osd":7,"last update":"Thu Oct 26 08:19:57 2023","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.264,"5min":1.264,"15min":1.264},"last":1.208},{"interface":"front","average":{"1min":1.04,"5min":1.04,"15min":1.04},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":1.008}]}]},{"osd":1,"up_from":16,"seq":68719476792,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":180492,"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":"Thu Oct 26 08:20:40 2023","interfaces":[{"interface":"back","average":{"1min":0.72899999999999998,"5min":0.625,"15min":0.54900000000000004},"min":{"1min":0.45200000000000001,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.073,"5min":1.427,"15min":1.427},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.70399999999999996,"5min":0.64700000000000002,"15min":0.58299999999999996},"min":{"1min":0.50700000000000001,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.95599999999999996,"5min":1.123,"15min":1.123},"last":0.67400000000000004}]},{"osd":2,"last update":"Thu Oct 26 08:20:04 2023","interfaces":[{"interface":"back","average":{"1min":0.76900000000000002,"5min":0.68300000000000005,"15min":0.65800000000000003},"min":{"1min":0.61499999999999999,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.71299999999999997,"15min":0.66900000000000004},"min":{"1min":0.55100000000000005,"5min":0.503,"15min":0.503},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":1.006}]},{"osd":3,"last update":"Thu Oct 26 08:20:28 2023","interfaces":[{"interface":"back","average":{"1min":0.81799999999999995,"5min":0.78800000000000003,"15min":0.77300000000000002},"min":{"1min":0.58599999999999997,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.075,"5min":1.075,"15min":1.075},"last":0.85199999999999998},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.79800000000000004,"15min":0.76400000000000001},"min":{"1min":0.59799999999999998,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.204,"5min":1.204,"15min":1.204},"last":0.81799999999999995}]},{"osd":4,"last update":"Thu Oct 26 08:20:46 2023","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.92500000000000004,"15min":0.90100000000000002},"min":{"1min":0.73099999999999998,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.399,"5min":1.399,"15min":1.399},"last":0.90100000000000002},{"interface":"front","average":{"1min":1.0509999999999999,"5min":0.999,"15min":0.97299999999999998},"min":{"1min":0.75600000000000001,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.381,"5min":1.381,"15min":1.381},"last":1.081}]},{"osd":5,"last update":"Thu Oct 26 08:20:14 2023","interfaces":[{"interface":"back","average":{"1min":1.1259999999999999,"5min":1.0880000000000001,"15min":1.0820000000000001},"min":{"1min":0.753,"5min":0.753,"15min":0.753},"max":{"1min":1.5029999999999999,"5min":1.5029999999999999,"15min":1.5029999999999999},"last":1.1499999999999999},{"interface":"front","average":{"1min":1.119,"5min":1.0680000000000001,"15min":1.0600000000000001},"min":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":2.6549999999999998,"5min":2.6549999999999998,"15min":2.6549999999999998},"last":0.83799999999999997}]},{"osd":6,"last update":"Thu Oct 26 08:20:33 2023","interfaces":[{"interface":"back","average":{"1min":1.181,"5min":1.1879999999999999,"15min":1.1890000000000001},"min":{"1min":0.89400000000000002,"5min":0.88,"15min":0.88},"max":{"1min":1.5269999999999999,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":1.196},{"interface":"front","average":{"1min":1.115,"5min":1.147,"15min":1.1519999999999999},"min":{"1min":0.94499999999999995,"5min":0.82899999999999996,"15min":0.82899999999999996},"max":{"1min":1.331,"5min":1.8380000000000001,"15min":1.8380000000000001},"last":0.89000000000000001}]},{"osd":7,"last update":"Thu Oct 26 08:19:59 2023","interfaces":[{"interface":"back","average":{"1min":1.1839999999999999,"5min":1.1839999999999999,"15min":1.1839999999999999},"min":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":2.5640000000000001,"5min":2.5640000000000001,"15min":2.5640000000000001},"last":0.98999999999999999},{"interface":"front","average":{"1min":1.1759999999999999,"5min":1.1759999999999999,"15min":1.1759999999999999},"min":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"max":{"1min":1.4790000000000001,"5min":1.4790000000000001,"15min":1.4790000000000001},"last":1.1100000000000001}]}]},{"osd":0,"up_from":10,"seq":42949673021,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":180492,"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":"Thu Oct 26 08:20:38 2023","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.61199999999999999,"15min":0.57399999999999995},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":1.0760000000000001,"5min":1.202,"15min":1.202},"last":0.69899999999999995},{"interface":"front","average":{"1min":0.74399999999999999,"5min":0.66000000000000003,"15min":0.59399999999999997},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.93500000000000005,"5min":1.1759999999999999,"15min":1.1759999999999999},"last":0.83699999999999997}]},{"osd":2,"last update":"Thu Oct 26 08:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.71099999999999997,"5min":0.67000000000000004,"15min":0.66000000000000003},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.2230000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.78100000000000003,"15min":0.72699999999999998},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.411,"5min":2.1000000000000001,"15min":2.1000000000000001},"last":0.90600000000000003}]},{"osd":3,"last update":"Thu Oct 26 08:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.84899999999999998,"15min":0.82999999999999996},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.044,"5min":2.1619999999999999,"15min":2.1619999999999999},"last":1.008},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.81699999999999995,"15min":0.80700000000000005},"min":{"1min":0.56499999999999995,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.155,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.754}]},{"osd":4,"last update":"Thu Oct 26 08:19:48 2023","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":0.95399999999999996,"15min":0.94999999999999996},"min":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.88300000000000001},{"interface":"front","average":{"1min":1.1339999999999999,"5min":1.0089999999999999,"15min":0.98799999999999999},"min":{"1min":0.75,"5min":0.75,"15min":0.75},"max":{"1min":2.2949999999999999,"5min":2.2949999999999999,"15min":2.2949999999999999},"last":1.1200000000000001}]},{"osd":5,"last update":"Thu Oct 26 08:20:12 2023","interfaces":[{"interface":"back","average":{"1min":1.1279999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"min":{"1min":0.82799999999999996,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.532,"5min":2.218,"15min":2.218},"last":1.22},{"interface":"front","average":{"1min":1.036,"5min":0.99199999999999999,"15min":0.98499999999999999},"min":{"1min":0.755,"5min":0.755,"15min":0.755},"max":{"1min":1.2509999999999999,"5min":1.252,"15min":1.252},"last":1.071}]},{"osd":6,"last update":"Thu Oct 26 08:20:34 2023","interfaces":[{"interface":"back","average":{"1min":1.173,"5min":1.204,"15min":1.2090000000000001},"min":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.508,"5min":2.2519999999999998,"15min":2.2519999999999998},"last":1.3089999999999999},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.0609999999999999,"15min":1.0609999999999999},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.3560000000000001,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":1.1899999999999999}]},{"osd":7,"last update":"Thu Oct 26 08:20:01 2023","interfaces":[{"interface":"back","average":{"1min":1.1020000000000001,"5min":1.1020000000000001,"15min":1.1020000000000001},"min":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":1.2769999999999999},{"interface":"front","average":{"1min":1.141,"5min":1.141,"15min":1.141},"min":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.0980000000000001}]}]},{"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":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":180492,"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":"Thu Oct 26 08:19:59 2023","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.65300000000000002,"15min":0.60899999999999999},"min":{"1min":0.60399999999999998,"5min":0.443,"15min":0.443},"max":{"1min":1.141,"5min":1.1559999999999999,"15min":1.1559999999999999},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.72599999999999998,"5min":0.66700000000000004,"15min":0.63900000000000001},"min":{"1min":0.47599999999999998,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.0209999999999999,"5min":1.046,"15min":1.046},"last":0.59299999999999997}]},{"osd":1,"last update":"Thu Oct 26 08:19:59 2023","interfaces":[{"interface":"back","average":{"1min":0.68500000000000005,"5min":0.66600000000000004,"15min":0.64500000000000002},"min":{"1min":0.50800000000000001,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.88800000000000001,"5min":1.1220000000000001,"15min":1.1220000000000001},"last":0.71199999999999997},{"interface":"front","average":{"1min":0.78400000000000003,"5min":0.71899999999999997,"15min":0.68899999999999995},"min":{"1min":0.55200000000000005,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.0229999999999999,"5min":1.0760000000000001,"15min":1.0760000000000001},"last":0.874}]},{"osd":3,"last update":"Thu Oct 26 08:20:27 2023","interfaces":[{"interface":"back","average":{"1min":0.75,"5min":0.73599999999999999,"15min":0.73399999999999999},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":1.002,"5min":1.002,"15min":1.002},"last":0.73999999999999999},{"interface":"front","average":{"1min":0.78400000000000003,"5min":0.79600000000000004,"15min":0.79400000000000004},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":0.50700000000000001}]},{"osd":4,"last update":"Thu Oct 26 08:20:48 2023","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.96499999999999997,"15min":0.93100000000000005},"min":{"1min":0.71299999999999997,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.254,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":0.95699999999999996},{"interface":"front","average":{"1min":0.98699999999999999,"5min":1.0109999999999999,"15min":1.022},"min":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.4890000000000001,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":0.92900000000000005}]},{"osd":5,"last update":"Thu Oct 26 08:20:11 2023","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":1.0449999999999999,"15min":1.05},"min":{"1min":0.80200000000000005,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.319,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.81999999999999995},{"interface":"front","average":{"1min":1.163,"5min":1.1100000000000001,"15min":1.101},"min":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.5169999999999999,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":1.05}]},{"osd":6,"last update":"Thu Oct 26 08:20:37 2023","interfaces":[{"interface":"back","average":{"1min":1.0329999999999999,"5min":1.0489999999999999,"15min":1.052},"min":{"1min":0.80800000000000005,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":0.86699999999999999},{"interface":"front","average":{"1min":1.157,"5min":1.1559999999999999,"15min":1.1559999999999999},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":1.587,"5min":1.587,"15min":1.587},"last":1.012}]},{"osd":7,"last update":"Thu Oct 26 08:19:59 2023","interfaces":[{"interface":"back","average":{"1min":1.2170000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"min":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"max":{"1min":1.552,"5min":1.552,"15min":1.552},"last":0.79900000000000004},{"interface":"front","average":{"1min":1.1140000000000001,"5min":1.1140000000000001,"15min":1.1140000000000001},"min":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"max":{"1min":1.427,"5min":1.427,"15min":1.427},"last":0.89500000000000002}]}]},{"osd":3,"up_from":26,"seq":111669149740,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":180492,"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":"Thu Oct 26 08:20:26 2023","interfaces":[{"interface":"back","average":{"1min":0.67300000000000004,"5min":0.65100000000000002,"15min":0.63700000000000001},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":1,"5min":1,"15min":1},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.76100000000000001,"5min":0.747,"15min":0.73599999999999999},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.1220000000000001,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.67700000000000005}]},{"osd":1,"last update":"Thu Oct 26 08:20:26 2023","interfaces":[{"interface":"back","average":{"1min":0.80100000000000005,"5min":0.79400000000000004,"15min":0.77100000000000002},"min":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.0920000000000001,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.70799999999999996,"5min":0.746,"15min":0.73499999999999999},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.0209999999999999,"5min":1.274,"15min":1.274},"last":0.57299999999999995}]},{"osd":2,"last update":"Thu Oct 26 08:20:26 2023","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.82099999999999995,"15min":0.79900000000000004},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.2150000000000001,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.74399999999999999,"5min":0.752,"15min":0.74399999999999999},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.145,"5min":1.145,"15min":1.145},"last":0.55800000000000005}]},{"osd":4,"last update":"Thu Oct 26 08:19:45 2023","interfaces":[{"interface":"back","average":{"1min":1.026,"5min":0.95999999999999996,"15min":0.94899999999999995},"min":{"1min":0.73399999999999999,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.6080000000000001,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":0.80800000000000005},{"interface":"front","average":{"1min":1.046,"5min":0.96799999999999997,"15min":0.95499999999999996},"min":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.5049999999999999,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":0.99199999999999999}]},{"osd":5,"last update":"Thu Oct 26 08:20:08 2023","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":1.0860000000000001,"15min":1.097},"min":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"max":{"1min":1.3819999999999999,"5min":2.282,"15min":2.282},"last":1.036},{"interface":"front","average":{"1min":1.1140000000000001,"5min":1.046,"15min":1.0349999999999999},"min":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.6799999999999999,"5min":1.6799999999999999,"15min":1.6799999999999999},"last":0.73199999999999998}]},{"osd":6,"last update":"Thu Oct 26 08:20:35 2023","interfaces":[{"interface":"back","average":{"1min":1.113,"5min":1.125,"15min":1.127},"min":{"1min":0.85799999999999998,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.496,"5min":1.496,"15min":1.496},"last":1.0880000000000001},{"interface":"front","average":{"1min":1.097,"5min":1.107,"15min":1.109},"min":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"max":{"1min":1.3740000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":0.65100000000000002}]},{"osd":7,"last update":"Thu Oct 26 08:19:58 2023","interfaces":[{"interface":"back","average":{"1min":1.1559999999999999,"5min":1.1559999999999999,"15min":1.1559999999999999},"min":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":0.91100000000000003},{"interface":"front","average":{"1min":1.224,"5min":1.224,"15min":1.224},"min":{"1min":1.006,"5min":1.006,"15min":1.006},"max":{"1min":1.554,"5min":1.554,"15min":1.554},"last":1.1240000000000001}]}]},{"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":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":180492,"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":"Thu Oct 26 08:20:49 2023","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.79600000000000004,"15min":0.77400000000000002},"min":{"1min":0.68000000000000005,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.1539999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.70399999999999996},{"interface":"front","average":{"1min":0.873,"5min":0.81200000000000006,"15min":0.80300000000000005},"min":{"1min":0.64600000000000002,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.177,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.177}]},{"osd":1,"last update":"Thu Oct 26 08:20:49 2023","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.82899999999999996,"15min":0.82699999999999996},"min":{"1min":0.58799999999999997,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":1.0900000000000001},{"interface":"front","average":{"1min":0.85099999999999998,"5min":0.81799999999999995,"15min":0.79000000000000004},"min":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.054,"5min":1.22,"15min":1.22},"last":0.97799999999999998}]},{"osd":2,"last update":"Thu Oct 26 08:20:49 2023","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.89100000000000001,"15min":0.88},"min":{"1min":0.69599999999999995,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.127,"5min":1.29,"15min":1.29},"last":0.88300000000000001},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.83799999999999997,"15min":0.82099999999999995},"min":{"1min":0.56999999999999995,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.2350000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":1.2350000000000001}]},{"osd":3,"last update":"Thu Oct 26 08:20:49 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.86599999999999999,"15min":0.85899999999999999},"min":{"1min":0.71599999999999997,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.0740000000000001,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":1.0629999999999999},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.874,"15min":0.85099999999999998},"min":{"1min":0.69799999999999995,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.1639999999999999,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":1.1639999999999999}]},{"osd":5,"last update":"Thu Oct 26 08:20:16 2023","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.78300000000000003,"15min":0.76300000000000001},"min":{"1min":0.51900000000000002,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.179,"5min":1.179,"15min":1.179},"last":0.75900000000000001},{"interface":"front","average":{"1min":1.004,"5min":0.86099999999999999,"15min":0.83699999999999997},"min":{"1min":0.67200000000000004,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":1.278}]},{"osd":6,"last update":"Thu Oct 26 08:20:34 2023","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.83399999999999996,"15min":0.81999999999999995},"min":{"1min":0.59199999999999997,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.1930000000000001,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":0.95199999999999996},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.89700000000000002,"15min":0.89300000000000002},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.1639999999999999,"5min":1.28,"15min":1.28},"last":1.0349999999999999}]},{"osd":7,"last update":"Thu Oct 26 08:20:00 2023","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.161,"5min":1.161,"15min":1.161},"last":1.1220000000000001},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.0349999999999999,"15min":1.0349999999999999},"min":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":1.212}]}]},{"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":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":180492,"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":"Thu Oct 26 08:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.81999999999999995,"15min":0.81499999999999995},"min":{"1min":0.67300000000000004,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.0649999999999999,"5min":1.129,"15min":1.129},"last":0.878},{"interface":"front","average":{"1min":0.84199999999999997,"5min":0.83299999999999996,"15min":0.83099999999999996},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.107,"5min":1.107,"15min":1.107},"last":0.84699999999999998}]},{"osd":1,"last update":"Thu Oct 26 08:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.80600000000000005,"5min":0.88400000000000001,"15min":0.89700000000000002},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.083,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.77100000000000002},{"interface":"front","average":{"1min":0.82499999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"min":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":1.0740000000000001}]},{"osd":2,"last update":"Thu Oct 26 08:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.84899999999999998,"5min":0.88,"15min":0.88500000000000001},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.82099999999999995},{"interface":"front","average":{"1min":0.88500000000000001,"5min":0.90500000000000003,"15min":0.90900000000000003},"min":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.0860000000000001,"5min":1.246,"15min":1.246},"last":0.93400000000000005}]},{"osd":3,"last update":"Thu Oct 26 08:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.88,"15min":0.88500000000000001},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.087,"5min":1.22,"15min":1.22},"last":0.97699999999999998},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.94199999999999995,"15min":0.93899999999999995},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.163,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":1}]},{"osd":4,"last update":"Thu Oct 26 08:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.748,"15min":0.72099999999999997},"min":{"1min":0.59899999999999998,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.3089999999999999,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.83499999999999996,"15min":0.81899999999999995},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.3140000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.73399999999999999}]},{"osd":6,"last update":"Thu Oct 26 08:20:37 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":0.93600000000000005,"15min":0.93200000000000005},"min":{"1min":0.58999999999999997,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.232,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.96699999999999997,"15min":0.97499999999999998},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.2509999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.95299999999999996}]},{"osd":7,"last update":"Thu Oct 26 08:19:59 2023","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":1.028,"15min":1.028},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":1.0209999999999999},{"interface":"front","average":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0569999999999999},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.452,"5min":1.452,"15min":1.452},"last":0.91000000000000003}]}]}]}} 2023-10-26T08:20:55.025 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph pg dump --format=json 2023-10-26T08:20:56.090 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:55 smithi012 bash[23428]: audit 2023-10-26T08:20:54.260957+0000 mgr.y (mgr.14140) 254 : audit [DBG] from='client.24496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T08:20:56.090 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:55 smithi012 bash[23428]: cluster 2023-10-26T08:20:54.340826+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:56.091 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:55 smithi012 bash[26970]: audit 2023-10-26T08:20:54.260957+0000 mgr.y (mgr.14140) 254 : audit [DBG] from='client.24496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T08:20:56.091 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:55 smithi012 bash[26970]: cluster 2023-10-26T08:20:54.340826+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:56.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:55 smithi079 bash[23494]: audit 2023-10-26T08:20:54.260957+0000 mgr.y (mgr.14140) 254 : audit [DBG] from='client.24496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T08:20:56.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:55 smithi079 bash[23494]: cluster 2023-10-26T08:20:54.340826+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:57.851 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-10-26T08:20:57.852 INFO:teuthology.orchestra.run.smithi012.stderr:dumped all 2023-10-26T08:20:57.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:57 smithi079 bash[23494]: cluster 2023-10-26T08:20:56.341432+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:58.323 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:57 smithi012 bash[26970]: cluster 2023-10-26T08:20:56.341432+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:58.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:57 smithi012 bash[23428]: cluster 2023-10-26T08:20:56.341432+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:20:58.704 INFO:teuthology.orchestra.run.smithi012.stdout:{"pg_ready":true,"pg_map":{"version":243,"stamp":"2023-10-26T08:20:56.341155+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":8392220,"kb_used_data":3548,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568996,"statfs":{"total":767960285184,"available":759366651904,"internally_reserved":8589934592,"allocated":3633152,"data_stored":1443642,"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.003393"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"47","state":"active+clean","last_fresh":"2023-10-26T08:18:57.873501+0000","last_change":"2023-10-26T08:18:57.873501+0000","last_active":"2023-10-26T08:18:57.873501+0000","last_peered":"2023-10-26T08:18:57.873501+0000","last_clean":"2023-10-26T08:18:57.873501+0000","last_became_active":"2023-10-26T08:18:57.867603+0000","last_became_peered":"2023-10-26T08:18:57.867603+0000","last_unstale":"2023-10-26T08:18:57.873501+0000","last_undegraded":"2023-10-26T08:18:57.873501+0000","last_fullsized":"2023-10-26T08:18:57.873501+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":"2023-10-26T08:13:35.061985+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-26T08:13:35.061985+0000","last_clean_scrub_stamp":"2023-10-26T08:13:35.061985+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":197568495642,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":180492,"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":"Thu Oct 26 08:19:57 2023","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.2649999999999999,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.876},{"interface":"front","average":{"1min":0.90000000000000002,"5min":0.90000000000000002,"15min":0.90000000000000002},"min":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.123,"5min":1.123,"15min":1.123},"last":1.0149999999999999}]},{"osd":1,"last update":"Thu Oct 26 08:19:57 2023","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":1.0960000000000001}]},{"osd":2,"last update":"Thu Oct 26 08:19:57 2023","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"min":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.3839999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":0.78800000000000003},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"min":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.98299999999999998}]},{"osd":3,"last update":"Thu Oct 26 08:19:57 2023","interfaces":[{"interface":"back","average":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"min":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.70299999999999996},{"interface":"front","average":{"1min":0.98399999999999999,"5min":0.98399999999999999,"15min":0.98399999999999999},"min":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.399,"5min":1.399,"15min":1.399},"last":1.048}]},{"osd":4,"last update":"Thu Oct 26 08:19:57 2023","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.246,"5min":1.246,"15min":1.246},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.84099999999999997}]},{"osd":5,"last update":"Thu Oct 26 08:19:57 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.98599999999999999,"15min":0.98599999999999999},"min":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.5509999999999999,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":0.80400000000000005},{"interface":"front","average":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"min":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.5269999999999999,"5min":1.5269999999999999,"15min":1.5269999999999999},"last":0.81599999999999995}]},{"osd":6,"last update":"Thu Oct 26 08:19:57 2023","interfaces":[{"interface":"back","average":{"1min":1.0649999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"min":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.444,"5min":1.444,"15min":1.444},"last":0.91100000000000003},{"interface":"front","average":{"1min":1.028,"5min":1.028,"15min":1.028},"min":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.538,"5min":1.538,"15min":1.538},"last":1.069}]}]},{"osd":6,"up_from":41,"seq":176093659168,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049024,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696128,"statfs":{"total":95995035648,"available":94920835072,"internally_reserved":1073741824,"allocated":450560,"data_stored":180198,"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":"Thu Oct 26 08:20:33 2023","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.94499999999999995,"15min":0.95299999999999996},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.1779999999999999,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.91000000000000003,"5min":0.93300000000000005,"15min":0.93700000000000006},"min":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.1859999999999999,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":0.84399999999999997}]},{"osd":1,"last update":"Thu Oct 26 08:20:33 2023","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.88800000000000001,"15min":0.88200000000000001},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.218,"5min":1.218,"15min":1.218},"last":0.91400000000000003},{"interface":"front","average":{"1min":0.83699999999999997,"5min":0.871,"15min":0.877},"min":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.159,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.68500000000000005}]},{"osd":2,"last update":"Thu Oct 26 08:20:33 2023","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.89000000000000001,"15min":0.88800000000000001},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2150000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.80500000000000005},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.89500000000000002,"15min":0.88700000000000001},"min":{"1min":0.66100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.333,"5min":1.333,"15min":1.333},"last":0.65100000000000002}]},{"osd":3,"last update":"Thu Oct 26 08:20:33 2023","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.90800000000000003,"15min":0.90600000000000003},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.204,"5min":1.232,"15min":1.232},"last":0.82699999999999996},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.98299999999999998,"15min":0.98899999999999999},"min":{"1min":0.69899999999999995,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.216,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.76000000000000001}]},{"osd":4,"last update":"Thu Oct 26 08:20:33 2023","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.83799999999999997,"15min":0.83199999999999996},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.72899999999999998},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.264,"5min":1.274,"15min":1.274},"last":0.63400000000000001}]},{"osd":5,"last update":"Thu Oct 26 08:20:33 2023","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.85699999999999998,"15min":0.84699999999999998},"min":{"1min":0.61699999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":0.94799999999999995},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.94699999999999995,"15min":0.93899999999999995},"min":{"1min":0.60399999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.70099999999999996}]},{"osd":7,"last update":"Thu Oct 26 08:19:57 2023","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.264,"5min":1.264,"15min":1.264},"last":0.89800000000000002},{"interface":"front","average":{"1min":1.04,"5min":1.04,"15min":1.04},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":0.96099999999999997}]}]},{"osd":1,"up_from":16,"seq":68719476792,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":180492,"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":"Thu Oct 26 08:20:40 2023","interfaces":[{"interface":"back","average":{"1min":0.72899999999999998,"5min":0.625,"15min":0.54900000000000004},"min":{"1min":0.45200000000000001,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.073,"5min":1.427,"15min":1.427},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.70399999999999996,"5min":0.64700000000000002,"15min":0.58299999999999996},"min":{"1min":0.50700000000000001,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.95599999999999996,"5min":1.123,"15min":1.123},"last":0.67400000000000004}]},{"osd":2,"last update":"Thu Oct 26 08:20:04 2023","interfaces":[{"interface":"back","average":{"1min":0.76900000000000002,"5min":0.68300000000000005,"15min":0.65800000000000003},"min":{"1min":0.61499999999999999,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.71299999999999997,"15min":0.66900000000000004},"min":{"1min":0.55100000000000005,"5min":0.503,"15min":0.503},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":1.006}]},{"osd":3,"last update":"Thu Oct 26 08:20:28 2023","interfaces":[{"interface":"back","average":{"1min":0.81799999999999995,"5min":0.78800000000000003,"15min":0.77300000000000002},"min":{"1min":0.58599999999999997,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.075,"5min":1.075,"15min":1.075},"last":0.85199999999999998},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.79800000000000004,"15min":0.76400000000000001},"min":{"1min":0.59799999999999998,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.204,"5min":1.204,"15min":1.204},"last":0.81799999999999995}]},{"osd":4,"last update":"Thu Oct 26 08:20:46 2023","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.92500000000000004,"15min":0.90100000000000002},"min":{"1min":0.73099999999999998,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.399,"5min":1.399,"15min":1.399},"last":0.90100000000000002},{"interface":"front","average":{"1min":1.0509999999999999,"5min":0.999,"15min":0.97299999999999998},"min":{"1min":0.75600000000000001,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.381,"5min":1.381,"15min":1.381},"last":1.081}]},{"osd":5,"last update":"Thu Oct 26 08:20:14 2023","interfaces":[{"interface":"back","average":{"1min":1.1259999999999999,"5min":1.0880000000000001,"15min":1.0820000000000001},"min":{"1min":0.753,"5min":0.753,"15min":0.753},"max":{"1min":1.5029999999999999,"5min":1.5029999999999999,"15min":1.5029999999999999},"last":1.1499999999999999},{"interface":"front","average":{"1min":1.119,"5min":1.0680000000000001,"15min":1.0600000000000001},"min":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":2.6549999999999998,"5min":2.6549999999999998,"15min":2.6549999999999998},"last":0.83799999999999997}]},{"osd":6,"last update":"Thu Oct 26 08:20:33 2023","interfaces":[{"interface":"back","average":{"1min":1.181,"5min":1.1879999999999999,"15min":1.1890000000000001},"min":{"1min":0.89400000000000002,"5min":0.88,"15min":0.88},"max":{"1min":1.5269999999999999,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":1.196},{"interface":"front","average":{"1min":1.115,"5min":1.147,"15min":1.1519999999999999},"min":{"1min":0.94499999999999995,"5min":0.82899999999999996,"15min":0.82899999999999996},"max":{"1min":1.331,"5min":1.8380000000000001,"15min":1.8380000000000001},"last":0.89000000000000001}]},{"osd":7,"last update":"Thu Oct 26 08:19:59 2023","interfaces":[{"interface":"back","average":{"1min":1.1839999999999999,"5min":1.1839999999999999,"15min":1.1839999999999999},"min":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":2.5640000000000001,"5min":2.5640000000000001,"15min":2.5640000000000001},"last":0.98999999999999999},{"interface":"front","average":{"1min":1.1759999999999999,"5min":1.1759999999999999,"15min":1.1759999999999999},"min":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"max":{"1min":1.4790000000000001,"5min":1.4790000000000001,"15min":1.4790000000000001},"last":1.1100000000000001}]}]},{"osd":0,"up_from":10,"seq":42949673022,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":180492,"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":"Thu Oct 26 08:20:38 2023","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.61199999999999999,"15min":0.57399999999999995},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":1.0760000000000001,"5min":1.202,"15min":1.202},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.74399999999999999,"5min":0.66000000000000003,"15min":0.59399999999999997},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.93500000000000005,"5min":1.1759999999999999,"15min":1.1759999999999999},"last":0.84499999999999997}]},{"osd":2,"last update":"Thu Oct 26 08:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.71099999999999997,"5min":0.67000000000000004,"15min":0.66000000000000003},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.2230000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.81299999999999994},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.78100000000000003,"15min":0.72699999999999998},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.411,"5min":2.1000000000000001,"15min":2.1000000000000001},"last":0.92100000000000004}]},{"osd":3,"last update":"Thu Oct 26 08:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.84899999999999998,"15min":0.82999999999999996},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.044,"5min":2.1619999999999999,"15min":2.1619999999999999},"last":1.139},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.81699999999999995,"15min":0.80700000000000005},"min":{"1min":0.56499999999999995,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.155,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":1.002}]},{"osd":4,"last update":"Thu Oct 26 08:20:48 2023","interfaces":[{"interface":"back","average":{"1min":0.93400000000000005,"5min":0.95099999999999996,"15min":0.94899999999999995},"min":{"1min":0.69399999999999995,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.2549999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.89400000000000002},{"interface":"front","average":{"1min":1.0509999999999999,"5min":1.0229999999999999,"15min":0.99299999999999999},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.4470000000000001,"5min":2.2949999999999999,"15min":2.2949999999999999},"last":1.232}]},{"osd":5,"last update":"Thu Oct 26 08:20:12 2023","interfaces":[{"interface":"back","average":{"1min":1.1279999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"min":{"1min":0.82799999999999996,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.532,"5min":2.218,"15min":2.218},"last":1.3799999999999999},{"interface":"front","average":{"1min":1.036,"5min":0.99199999999999999,"15min":0.98499999999999999},"min":{"1min":0.755,"5min":0.755,"15min":0.755},"max":{"1min":1.2509999999999999,"5min":1.252,"15min":1.252},"last":0.97199999999999998}]},{"osd":6,"last update":"Thu Oct 26 08:20:34 2023","interfaces":[{"interface":"back","average":{"1min":1.173,"5min":1.204,"15min":1.2090000000000001},"min":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.508,"5min":2.2519999999999998,"15min":2.2519999999999998},"last":1.333},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.0609999999999999,"15min":1.0609999999999999},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.3560000000000001,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":1.028}]},{"osd":7,"last update":"Thu Oct 26 08:20:01 2023","interfaces":[{"interface":"back","average":{"1min":1.1020000000000001,"5min":1.1020000000000001,"15min":1.1020000000000001},"min":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":1.0700000000000001},{"interface":"front","average":{"1min":1.141,"5min":1.141,"15min":1.141},"min":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.173}]}]},{"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":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":180492,"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":"Thu Oct 26 08:19:59 2023","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.65300000000000002,"15min":0.60899999999999999},"min":{"1min":0.60399999999999998,"5min":0.443,"15min":0.443},"max":{"1min":1.141,"5min":1.1559999999999999,"15min":1.1559999999999999},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.72599999999999998,"5min":0.66700000000000004,"15min":0.63900000000000001},"min":{"1min":0.47599999999999998,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.0209999999999999,"5min":1.046,"15min":1.046},"last":0.59299999999999997}]},{"osd":1,"last update":"Thu Oct 26 08:19:59 2023","interfaces":[{"interface":"back","average":{"1min":0.68500000000000005,"5min":0.66600000000000004,"15min":0.64500000000000002},"min":{"1min":0.50800000000000001,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.88800000000000001,"5min":1.1220000000000001,"15min":1.1220000000000001},"last":0.71199999999999997},{"interface":"front","average":{"1min":0.78400000000000003,"5min":0.71899999999999997,"15min":0.68899999999999995},"min":{"1min":0.55200000000000005,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.0229999999999999,"5min":1.0760000000000001,"15min":1.0760000000000001},"last":0.874}]},{"osd":3,"last update":"Thu Oct 26 08:20:27 2023","interfaces":[{"interface":"back","average":{"1min":0.75,"5min":0.73599999999999999,"15min":0.73399999999999999},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":1.002,"5min":1.002,"15min":1.002},"last":0.73999999999999999},{"interface":"front","average":{"1min":0.78400000000000003,"5min":0.79600000000000004,"15min":0.79400000000000004},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":0.50700000000000001}]},{"osd":4,"last update":"Thu Oct 26 08:20:48 2023","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.96499999999999997,"15min":0.93100000000000005},"min":{"1min":0.71299999999999997,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.254,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":0.95699999999999996},{"interface":"front","average":{"1min":0.98699999999999999,"5min":1.0109999999999999,"15min":1.022},"min":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.4890000000000001,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":0.92900000000000005}]},{"osd":5,"last update":"Thu Oct 26 08:20:11 2023","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":1.0449999999999999,"15min":1.05},"min":{"1min":0.80200000000000005,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.319,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.81999999999999995},{"interface":"front","average":{"1min":1.163,"5min":1.1100000000000001,"15min":1.101},"min":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.5169999999999999,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":1.05}]},{"osd":6,"last update":"Thu Oct 26 08:20:37 2023","interfaces":[{"interface":"back","average":{"1min":1.0329999999999999,"5min":1.0489999999999999,"15min":1.052},"min":{"1min":0.80800000000000005,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":0.86699999999999999},{"interface":"front","average":{"1min":1.157,"5min":1.1559999999999999,"15min":1.1559999999999999},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":1.587,"5min":1.587,"15min":1.587},"last":1.012}]},{"osd":7,"last update":"Thu Oct 26 08:19:59 2023","interfaces":[{"interface":"back","average":{"1min":1.2170000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"min":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"max":{"1min":1.552,"5min":1.552,"15min":1.552},"last":0.79900000000000004},{"interface":"front","average":{"1min":1.1140000000000001,"5min":1.1140000000000001,"15min":1.1140000000000001},"min":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"max":{"1min":1.427,"5min":1.427,"15min":1.427},"last":0.89500000000000002}]}]},{"osd":3,"up_from":26,"seq":111669149741,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":180492,"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":"Thu Oct 26 08:20:26 2023","interfaces":[{"interface":"back","average":{"1min":0.67300000000000004,"5min":0.65100000000000002,"15min":0.63700000000000001},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":1,"5min":1,"15min":1},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.76100000000000001,"5min":0.747,"15min":0.73599999999999999},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.1220000000000001,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.69399999999999995}]},{"osd":1,"last update":"Thu Oct 26 08:20:26 2023","interfaces":[{"interface":"back","average":{"1min":0.80100000000000005,"5min":0.79400000000000004,"15min":0.77100000000000002},"min":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.0920000000000001,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":0.85099999999999998},{"interface":"front","average":{"1min":0.70799999999999996,"5min":0.746,"15min":0.73499999999999999},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.0209999999999999,"5min":1.274,"15min":1.274},"last":0.79000000000000004}]},{"osd":2,"last update":"Thu Oct 26 08:20:26 2023","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.82099999999999995,"15min":0.79900000000000004},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.2150000000000001,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":0.999},{"interface":"front","average":{"1min":0.74399999999999999,"5min":0.752,"15min":0.74399999999999999},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.145,"5min":1.145,"15min":1.145},"last":0.88200000000000001}]},{"osd":4,"last update":"Thu Oct 26 08:20:49 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.96699999999999997,"15min":0.95099999999999996},"min":{"1min":0.80800000000000005,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.343,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":0.90000000000000002},{"interface":"front","average":{"1min":1.0369999999999999,"5min":0.98599999999999999,"15min":0.96099999999999997},"min":{"1min":0.627,"5min":0.627,"15min":0.627},"max":{"1min":1.274,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":1.1899999999999999}]},{"osd":5,"last update":"Thu Oct 26 08:20:08 2023","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":1.0860000000000001,"15min":1.097},"min":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"max":{"1min":1.3819999999999999,"5min":2.282,"15min":2.282},"last":1.268},{"interface":"front","average":{"1min":1.1140000000000001,"5min":1.046,"15min":1.0349999999999999},"min":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.6799999999999999,"5min":1.6799999999999999,"15min":1.6799999999999999},"last":0.93600000000000005}]},{"osd":6,"last update":"Thu Oct 26 08:20:35 2023","interfaces":[{"interface":"back","average":{"1min":1.113,"5min":1.125,"15min":1.127},"min":{"1min":0.85799999999999998,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.496,"5min":1.496,"15min":1.496},"last":1.3149999999999999},{"interface":"front","average":{"1min":1.097,"5min":1.107,"15min":1.109},"min":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"max":{"1min":1.3740000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":1.113}]},{"osd":7,"last update":"Thu Oct 26 08:19:58 2023","interfaces":[{"interface":"back","average":{"1min":1.1559999999999999,"5min":1.1559999999999999,"15min":1.1559999999999999},"min":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":1.133},{"interface":"front","average":{"1min":1.224,"5min":1.224,"15min":1.224},"min":{"1min":1.006,"5min":1.006,"15min":1.006},"max":{"1min":1.554,"5min":1.554,"15min":1.554},"last":1.3560000000000001}]}]},{"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":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":180492,"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":"Thu Oct 26 08:20:49 2023","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.79600000000000004,"15min":0.77400000000000002},"min":{"1min":0.68000000000000005,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.1539999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.70399999999999996},{"interface":"front","average":{"1min":0.873,"5min":0.81200000000000006,"15min":0.80300000000000005},"min":{"1min":0.64600000000000002,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.177,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.177}]},{"osd":1,"last update":"Thu Oct 26 08:20:49 2023","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.82899999999999996,"15min":0.82699999999999996},"min":{"1min":0.58799999999999997,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":1.0900000000000001},{"interface":"front","average":{"1min":0.85099999999999998,"5min":0.81799999999999995,"15min":0.79000000000000004},"min":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.054,"5min":1.22,"15min":1.22},"last":0.97799999999999998}]},{"osd":2,"last update":"Thu Oct 26 08:20:49 2023","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.89100000000000001,"15min":0.88},"min":{"1min":0.69599999999999995,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.127,"5min":1.29,"15min":1.29},"last":0.88300000000000001},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.83799999999999997,"15min":0.82099999999999995},"min":{"1min":0.56999999999999995,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.2350000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":1.2350000000000001}]},{"osd":3,"last update":"Thu Oct 26 08:20:49 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.86599999999999999,"15min":0.85899999999999999},"min":{"1min":0.71599999999999997,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.0740000000000001,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":1.0629999999999999},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.874,"15min":0.85099999999999998},"min":{"1min":0.69799999999999995,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.1639999999999999,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":1.1639999999999999}]},{"osd":5,"last update":"Thu Oct 26 08:20:16 2023","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.78300000000000003,"15min":0.76300000000000001},"min":{"1min":0.51900000000000002,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.179,"5min":1.179,"15min":1.179},"last":0.75900000000000001},{"interface":"front","average":{"1min":1.004,"5min":0.86099999999999999,"15min":0.83699999999999997},"min":{"1min":0.67200000000000004,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":1.278}]},{"osd":6,"last update":"Thu Oct 26 08:20:34 2023","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.83399999999999996,"15min":0.81999999999999995},"min":{"1min":0.59199999999999997,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.1930000000000001,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":0.95199999999999996},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.89700000000000002,"15min":0.89300000000000002},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.1639999999999999,"5min":1.28,"15min":1.28},"last":1.0349999999999999}]},{"osd":7,"last update":"Thu Oct 26 08:20:00 2023","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.161,"5min":1.161,"15min":1.161},"last":1.1220000000000001},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.0349999999999999,"15min":1.0349999999999999},"min":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":1.212}]}]},{"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":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":180492,"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":"Thu Oct 26 08:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.81999999999999995,"15min":0.81499999999999995},"min":{"1min":0.67300000000000004,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.0649999999999999,"5min":1.129,"15min":1.129},"last":0.878},{"interface":"front","average":{"1min":0.84199999999999997,"5min":0.83299999999999996,"15min":0.83099999999999996},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.107,"5min":1.107,"15min":1.107},"last":0.84699999999999998}]},{"osd":1,"last update":"Thu Oct 26 08:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.80600000000000005,"5min":0.88400000000000001,"15min":0.89700000000000002},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.083,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.77100000000000002},{"interface":"front","average":{"1min":0.82499999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"min":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":1.0740000000000001}]},{"osd":2,"last update":"Thu Oct 26 08:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.84899999999999998,"5min":0.88,"15min":0.88500000000000001},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.82099999999999995},{"interface":"front","average":{"1min":0.88500000000000001,"5min":0.90500000000000003,"15min":0.90900000000000003},"min":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.0860000000000001,"5min":1.246,"15min":1.246},"last":0.93400000000000005}]},{"osd":3,"last update":"Thu Oct 26 08:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.88,"15min":0.88500000000000001},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.087,"5min":1.22,"15min":1.22},"last":0.97699999999999998},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.94199999999999995,"15min":0.93899999999999995},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.163,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":1}]},{"osd":4,"last update":"Thu Oct 26 08:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.748,"15min":0.72099999999999997},"min":{"1min":0.59899999999999998,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.3089999999999999,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.83499999999999996,"15min":0.81899999999999995},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.3140000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.73399999999999999}]},{"osd":6,"last update":"Thu Oct 26 08:20:37 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":0.93600000000000005,"15min":0.93200000000000005},"min":{"1min":0.58999999999999997,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.232,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.96699999999999997,"15min":0.97499999999999998},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.2509999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.95299999999999996}]},{"osd":7,"last update":"Thu Oct 26 08:19:59 2023","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":1.028,"15min":1.028},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":1.0209999999999999},{"interface":"front","average":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0569999999999999},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.452,"5min":1.452,"15min":1.452},"last":0.91000000000000003}]}]}]}} 2023-10-26T08:20:58.705 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-26T08:20:58.706 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-26T08:20:58.707 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-26T08:20:58.707 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -- ceph health --format=json 2023-10-26T08:20:59.073 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:58 smithi012 bash[23428]: audit 2023-10-26T08:20:57.841879+0000 mgr.y (mgr.14140) 257 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T08:20:59.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:20:58 smithi012 bash[23428]: cluster 2023-10-26T08:20:58.342056+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 2023-10-26T08:20:59.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:58 smithi012 bash[26970]: audit 2023-10-26T08:20:57.841879+0000 mgr.y (mgr.14140) 257 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T08:20:59.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:20:58 smithi012 bash[26970]: cluster 2023-10-26T08:20:58.342056+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 2023-10-26T08:20:59.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:58 smithi079 bash[23494]: audit 2023-10-26T08:20:57.841879+0000 mgr.y (mgr.14140) 257 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T08:20:59.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:20:58 smithi079 bash[23494]: cluster 2023-10-26T08:20:58.342056+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 2023-10-26T08:21:01.573 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:01 smithi012 bash[23428]: cluster 2023-10-26T08:21:00.342618+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 2023-10-26T08:21:01.574 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:01 smithi012 bash[26970]: cluster 2023-10-26T08:21:00.342618+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 2023-10-26T08:21:01.648 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-10-26T08:21:01.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:01 smithi079 bash[23494]: cluster 2023-10-26T08:21:00.342618+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 2023-10-26T08:21:02.424 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-26T08:21:02.425 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-26T08:21:02.425 INFO:tasks.cephadm:Setup complete, yielding 2023-10-26T08:21:02.426 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-26T08:21:02.435 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi012.front.sepia.ceph.com 2023-10-26T08:21:02.436 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2023-10-26T08:21:02.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:02 smithi079 bash[23494]: audit 2023-10-26T08:21:01.646059+0000 mon.a (mon.0) 526 : audit [DBG] from='client.? 172.21.15.12:0/3337006738' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-26T08:21:02.823 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:02 smithi012 bash[23428]: audit 2023-10-26T08:21:01.646059+0000 mon.a (mon.0) 526 : audit [DBG] from='client.? 172.21.15.12:0/3337006738' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-26T08:21:02.824 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:02 smithi012 bash[26970]: audit 2023-10-26T08:21:01.646059+0000 mon.a (mon.0) 526 : audit [DBG] from='client.? 172.21.15.12:0/3337006738' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-26T08:21:04.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:03 smithi012 bash[23428]: cluster 2023-10-26T08:21:02.343263+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 2023-10-26T08:21:04.074 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:03 smithi012 bash[26970]: cluster 2023-10-26T08:21:02.343263+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 2023-10-26T08:21:04.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:03 smithi079 bash[23494]: cluster 2023-10-26T08:21:02.343263+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 2023-10-26T08:21:06.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:05 smithi079 bash[23494]: cluster 2023-10-26T08:21:04.343825+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:21:06.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:05 smithi012 bash[23428]: cluster 2023-10-26T08:21:04.343825+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:21:06.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:05 smithi012 bash[26970]: cluster 2023-10-26T08:21:04.343825+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:21:06.882 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2023-10-26T08:21:06.882 INFO:teuthology.orchestra.run.smithi012.stdout: "id": "0b2f6b5b-9289-4285-b5dc-d8230469afa5", 2023-10-26T08:21:06.882 INFO:teuthology.orchestra.run.smithi012.stdout: "name": "r", 2023-10-26T08:21:06.883 INFO:teuthology.orchestra.run.smithi012.stdout: "current_period": "2e1e2290-0132-424d-aa67-9c44d539e107", 2023-10-26T08:21:06.883 INFO:teuthology.orchestra.run.smithi012.stdout: "epoch": 1 2023-10-26T08:21:06.883 INFO:teuthology.orchestra.run.smithi012.stdout:} 2023-10-26T08:21:07.114 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:06 smithi012 bash[23428]: cluster 2023-10-26T08:21:05.835331+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-10-26T08:21:07.114 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:06 smithi012 bash[23428]: audit 2023-10-26T08:21:05.840655+0000 mon.a (mon.0) 528 : audit [INF] from='client.? 172.21.15.12:0/383966709' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-26T08:21:07.115 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:06 smithi012 bash[23428]: cluster 2023-10-26T08:21:06.344476+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v249: 33 pgs: 5 creating+peering, 1 active+clean, 27 unknown; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:21:07.115 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:06 smithi012 bash[23428]: audit 2023-10-26T08:21:06.839987+0000 mon.a (mon.0) 529 : audit [INF] from='client.? 172.21.15.12:0/383966709' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-10-26T08:21:07.115 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:06 smithi012 bash[23428]: cluster 2023-10-26T08:21:06.840486+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-10-26T08:21:07.115 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:06 smithi012 bash[26970]: cluster 2023-10-26T08:21:05.835331+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-10-26T08:21:07.116 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:06 smithi012 bash[26970]: audit 2023-10-26T08:21:05.840655+0000 mon.a (mon.0) 528 : audit [INF] from='client.? 172.21.15.12:0/383966709' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-26T08:21:07.116 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:06 smithi012 bash[26970]: cluster 2023-10-26T08:21:06.344476+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v249: 33 pgs: 5 creating+peering, 1 active+clean, 27 unknown; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:21:07.116 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:06 smithi012 bash[26970]: audit 2023-10-26T08:21:06.839987+0000 mon.a (mon.0) 529 : audit [INF] from='client.? 172.21.15.12:0/383966709' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-10-26T08:21:07.116 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:06 smithi012 bash[26970]: cluster 2023-10-26T08:21:06.840486+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-10-26T08:21:07.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:06 smithi079 bash[23494]: cluster 2023-10-26T08:21:05.835331+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-10-26T08:21:07.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:06 smithi079 bash[23494]: audit 2023-10-26T08:21:05.840655+0000 mon.a (mon.0) 528 : audit [INF] from='client.? 172.21.15.12:0/383966709' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-26T08:21:07.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:06 smithi079 bash[23494]: cluster 2023-10-26T08:21:06.344476+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v249: 33 pgs: 5 creating+peering, 1 active+clean, 27 unknown; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:21:07.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:06 smithi079 bash[23494]: audit 2023-10-26T08:21:06.839987+0000 mon.a (mon.0) 529 : audit [INF] from='client.? 172.21.15.12:0/383966709' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-10-26T08:21:07.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:06 smithi079 bash[23494]: cluster 2023-10-26T08:21:06.840486+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-10-26T08:21:07.660 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2023-10-26T08:21:09.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:08 smithi079 bash[23494]: cluster 2023-10-26T08:21:07.860255+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-10-26T08:21:09.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:08 smithi079 bash[23494]: cluster 2023-10-26T08:21:08.345056+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v252: 33 pgs: 12 active+clean, 21 creating+peering; 10 B data, 3.7 MiB used, 707 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-10-26T08:21:09.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:08 smithi012 bash[23428]: cluster 2023-10-26T08:21:07.860255+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-10-26T08:21:09.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:08 smithi012 bash[23428]: cluster 2023-10-26T08:21:08.345056+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v252: 33 pgs: 12 active+clean, 21 creating+peering; 10 B data, 3.7 MiB used, 707 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-10-26T08:21:09.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:08 smithi012 bash[26970]: cluster 2023-10-26T08:21:07.860255+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-10-26T08:21:09.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:08 smithi012 bash[26970]: cluster 2023-10-26T08:21:08.345056+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v252: 33 pgs: 12 active+clean, 21 creating+peering; 10 B data, 3.7 MiB used, 707 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-10-26T08:21:10.329 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2023-10-26T08:21:10.330 INFO:teuthology.orchestra.run.smithi012.stdout: "id": "b163d71c-26cd-447a-b1bc-122279be7ace", 2023-10-26T08:21:10.330 INFO:teuthology.orchestra.run.smithi012.stdout: "name": "default", 2023-10-26T08:21:10.330 INFO:teuthology.orchestra.run.smithi012.stdout: "api_name": "default", 2023-10-26T08:21:10.330 INFO:teuthology.orchestra.run.smithi012.stdout: "is_master": "true", 2023-10-26T08:21:10.331 INFO:teuthology.orchestra.run.smithi012.stdout: "endpoints": [], 2023-10-26T08:21:10.331 INFO:teuthology.orchestra.run.smithi012.stdout: "hostnames": [], 2023-10-26T08:21:10.331 INFO:teuthology.orchestra.run.smithi012.stdout: "hostnames_s3website": [], 2023-10-26T08:21:10.331 INFO:teuthology.orchestra.run.smithi012.stdout: "master_zone": "", 2023-10-26T08:21:10.331 INFO:teuthology.orchestra.run.smithi012.stdout: "zones": [], 2023-10-26T08:21:10.332 INFO:teuthology.orchestra.run.smithi012.stdout: "placement_targets": [], 2023-10-26T08:21:10.332 INFO:teuthology.orchestra.run.smithi012.stdout: "default_placement": "", 2023-10-26T08:21:10.332 INFO:teuthology.orchestra.run.smithi012.stdout: "realm_id": "0b2f6b5b-9289-4285-b5dc-d8230469afa5", 2023-10-26T08:21:10.332 INFO:teuthology.orchestra.run.smithi012.stdout: "sync_policy": { 2023-10-26T08:21:10.332 INFO:teuthology.orchestra.run.smithi012.stdout: "groups": [] 2023-10-26T08:21:10.332 INFO:teuthology.orchestra.run.smithi012.stdout: } 2023-10-26T08:21:10.333 INFO:teuthology.orchestra.run.smithi012.stdout:} 2023-10-26T08:21:11.055 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2023-10-26T08:21:11.573 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:11 smithi012 bash[23428]: cluster 2023-10-26T08:21:10.345670+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v253: 33 pgs: 12 active+clean, 21 creating+peering; 10 B data, 3.7 MiB used, 707 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-10-26T08:21:11.574 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:11 smithi012 bash[26970]: cluster 2023-10-26T08:21:10.345670+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v253: 33 pgs: 12 active+clean, 21 creating+peering; 10 B data, 3.7 MiB used, 707 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-10-26T08:21:11.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:11 smithi079 bash[23494]: cluster 2023-10-26T08:21:10.345670+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v253: 33 pgs: 12 active+clean, 21 creating+peering; 10 B data, 3.7 MiB used, 707 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-10-26T08:21:13.683 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2023-10-26T08:21:13.683 INFO:teuthology.orchestra.run.smithi012.stdout: "id": "74d38bcd-dadc-4798-bf18-4900312340d6", 2023-10-26T08:21:13.684 INFO:teuthology.orchestra.run.smithi012.stdout: "name": "z", 2023-10-26T08:21:13.684 INFO:teuthology.orchestra.run.smithi012.stdout: "domain_root": "z.rgw.meta:root", 2023-10-26T08:21:13.684 INFO:teuthology.orchestra.run.smithi012.stdout: "control_pool": "z.rgw.control", 2023-10-26T08:21:13.684 INFO:teuthology.orchestra.run.smithi012.stdout: "gc_pool": "z.rgw.log:gc", 2023-10-26T08:21:13.684 INFO:teuthology.orchestra.run.smithi012.stdout: "lc_pool": "z.rgw.log:lc", 2023-10-26T08:21:13.685 INFO:teuthology.orchestra.run.smithi012.stdout: "log_pool": "z.rgw.log", 2023-10-26T08:21:13.685 INFO:teuthology.orchestra.run.smithi012.stdout: "intent_log_pool": "z.rgw.log:intent", 2023-10-26T08:21:13.685 INFO:teuthology.orchestra.run.smithi012.stdout: "usage_log_pool": "z.rgw.log:usage", 2023-10-26T08:21:13.685 INFO:teuthology.orchestra.run.smithi012.stdout: "roles_pool": "z.rgw.meta:roles", 2023-10-26T08:21:13.685 INFO:teuthology.orchestra.run.smithi012.stdout: "reshard_pool": "z.rgw.log:reshard", 2023-10-26T08:21:13.686 INFO:teuthology.orchestra.run.smithi012.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2023-10-26T08:21:13.686 INFO:teuthology.orchestra.run.smithi012.stdout: "user_email_pool": "z.rgw.meta:users.email", 2023-10-26T08:21:13.686 INFO:teuthology.orchestra.run.smithi012.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2023-10-26T08:21:13.686 INFO:teuthology.orchestra.run.smithi012.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2023-10-26T08:21:13.686 INFO:teuthology.orchestra.run.smithi012.stdout: "otp_pool": "z.rgw.otp", 2023-10-26T08:21:13.687 INFO:teuthology.orchestra.run.smithi012.stdout: "system_key": { 2023-10-26T08:21:13.687 INFO:teuthology.orchestra.run.smithi012.stdout: "access_key": "", 2023-10-26T08:21:13.687 INFO:teuthology.orchestra.run.smithi012.stdout: "secret_key": "" 2023-10-26T08:21:13.687 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:21:13.687 INFO:teuthology.orchestra.run.smithi012.stdout: "placement_pools": [ 2023-10-26T08:21:13.687 INFO:teuthology.orchestra.run.smithi012.stdout: { 2023-10-26T08:21:13.688 INFO:teuthology.orchestra.run.smithi012.stdout: "key": "default-placement", 2023-10-26T08:21:13.688 INFO:teuthology.orchestra.run.smithi012.stdout: "val": { 2023-10-26T08:21:13.688 INFO:teuthology.orchestra.run.smithi012.stdout: "index_pool": "z.rgw.buckets.index", 2023-10-26T08:21:13.688 INFO:teuthology.orchestra.run.smithi012.stdout: "storage_classes": { 2023-10-26T08:21:13.688 INFO:teuthology.orchestra.run.smithi012.stdout: "STANDARD": { 2023-10-26T08:21:13.689 INFO:teuthology.orchestra.run.smithi012.stdout: "data_pool": "z.rgw.buckets.data" 2023-10-26T08:21:13.689 INFO:teuthology.orchestra.run.smithi012.stdout: } 2023-10-26T08:21:13.689 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:21:13.689 INFO:teuthology.orchestra.run.smithi012.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2023-10-26T08:21:13.689 INFO:teuthology.orchestra.run.smithi012.stdout: "index_type": 0 2023-10-26T08:21:13.689 INFO:teuthology.orchestra.run.smithi012.stdout: } 2023-10-26T08:21:13.690 INFO:teuthology.orchestra.run.smithi012.stdout: } 2023-10-26T08:21:13.690 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2023-10-26T08:21:13.690 INFO:teuthology.orchestra.run.smithi012.stdout: "realm_id": "0b2f6b5b-9289-4285-b5dc-d8230469afa5" 2023-10-26T08:21:13.690 INFO:teuthology.orchestra.run.smithi012.stdout:} 2023-10-26T08:21:14.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:13 smithi079 bash[23494]: cluster 2023-10-26T08:21:12.346478+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v254: 33 pgs: 33 active+clean; 772 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 314 B/s rd, 1.7 KiB/s wr, 2 op/s 2023-10-26T08:21:14.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:13 smithi012 bash[23428]: cluster 2023-10-26T08:21:12.346478+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v254: 33 pgs: 33 active+clean; 772 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 314 B/s rd, 1.7 KiB/s wr, 2 op/s 2023-10-26T08:21:14.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:13 smithi012 bash[26970]: cluster 2023-10-26T08:21:12.346478+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v254: 33 pgs: 33 active+clean; 772 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 314 B/s rd, 1.7 KiB/s wr, 2 op/s 2023-10-26T08:21:14.441 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2023-10-26T08:21:16.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:15 smithi012 bash[23428]: cluster 2023-10-26T08:21:14.347296+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; 255 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-10-26T08:21:16.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:15 smithi012 bash[26970]: cluster 2023-10-26T08:21:14.347296+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; 255 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-10-26T08:21:16.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:15 smithi079 bash[23494]: cluster 2023-10-26T08:21:14.347296+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; 255 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-10-26T08:21:17.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:16 smithi079 bash[23494]: cluster 2023-10-26T08:21:16.347962+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v256: 33 pgs: 33 active+clean; 1.0 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 322 B/s rd, 1.5 KiB/s wr, 2 op/s 2023-10-26T08:21:17.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:16 smithi012 bash[23428]: cluster 2023-10-26T08:21:16.347962+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v256: 33 pgs: 33 active+clean; 1.0 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 322 B/s rd, 1.5 KiB/s wr, 2 op/s 2023-10-26T08:21:17.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:16 smithi012 bash[26970]: cluster 2023-10-26T08:21:16.347962+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v256: 33 pgs: 33 active+clean; 1.0 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 322 B/s rd, 1.5 KiB/s wr, 2 op/s 2023-10-26T08:21:19.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:18 smithi079 bash[23494]: cluster 2023-10-26T08:21:17.900754+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-10-26T08:21:19.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:18 smithi079 bash[23494]: audit 2023-10-26T08:21:17.904997+0000 mon.a (mon.0) 533 : audit [INF] from='client.? 172.21.15.12:0/2839644599' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-10-26T08:21:19.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:18 smithi079 bash[23494]: cluster 2023-10-26T08:21:18.348738+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v258: 65 pgs: 32 unknown, 33 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 614 B/s rd, 1.5 KiB/s wr, 2 op/s 2023-10-26T08:21:19.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:18 smithi012 bash[23428]: cluster 2023-10-26T08:21:17.900754+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-10-26T08:21:19.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:18 smithi012 bash[23428]: audit 2023-10-26T08:21:17.904997+0000 mon.a (mon.0) 533 : audit [INF] from='client.? 172.21.15.12:0/2839644599' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-10-26T08:21:19.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:18 smithi012 bash[23428]: cluster 2023-10-26T08:21:18.348738+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v258: 65 pgs: 32 unknown, 33 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 614 B/s rd, 1.5 KiB/s wr, 2 op/s 2023-10-26T08:21:19.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:18 smithi012 bash[26970]: cluster 2023-10-26T08:21:17.900754+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-10-26T08:21:19.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:18 smithi012 bash[26970]: audit 2023-10-26T08:21:17.904997+0000 mon.a (mon.0) 533 : audit [INF] from='client.? 172.21.15.12:0/2839644599' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-10-26T08:21:19.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:18 smithi012 bash[26970]: cluster 2023-10-26T08:21:18.348738+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v258: 65 pgs: 32 unknown, 33 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 614 B/s rd, 1.5 KiB/s wr, 2 op/s 2023-10-26T08:21:20.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:19 smithi079 bash[23494]: audit 2023-10-26T08:21:18.908671+0000 mon.a (mon.0) 534 : audit [INF] from='client.? 172.21.15.12:0/2839644599' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-10-26T08:21:20.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:19 smithi079 bash[23494]: cluster 2023-10-26T08:21:18.908872+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-10-26T08:21:20.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:19 smithi012 bash[26970]: audit 2023-10-26T08:21:18.908671+0000 mon.a (mon.0) 534 : audit [INF] from='client.? 172.21.15.12:0/2839644599' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-10-26T08:21:20.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:19 smithi012 bash[26970]: cluster 2023-10-26T08:21:18.908872+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-10-26T08:21:20.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:19 smithi012 bash[23428]: audit 2023-10-26T08:21:18.908671+0000 mon.a (mon.0) 534 : audit [INF] from='client.? 172.21.15.12:0/2839644599' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-10-26T08:21:20.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:19 smithi012 bash[23428]: cluster 2023-10-26T08:21:18.908872+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-10-26T08:21:21.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:20 smithi079 bash[23494]: cluster 2023-10-26T08:21:19.915500+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-10-26T08:21:21.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:20 smithi079 bash[23494]: audit 2023-10-26T08:21:19.918192+0000 mon.a (mon.0) 537 : audit [INF] from='client.? 172.21.15.12:0/2839644599' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-10-26T08:21:21.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:20 smithi079 bash[23494]: cluster 2023-10-26T08:21:20.349479+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v261: 97 pgs: 64 unknown, 33 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 853 B/s wr, 1 op/s 2023-10-26T08:21:21.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:20 smithi079 bash[23494]: audit 2023-10-26T08:21:20.917151+0000 mon.a (mon.0) 538 : audit [INF] from='client.? 172.21.15.12:0/2839644599' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-10-26T08:21:21.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:20 smithi079 bash[23494]: cluster 2023-10-26T08:21:20.918454+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-10-26T08:21:21.323 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:20 smithi012 bash[23428]: cluster 2023-10-26T08:21:19.915500+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-10-26T08:21:21.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:20 smithi012 bash[23428]: audit 2023-10-26T08:21:19.918192+0000 mon.a (mon.0) 537 : audit [INF] from='client.? 172.21.15.12:0/2839644599' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-10-26T08:21:21.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:20 smithi012 bash[23428]: cluster 2023-10-26T08:21:20.349479+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v261: 97 pgs: 64 unknown, 33 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 853 B/s wr, 1 op/s 2023-10-26T08:21:21.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:20 smithi012 bash[23428]: audit 2023-10-26T08:21:20.917151+0000 mon.a (mon.0) 538 : audit [INF] from='client.? 172.21.15.12:0/2839644599' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-10-26T08:21:21.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:20 smithi012 bash[23428]: cluster 2023-10-26T08:21:20.918454+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-10-26T08:21:21.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:20 smithi012 bash[26970]: cluster 2023-10-26T08:21:19.915500+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-10-26T08:21:21.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:20 smithi012 bash[26970]: audit 2023-10-26T08:21:19.918192+0000 mon.a (mon.0) 537 : audit [INF] from='client.? 172.21.15.12:0/2839644599' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-10-26T08:21:21.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:20 smithi012 bash[26970]: cluster 2023-10-26T08:21:20.349479+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v261: 97 pgs: 64 unknown, 33 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 853 B/s wr, 1 op/s 2023-10-26T08:21:21.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:20 smithi012 bash[26970]: audit 2023-10-26T08:21:20.917151+0000 mon.a (mon.0) 538 : audit [INF] from='client.? 172.21.15.12:0/2839644599' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-10-26T08:21:21.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:20 smithi012 bash[26970]: cluster 2023-10-26T08:21:20.918454+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-10-26T08:21:23.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:22 smithi079 bash[23494]: cluster 2023-10-26T08:21:21.939670+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-10-26T08:21:23.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:22 smithi079 bash[23494]: audit 2023-10-26T08:21:21.944084+0000 mon.a (mon.0) 541 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-10-26T08:21:23.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:22 smithi079 bash[23494]: cluster 2023-10-26T08:21:22.350199+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v264: 129 pgs: 3 creating+peering, 62 unknown, 64 active+clean; 1.8 KiB data, 4.2 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 3 op/s 2023-10-26T08:21:23.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:22 smithi012 bash[23428]: cluster 2023-10-26T08:21:21.939670+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-10-26T08:21:23.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:22 smithi012 bash[23428]: audit 2023-10-26T08:21:21.944084+0000 mon.a (mon.0) 541 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-10-26T08:21:23.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:22 smithi012 bash[23428]: cluster 2023-10-26T08:21:22.350199+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v264: 129 pgs: 3 creating+peering, 62 unknown, 64 active+clean; 1.8 KiB data, 4.2 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 3 op/s 2023-10-26T08:21:23.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:22 smithi012 bash[26970]: cluster 2023-10-26T08:21:21.939670+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-10-26T08:21:23.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:22 smithi012 bash[26970]: audit 2023-10-26T08:21:21.944084+0000 mon.a (mon.0) 541 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-10-26T08:21:23.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:22 smithi012 bash[26970]: cluster 2023-10-26T08:21:22.350199+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v264: 129 pgs: 3 creating+peering, 62 unknown, 64 active+clean; 1.8 KiB data, 4.2 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 3 op/s 2023-10-26T08:21:24.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:23 smithi079 bash[23494]: audit 2023-10-26T08:21:22.940812+0000 mon.a (mon.0) 542 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-10-26T08:21:24.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:23 smithi079 bash[23494]: cluster 2023-10-26T08:21:22.941262+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-10-26T08:21:24.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:23 smithi079 bash[23494]: audit 2023-10-26T08:21:22.952950+0000 mon.a (mon.0) 544 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-26T08:21:24.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:23 smithi079 bash[23494]: audit 2023-10-26T08:21:23.944532+0000 mon.a (mon.0) 545 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-26T08:21:24.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:23 smithi079 bash[23494]: cluster 2023-10-26T08:21:23.944683+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-10-26T08:21:24.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:23 smithi079 bash[23494]: audit 2023-10-26T08:21:23.945731+0000 mon.a (mon.0) 547 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-10-26T08:21:24.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:23 smithi012 bash[23428]: audit 2023-10-26T08:21:22.940812+0000 mon.a (mon.0) 542 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-10-26T08:21:24.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:23 smithi012 bash[23428]: cluster 2023-10-26T08:21:22.941262+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-10-26T08:21:24.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:23 smithi012 bash[23428]: audit 2023-10-26T08:21:22.952950+0000 mon.a (mon.0) 544 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-26T08:21:24.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:23 smithi012 bash[23428]: audit 2023-10-26T08:21:23.944532+0000 mon.a (mon.0) 545 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-26T08:21:24.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:23 smithi012 bash[23428]: cluster 2023-10-26T08:21:23.944683+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-10-26T08:21:24.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:23 smithi012 bash[23428]: audit 2023-10-26T08:21:23.945731+0000 mon.a (mon.0) 547 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-10-26T08:21:24.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:23 smithi012 bash[26970]: audit 2023-10-26T08:21:22.940812+0000 mon.a (mon.0) 542 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-10-26T08:21:24.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:23 smithi012 bash[26970]: cluster 2023-10-26T08:21:22.941262+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-10-26T08:21:24.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:23 smithi012 bash[26970]: audit 2023-10-26T08:21:22.952950+0000 mon.a (mon.0) 544 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-26T08:21:24.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:23 smithi012 bash[26970]: audit 2023-10-26T08:21:23.944532+0000 mon.a (mon.0) 545 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-26T08:21:24.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:23 smithi012 bash[26970]: cluster 2023-10-26T08:21:23.944683+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-10-26T08:21:24.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:23 smithi012 bash[26970]: audit 2023-10-26T08:21:23.945731+0000 mon.a (mon.0) 547 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-10-26T08:21:25.141 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2023-10-26T08:21:25.141 INFO:teuthology.orchestra.run.smithi012.stdout: "id": "53b18146-546f-4448-89ef-dbaa065d07a3", 2023-10-26T08:21:25.141 INFO:teuthology.orchestra.run.smithi012.stdout: "epoch": 1, 2023-10-26T08:21:25.142 INFO:teuthology.orchestra.run.smithi012.stdout: "predecessor_uuid": "2e1e2290-0132-424d-aa67-9c44d539e107", 2023-10-26T08:21:25.142 INFO:teuthology.orchestra.run.smithi012.stdout: "sync_status": [], 2023-10-26T08:21:25.142 INFO:teuthology.orchestra.run.smithi012.stdout: "period_map": { 2023-10-26T08:21:25.142 INFO:teuthology.orchestra.run.smithi012.stdout: "id": "53b18146-546f-4448-89ef-dbaa065d07a3", 2023-10-26T08:21:25.142 INFO:teuthology.orchestra.run.smithi012.stdout: "zonegroups": [ 2023-10-26T08:21:25.143 INFO:teuthology.orchestra.run.smithi012.stdout: { 2023-10-26T08:21:25.143 INFO:teuthology.orchestra.run.smithi012.stdout: "id": "b163d71c-26cd-447a-b1bc-122279be7ace", 2023-10-26T08:21:25.143 INFO:teuthology.orchestra.run.smithi012.stdout: "name": "default", 2023-10-26T08:21:25.143 INFO:teuthology.orchestra.run.smithi012.stdout: "api_name": "default", 2023-10-26T08:21:25.143 INFO:teuthology.orchestra.run.smithi012.stdout: "is_master": "true", 2023-10-26T08:21:25.144 INFO:teuthology.orchestra.run.smithi012.stdout: "endpoints": [], 2023-10-26T08:21:25.144 INFO:teuthology.orchestra.run.smithi012.stdout: "hostnames": [], 2023-10-26T08:21:25.144 INFO:teuthology.orchestra.run.smithi012.stdout: "hostnames_s3website": [], 2023-10-26T08:21:25.144 INFO:teuthology.orchestra.run.smithi012.stdout: "master_zone": "74d38bcd-dadc-4798-bf18-4900312340d6", 2023-10-26T08:21:25.144 INFO:teuthology.orchestra.run.smithi012.stdout: "zones": [ 2023-10-26T08:21:25.145 INFO:teuthology.orchestra.run.smithi012.stdout: { 2023-10-26T08:21:25.145 INFO:teuthology.orchestra.run.smithi012.stdout: "id": "74d38bcd-dadc-4798-bf18-4900312340d6", 2023-10-26T08:21:25.145 INFO:teuthology.orchestra.run.smithi012.stdout: "name": "z", 2023-10-26T08:21:25.145 INFO:teuthology.orchestra.run.smithi012.stdout: "endpoints": [], 2023-10-26T08:21:25.145 INFO:teuthology.orchestra.run.smithi012.stdout: "log_meta": "false", 2023-10-26T08:21:25.146 INFO:teuthology.orchestra.run.smithi012.stdout: "log_data": "false", 2023-10-26T08:21:25.146 INFO:teuthology.orchestra.run.smithi012.stdout: "bucket_index_max_shards": 11, 2023-10-26T08:21:25.146 INFO:teuthology.orchestra.run.smithi012.stdout: "read_only": "false", 2023-10-26T08:21:25.146 INFO:teuthology.orchestra.run.smithi012.stdout: "tier_type": "", 2023-10-26T08:21:25.146 INFO:teuthology.orchestra.run.smithi012.stdout: "sync_from_all": "true", 2023-10-26T08:21:25.147 INFO:teuthology.orchestra.run.smithi012.stdout: "sync_from": [], 2023-10-26T08:21:25.147 INFO:teuthology.orchestra.run.smithi012.stdout: "redirect_zone": "" 2023-10-26T08:21:25.147 INFO:teuthology.orchestra.run.smithi012.stdout: } 2023-10-26T08:21:25.147 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2023-10-26T08:21:25.147 INFO:teuthology.orchestra.run.smithi012.stdout: "placement_targets": [ 2023-10-26T08:21:25.148 INFO:teuthology.orchestra.run.smithi012.stdout: { 2023-10-26T08:21:25.148 INFO:teuthology.orchestra.run.smithi012.stdout: "name": "default-placement", 2023-10-26T08:21:25.148 INFO:teuthology.orchestra.run.smithi012.stdout: "tags": [], 2023-10-26T08:21:25.148 INFO:teuthology.orchestra.run.smithi012.stdout: "storage_classes": [ 2023-10-26T08:21:25.148 INFO:teuthology.orchestra.run.smithi012.stdout: "STANDARD" 2023-10-26T08:21:25.148 INFO:teuthology.orchestra.run.smithi012.stdout: ] 2023-10-26T08:21:25.149 INFO:teuthology.orchestra.run.smithi012.stdout: } 2023-10-26T08:21:25.149 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2023-10-26T08:21:25.149 INFO:teuthology.orchestra.run.smithi012.stdout: "default_placement": "default-placement", 2023-10-26T08:21:25.149 INFO:teuthology.orchestra.run.smithi012.stdout: "realm_id": "0b2f6b5b-9289-4285-b5dc-d8230469afa5", 2023-10-26T08:21:25.150 INFO:teuthology.orchestra.run.smithi012.stdout: "sync_policy": { 2023-10-26T08:21:25.150 INFO:teuthology.orchestra.run.smithi012.stdout: "groups": [] 2023-10-26T08:21:25.150 INFO:teuthology.orchestra.run.smithi012.stdout: } 2023-10-26T08:21:25.151 INFO:teuthology.orchestra.run.smithi012.stdout: } 2023-10-26T08:21:25.151 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2023-10-26T08:21:25.151 INFO:teuthology.orchestra.run.smithi012.stdout: "short_zone_ids": [ 2023-10-26T08:21:25.151 INFO:teuthology.orchestra.run.smithi012.stdout: { 2023-10-26T08:21:25.151 INFO:teuthology.orchestra.run.smithi012.stdout: "key": "74d38bcd-dadc-4798-bf18-4900312340d6", 2023-10-26T08:21:25.152 INFO:teuthology.orchestra.run.smithi012.stdout: "val": 3119789773 2023-10-26T08:21:25.152 INFO:teuthology.orchestra.run.smithi012.stdout: } 2023-10-26T08:21:25.152 INFO:teuthology.orchestra.run.smithi012.stdout: ] 2023-10-26T08:21:25.152 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:21:25.152 INFO:teuthology.orchestra.run.smithi012.stdout: "master_zonegroup": "b163d71c-26cd-447a-b1bc-122279be7ace", 2023-10-26T08:21:25.153 INFO:teuthology.orchestra.run.smithi012.stdout: "master_zone": "74d38bcd-dadc-4798-bf18-4900312340d6", 2023-10-26T08:21:25.153 INFO:teuthology.orchestra.run.smithi012.stdout: "period_config": { 2023-10-26T08:21:25.153 INFO:teuthology.orchestra.run.smithi012.stdout: "bucket_quota": { 2023-10-26T08:21:25.153 INFO:teuthology.orchestra.run.smithi012.stdout: "enabled": false, 2023-10-26T08:21:25.153 INFO:teuthology.orchestra.run.smithi012.stdout: "check_on_raw": false, 2023-10-26T08:21:25.153 INFO:teuthology.orchestra.run.smithi012.stdout: "max_size": -1, 2023-10-26T08:21:25.154 INFO:teuthology.orchestra.run.smithi012.stdout: "max_size_kb": 0, 2023-10-26T08:21:25.154 INFO:teuthology.orchestra.run.smithi012.stdout: "max_objects": -1 2023-10-26T08:21:25.154 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:21:25.154 INFO:teuthology.orchestra.run.smithi012.stdout: "user_quota": { 2023-10-26T08:21:25.154 INFO:teuthology.orchestra.run.smithi012.stdout: "enabled": false, 2023-10-26T08:21:25.155 INFO:teuthology.orchestra.run.smithi012.stdout: "check_on_raw": false, 2023-10-26T08:21:25.155 INFO:teuthology.orchestra.run.smithi012.stdout: "max_size": -1, 2023-10-26T08:21:25.155 INFO:teuthology.orchestra.run.smithi012.stdout: "max_size_kb": 0, 2023-10-26T08:21:25.155 INFO:teuthology.orchestra.run.smithi012.stdout: "max_objects": -1 2023-10-26T08:21:25.156 INFO:teuthology.orchestra.run.smithi012.stdout: } 2023-10-26T08:21:25.156 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:21:25.156 INFO:teuthology.orchestra.run.smithi012.stdout: "realm_id": "0b2f6b5b-9289-4285-b5dc-d8230469afa5", 2023-10-26T08:21:25.156 INFO:teuthology.orchestra.run.smithi012.stdout: "realm_name": "r", 2023-10-26T08:21:25.156 INFO:teuthology.orchestra.run.smithi012.stdout: "realm_epoch": 2 2023-10-26T08:21:25.157 INFO:teuthology.orchestra.run.smithi012.stdout:} 2023-10-26T08:21:25.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:24 smithi079 bash[23494]: cluster 2023-10-26T08:21:24.350920+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v267: 129 pgs: 14 creating+peering, 21 unknown, 94 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 3 op/s 2023-10-26T08:21:25.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:24 smithi079 bash[23494]: audit 2023-10-26T08:21:24.945603+0000 mon.a (mon.0) 548 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-10-26T08:21:25.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:24 smithi079 bash[23494]: cluster 2023-10-26T08:21:24.945771+0000 mon.a (mon.0) 549 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-10-26T08:21:25.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:24 smithi012 bash[23428]: cluster 2023-10-26T08:21:24.350920+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v267: 129 pgs: 14 creating+peering, 21 unknown, 94 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 3 op/s 2023-10-26T08:21:25.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:24 smithi012 bash[23428]: audit 2023-10-26T08:21:24.945603+0000 mon.a (mon.0) 548 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-10-26T08:21:25.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:24 smithi012 bash[23428]: cluster 2023-10-26T08:21:24.945771+0000 mon.a (mon.0) 549 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-10-26T08:21:25.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:24 smithi012 bash[26970]: cluster 2023-10-26T08:21:24.350920+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v267: 129 pgs: 14 creating+peering, 21 unknown, 94 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 3 op/s 2023-10-26T08:21:25.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:24 smithi012 bash[26970]: audit 2023-10-26T08:21:24.945603+0000 mon.a (mon.0) 548 : audit [INF] from='client.? 172.21.15.12:0/4197757351' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-10-26T08:21:25.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:24 smithi012 bash[26970]: cluster 2023-10-26T08:21:24.945771+0000 mon.a (mon.0) 549 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-10-26T08:21:26.025 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2023-10-26T08:21:27.574 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:27 smithi012 bash[23428]: cluster 2023-10-26T08:21:26.351791+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v269: 129 pgs: 11 creating+peering, 18 unknown, 100 active+clean; 1.9 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 231 B/s rd, 463 B/s wr, 1 op/s 2023-10-26T08:21:27.574 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:27 smithi012 bash[26970]: cluster 2023-10-26T08:21:26.351791+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v269: 129 pgs: 11 creating+peering, 18 unknown, 100 active+clean; 1.9 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 231 B/s rd, 463 B/s wr, 1 op/s 2023-10-26T08:21:27.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:27 smithi079 bash[23494]: cluster 2023-10-26T08:21:26.351791+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v269: 129 pgs: 11 creating+peering, 18 unknown, 100 active+clean; 1.9 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 231 B/s rd, 463 B/s wr, 1 op/s 2023-10-26T08:21:29.092 INFO:teuthology.orchestra.run.smithi012.stdout:Scheduled rgw update... 2023-10-26T08:21:29.812 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c 'sleep 120' 2023-10-26T08:21:30.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[23428]: cluster 2023-10-26T08:21:28.353167+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 6.5 KiB/s wr, 24 op/s 2023-10-26T08:21:30.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[23428]: audit 2023-10-26T08:21:29.080042+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-10-26T08:21:29.079389\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2023-10-26T08:21:30.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[23428]: audit 2023-10-26T08:21:29.083862+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-10-26T08:21:29.079389\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2023-10-26T08:21:30.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[23428]: audit 2023-10-26T08:21:29.088964+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2023-10-26T08:21:30.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[23428]: audit 2023-10-26T08:21:29.095164+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2023-10-26T08:21:30.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[23428]: audit 2023-10-26T08:21:29.096369+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2023-10-26T08:21:30.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[23428]: audit 2023-10-26T08:21:29.101921+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2023-10-26T08:21:30.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[23428]: audit 2023-10-26T08:21:29.103171+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2023-10-26T08:21:30.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[23428]: audit 2023-10-26T08:21:29.108652+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2023-10-26T08:21:30.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[23428]: audit 2023-10-26T08:21:29.109743+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi079.agubrf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-10-26T08:21:30.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[23428]: audit 2023-10-26T08:21:29.114231+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi079.agubrf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-10-26T08:21:30.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[23428]: audit 2023-10-26T08:21:29.115240+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:21:30.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[23428]: audit 2023-10-26T08:21:29.116429+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi079.agubrf", "key": "container_image"}]: dispatch 2023-10-26T08:21:30.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[26970]: cluster 2023-10-26T08:21:28.353167+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 6.5 KiB/s wr, 24 op/s 2023-10-26T08:21:30.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[26970]: audit 2023-10-26T08:21:29.080042+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-10-26T08:21:29.079389\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2023-10-26T08:21:30.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[26970]: audit 2023-10-26T08:21:29.083862+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-10-26T08:21:29.079389\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2023-10-26T08:21:30.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[26970]: audit 2023-10-26T08:21:29.088964+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2023-10-26T08:21:30.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[26970]: audit 2023-10-26T08:21:29.095164+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2023-10-26T08:21:30.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[26970]: audit 2023-10-26T08:21:29.096369+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2023-10-26T08:21:30.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[26970]: audit 2023-10-26T08:21:29.101921+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2023-10-26T08:21:30.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[26970]: audit 2023-10-26T08:21:29.103171+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2023-10-26T08:21:30.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[26970]: audit 2023-10-26T08:21:29.108652+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2023-10-26T08:21:30.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[26970]: audit 2023-10-26T08:21:29.109743+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi079.agubrf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-10-26T08:21:30.080 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[26970]: audit 2023-10-26T08:21:29.114231+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi079.agubrf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-10-26T08:21:30.080 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[26970]: audit 2023-10-26T08:21:29.115240+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:21:30.080 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:29 smithi012 bash[26970]: audit 2023-10-26T08:21:29.116429+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi079.agubrf", "key": "container_image"}]: dispatch 2023-10-26T08:21:30.205 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:29 smithi079 bash[23494]: cluster 2023-10-26T08:21:28.353167+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 6.5 KiB/s wr, 24 op/s 2023-10-26T08:21:30.205 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:29 smithi079 bash[23494]: audit 2023-10-26T08:21:29.080042+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-10-26T08:21:29.079389\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2023-10-26T08:21:30.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:29 smithi079 bash[23494]: audit 2023-10-26T08:21:29.083862+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-10-26T08:21:29.079389\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2023-10-26T08:21:30.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:29 smithi079 bash[23494]: audit 2023-10-26T08:21:29.088964+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2023-10-26T08:21:30.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:29 smithi079 bash[23494]: audit 2023-10-26T08:21:29.095164+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2023-10-26T08:21:30.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:29 smithi079 bash[23494]: audit 2023-10-26T08:21:29.096369+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2023-10-26T08:21:30.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:29 smithi079 bash[23494]: audit 2023-10-26T08:21:29.101921+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2023-10-26T08:21:30.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:29 smithi079 bash[23494]: audit 2023-10-26T08:21:29.103171+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2023-10-26T08:21:30.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:29 smithi079 bash[23494]: audit 2023-10-26T08:21:29.108652+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2023-10-26T08:21:30.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:29 smithi079 bash[23494]: audit 2023-10-26T08:21:29.109743+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi079.agubrf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-10-26T08:21:30.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:29 smithi079 bash[23494]: audit 2023-10-26T08:21:29.114231+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi079.agubrf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-10-26T08:21:30.208 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:29 smithi079 bash[23494]: audit 2023-10-26T08:21:29.115240+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:21:30.208 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:29 smithi079 bash[23494]: audit 2023-10-26T08:21:29.116429+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi079.agubrf", "key": "container_image"}]: dispatch 2023-10-26T08:21:31.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:30 smithi012 bash[23428]: audit 2023-10-26T08:21:29.078267+0000 mgr.y (mgr.14140) 274 : audit [DBG] from='client.24574 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:21:31.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:30 smithi012 bash[23428]: cephadm 2023-10-26T08:21:29.079362+0000 mgr.y (mgr.14140) 275 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2023-10-26T08:21:31.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:30 smithi012 bash[23428]: cephadm 2023-10-26T08:21:29.116038+0000 mgr.y (mgr.14140) 276 : cephadm [INF] Deploying daemon rgw.r.z.smithi079.agubrf on smithi079 2023-10-26T08:21:31.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:30 smithi012 bash[26970]: audit 2023-10-26T08:21:29.078267+0000 mgr.y (mgr.14140) 274 : audit [DBG] from='client.24574 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:21:31.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:30 smithi012 bash[26970]: cephadm 2023-10-26T08:21:29.079362+0000 mgr.y (mgr.14140) 275 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2023-10-26T08:21:31.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:30 smithi012 bash[26970]: cephadm 2023-10-26T08:21:29.116038+0000 mgr.y (mgr.14140) 276 : cephadm [INF] Deploying daemon rgw.r.z.smithi079.agubrf on smithi079 2023-10-26T08:21:31.193 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:30 smithi079 bash[23494]: audit 2023-10-26T08:21:29.078267+0000 mgr.y (mgr.14140) 274 : audit [DBG] from='client.24574 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:21:31.193 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:30 smithi079 bash[23494]: cephadm 2023-10-26T08:21:29.079362+0000 mgr.y (mgr.14140) 275 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2023-10-26T08:21:31.193 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:30 smithi079 bash[23494]: cephadm 2023-10-26T08:21:29.116038+0000 mgr.y (mgr.14140) 276 : cephadm [INF] Deploying daemon rgw.r.z.smithi079.agubrf on smithi079 2023-10-26T08:21:32.074 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:31 smithi012 bash[23428]: cluster 2023-10-26T08:21:30.354029+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; 966 B/s rd, 5.3 KiB/s wr, 19 op/s 2023-10-26T08:21:32.075 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:31 smithi012 bash[26970]: cluster 2023-10-26T08:21:30.354029+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; 966 B/s rd, 5.3 KiB/s wr, 19 op/s 2023-10-26T08:21:32.075 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:31 smithi012 bash[23428]: audit 2023-10-26T08:21:31.457984+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.893962\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894164\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894292\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894414\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894534\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894653\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894773\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894893\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:23.895013\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:21:32.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:31 smithi012 bash[23428]: audit 2023-10-26T08:21:31.464432+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.893962\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894164\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894292\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894414\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894534\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894653\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894773\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894893\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:23.895013\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:21:32.076 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:31 smithi012 bash[23428]: audit 2023-10-26T08:21:31.465942+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi012.jpggmd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-10-26T08:21:32.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:31 smithi012 bash[23428]: audit 2023-10-26T08:21:31.473102+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi012.jpggmd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-10-26T08:21:32.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:31 smithi012 bash[23428]: audit 2023-10-26T08:21:31.474828+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:21:32.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:31 smithi012 bash[23428]: audit 2023-10-26T08:21:31.476789+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi012.jpggmd", "key": "container_image"}]: dispatch 2023-10-26T08:21:32.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:31 smithi012 bash[26970]: audit 2023-10-26T08:21:31.457984+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.893962\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894164\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894292\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894414\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894534\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894653\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894773\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894893\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:23.895013\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:21:32.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:31 smithi012 bash[26970]: audit 2023-10-26T08:21:31.464432+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.893962\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894164\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894292\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894414\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894534\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894653\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894773\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894893\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:23.895013\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:21:32.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:31 smithi012 bash[26970]: audit 2023-10-26T08:21:31.465942+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi012.jpggmd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-10-26T08:21:32.079 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:31 smithi012 bash[26970]: audit 2023-10-26T08:21:31.473102+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi012.jpggmd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-10-26T08:21:32.080 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:31 smithi012 bash[26970]: audit 2023-10-26T08:21:31.474828+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:21:32.080 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:31 smithi012 bash[26970]: audit 2023-10-26T08:21:31.476789+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi012.jpggmd", "key": "container_image"}]: dispatch 2023-10-26T08:21:32.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:31 smithi079 bash[23494]: cluster 2023-10-26T08:21:30.354029+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; 966 B/s rd, 5.3 KiB/s wr, 19 op/s 2023-10-26T08:21:32.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:31 smithi079 bash[23494]: audit 2023-10-26T08:21:31.457984+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.893962\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894164\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894292\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894414\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894534\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894653\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894773\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894893\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:23.895013\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:21:32.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:31 smithi079 bash[23494]: audit 2023-10-26T08:21:31.464432+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.893962\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894164\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894292\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894414\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894534\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894653\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894773\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:23.894893\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:20:23.895013\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:21:32.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:31 smithi079 bash[23494]: audit 2023-10-26T08:21:31.465942+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi012.jpggmd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-10-26T08:21:32.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:31 smithi079 bash[23494]: audit 2023-10-26T08:21:31.473102+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi012.jpggmd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-10-26T08:21:32.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:31 smithi079 bash[23494]: audit 2023-10-26T08:21:31.474828+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:21:32.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:31 smithi079 bash[23494]: audit 2023-10-26T08:21:31.476789+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi012.jpggmd", "key": "container_image"}]: dispatch 2023-10-26T08:21:33.108 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:32 smithi012 bash[23428]: cephadm 2023-10-26T08:21:31.476094+0000 mgr.y (mgr.14140) 278 : cephadm [INF] Deploying daemon rgw.r.z.smithi012.jpggmd on smithi012 2023-10-26T08:21:33.108 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:32 smithi012 bash[23428]: cluster 2023-10-26T08:21:32.355282+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 851 B/s rd, 4.6 KiB/s wr, 17 op/s 2023-10-26T08:21:33.109 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:32 smithi012 bash[26970]: cephadm 2023-10-26T08:21:31.476094+0000 mgr.y (mgr.14140) 278 : cephadm [INF] Deploying daemon rgw.r.z.smithi012.jpggmd on smithi012 2023-10-26T08:21:33.109 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:32 smithi012 bash[26970]: cluster 2023-10-26T08:21:32.355282+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 851 B/s rd, 4.6 KiB/s wr, 17 op/s 2023-10-26T08:21:33.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:32 smithi079 bash[23494]: cephadm 2023-10-26T08:21:31.476094+0000 mgr.y (mgr.14140) 278 : cephadm [INF] Deploying daemon rgw.r.z.smithi012.jpggmd on smithi012 2023-10-26T08:21:33.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:32 smithi079 bash[23494]: cluster 2023-10-26T08:21:32.355282+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 851 B/s rd, 4.6 KiB/s wr, 17 op/s 2023-10-26T08:21:34.575 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:34 smithi012 bash[26970]: audit 2023-10-26T08:21:34.348317+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812670\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812765\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812813\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812858\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812903\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812948\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812992\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813037\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813082\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:21:34.575 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:34 smithi012 bash[26970]: audit 2023-10-26T08:21:34.353381+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812670\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812765\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812813\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812858\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812903\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812948\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812992\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813037\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813082\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:21:34.575 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:34 smithi012 bash[26970]: audit 2023-10-26T08:21:34.354966+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:21:34.576 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:34 smithi012 bash[23428]: audit 2023-10-26T08:21:34.348317+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812670\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812765\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812813\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812858\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812903\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812948\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812992\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813037\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813082\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:21:34.576 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:34 smithi012 bash[23428]: audit 2023-10-26T08:21:34.353381+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812670\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812765\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812813\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812858\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812903\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812948\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812992\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813037\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813082\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:21:34.576 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:34 smithi012 bash[23428]: audit 2023-10-26T08:21:34.354966+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:21:34.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:34 smithi079 bash[23494]: audit 2023-10-26T08:21:34.348317+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812670\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812765\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812813\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812858\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812903\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812948\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812992\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813037\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813082\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:21:34.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:34 smithi079 bash[23494]: audit 2023-10-26T08:21:34.353381+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812670\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812765\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812813\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812858\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812903\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812948\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.812992\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813037\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:20:22.813082\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"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\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:21:34.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:34 smithi079 bash[23494]: audit 2023-10-26T08:21:34.354966+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:21:35.574 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:35 smithi012 bash[23428]: cluster 2023-10-26T08:21:34.356074+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; 7.9 KiB/s rd, 3.9 KiB/s wr, 28 op/s 2023-10-26T08:21:35.575 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:35 smithi012 bash[26970]: cluster 2023-10-26T08:21:34.356074+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; 7.9 KiB/s rd, 3.9 KiB/s wr, 28 op/s 2023-10-26T08:21:35.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:35 smithi079 bash[23494]: cluster 2023-10-26T08:21:34.356074+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; 7.9 KiB/s rd, 3.9 KiB/s wr, 28 op/s 2023-10-26T08:21:36.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:36 smithi079 bash[23494]: audit 2023-10-26T08:21:35.501942+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499658\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499780\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499846\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499907\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499968\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500028\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500089\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500150\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500211\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500272\", \"created\": \"2023-10-26T08:21:34.328665\", \"started\": \"2023-10-26T08:21:34.350454\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_daemon_update\": \"2023-10-26T08:21:35.500417\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:21:36.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:36 smithi079 bash[23494]: audit 2023-10-26T08:21:35.505930+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499658\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499780\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499846\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499907\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499968\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500028\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500089\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500150\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500211\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500272\", \"created\": \"2023-10-26T08:21:34.328665\", \"started\": \"2023-10-26T08:21:34.350454\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_daemon_update\": \"2023-10-26T08:21:35.500417\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:21:36.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:36 smithi079 bash[23494]: audit 2023-10-26T08:21:35.506978+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:21:36.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:36 smithi012 bash[23428]: audit 2023-10-26T08:21:35.501942+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499658\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499780\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499846\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499907\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499968\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500028\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500089\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500150\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500211\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500272\", \"created\": \"2023-10-26T08:21:34.328665\", \"started\": \"2023-10-26T08:21:34.350454\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_daemon_update\": \"2023-10-26T08:21:35.500417\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:21:36.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:36 smithi012 bash[26970]: audit 2023-10-26T08:21:35.501942+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499658\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499780\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499846\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499907\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499968\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500028\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500089\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500150\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500211\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500272\", \"created\": \"2023-10-26T08:21:34.328665\", \"started\": \"2023-10-26T08:21:34.350454\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_daemon_update\": \"2023-10-26T08:21:35.500417\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]: dispatch 2023-10-26T08:21:36.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:36 smithi012 bash[23428]: audit 2023-10-26T08:21:35.505930+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499658\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499780\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499846\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499907\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499968\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500028\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500089\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500150\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500211\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500272\", \"created\": \"2023-10-26T08:21:34.328665\", \"started\": \"2023-10-26T08:21:34.350454\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_daemon_update\": \"2023-10-26T08:21:35.500417\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:21:36.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:36 smithi012 bash[23428]: audit 2023-10-26T08:21:35.506978+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:21:36.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:36 smithi012 bash[26970]: audit 2023-10-26T08:21:35.505930+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499658\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499780\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499846\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499907\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499968\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500028\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500089\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500150\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500211\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500272\", \"created\": \"2023-10-26T08:21:34.328665\", \"started\": \"2023-10-26T08:21:34.350454\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_daemon_update\": \"2023-10-26T08:21:35.500417\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:13:53.053658\"}"}]': finished 2023-10-26T08:21:36.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:36 smithi012 bash[26970]: audit 2023-10-26T08:21:35.506978+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:21:37.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:37 smithi012 bash[23428]: cluster 2023-10-26T08:21:36.356919+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 3.4 KiB/s wr, 33 op/s 2023-10-26T08:21:37.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:37 smithi012 bash[26970]: cluster 2023-10-26T08:21:36.356919+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 3.4 KiB/s wr, 33 op/s 2023-10-26T08:21:37.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:37 smithi012 bash[23428]: audit 2023-10-26T08:21:36.613971+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610137\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_daemon_update\": \"2023-10-26T08:21:36.611483\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:21:37.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:37 smithi012 bash[23428]: audit 2023-10-26T08:21:36.620564+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610137\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_daemon_update\": \"2023-10-26T08:21:36.611483\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:21:37.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:37 smithi012 bash[26970]: audit 2023-10-26T08:21:36.613971+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610137\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_daemon_update\": \"2023-10-26T08:21:36.611483\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:21:37.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:37 smithi012 bash[26970]: audit 2023-10-26T08:21:36.620564+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610137\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_daemon_update\": \"2023-10-26T08:21:36.611483\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:21:37.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:37 smithi079 bash[23494]: cluster 2023-10-26T08:21:36.356919+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 3.4 KiB/s wr, 33 op/s 2023-10-26T08:21:37.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:37 smithi079 bash[23494]: audit 2023-10-26T08:21:36.613971+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610137\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_daemon_update\": \"2023-10-26T08:21:36.611483\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:21:37.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:37 smithi079 bash[23494]: audit 2023-10-26T08:21:36.620564+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"29bd6217df20\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610137\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:15:32.888228\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:30.298931\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_daemon_update\": \"2023-10-26T08:21:36.611483\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:21:40.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:39 smithi079 bash[23494]: cluster 2023-10-26T08:21:38.358327+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; 92 KiB/s rd, 3.2 KiB/s wr, 175 op/s 2023-10-26T08:21:40.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:39 smithi012 bash[23428]: cluster 2023-10-26T08:21:38.358327+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; 92 KiB/s rd, 3.2 KiB/s wr, 175 op/s 2023-10-26T08:21:40.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:39 smithi012 bash[26970]: cluster 2023-10-26T08:21:38.358327+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; 92 KiB/s rd, 3.2 KiB/s wr, 175 op/s 2023-10-26T08:21:42.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:41 smithi079 bash[23494]: cluster 2023-10-26T08:21:40.359029+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; 91 KiB/s rd, 170 B/s wr, 163 op/s 2023-10-26T08:21:42.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:41 smithi012 bash[23428]: cluster 2023-10-26T08:21:40.359029+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; 91 KiB/s rd, 170 B/s wr, 163 op/s 2023-10-26T08:21:42.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:41 smithi012 bash[26970]: cluster 2023-10-26T08:21:40.359029+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; 91 KiB/s rd, 170 B/s wr, 163 op/s 2023-10-26T08:21:44.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:43 smithi079 bash[23494]: cluster 2023-10-26T08:21:42.360223+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; 93 KiB/s rd, 170 B/s wr, 166 op/s 2023-10-26T08:21:44.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:43 smithi012 bash[23428]: cluster 2023-10-26T08:21:42.360223+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; 93 KiB/s rd, 170 B/s wr, 166 op/s 2023-10-26T08:21:44.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:43 smithi012 bash[26970]: cluster 2023-10-26T08:21:42.360223+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; 93 KiB/s rd, 170 B/s wr, 166 op/s 2023-10-26T08:21:46.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:45 smithi079 bash[23494]: cluster 2023-10-26T08:21:44.361343+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 2023-10-26T08:21:46.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:45 smithi012 bash[23428]: cluster 2023-10-26T08:21:44.361343+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 2023-10-26T08:21:46.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:45 smithi012 bash[26970]: cluster 2023-10-26T08:21:44.361343+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 2023-10-26T08:21:47.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:46 smithi079 bash[23494]: cluster 2023-10-26T08:21:46.362186+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; 87 KiB/s rd, 170 B/s wr, 154 op/s 2023-10-26T08:21:47.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:46 smithi012 bash[23428]: cluster 2023-10-26T08:21:46.362186+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; 87 KiB/s rd, 170 B/s wr, 154 op/s 2023-10-26T08:21:47.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:46 smithi012 bash[26970]: cluster 2023-10-26T08:21:46.362186+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; 87 KiB/s rd, 170 B/s wr, 154 op/s 2023-10-26T08:21:50.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:49 smithi079 bash[23494]: cluster 2023-10-26T08:21:48.363692+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; 83 KiB/s rd, 170 B/s wr, 146 op/s 2023-10-26T08:21:50.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:49 smithi012 bash[23428]: cluster 2023-10-26T08:21:48.363692+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; 83 KiB/s rd, 170 B/s wr, 146 op/s 2023-10-26T08:21:50.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:49 smithi012 bash[26970]: cluster 2023-10-26T08:21:48.363692+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; 83 KiB/s rd, 170 B/s wr, 146 op/s 2023-10-26T08:21:52.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:51 smithi079 bash[23494]: cluster 2023-10-26T08:21:50.364384+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; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2023-10-26T08:21:52.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:51 smithi012 bash[23428]: cluster 2023-10-26T08:21:50.364384+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; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2023-10-26T08:21:52.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:51 smithi012 bash[26970]: cluster 2023-10-26T08:21:50.364384+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; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2023-10-26T08:21:54.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:53 smithi079 bash[23494]: cluster 2023-10-26T08:21:52.365587+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; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2023-10-26T08:21:54.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:53 smithi012 bash[23428]: cluster 2023-10-26T08:21:52.365587+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; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2023-10-26T08:21:54.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:53 smithi012 bash[26970]: cluster 2023-10-26T08:21:52.365587+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; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2023-10-26T08:21:56.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:55 smithi079 bash[23494]: cluster 2023-10-26T08:21:54.366654+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 2023-10-26T08:21:56.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:55 smithi012 bash[23428]: cluster 2023-10-26T08:21:54.366654+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 2023-10-26T08:21:56.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:55 smithi012 bash[26970]: cluster 2023-10-26T08:21:54.366654+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 2023-10-26T08:21:57.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:56 smithi079 bash[23494]: cluster 2023-10-26T08:21:56.367516+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 2023-10-26T08:21:57.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:56 smithi012 bash[23428]: cluster 2023-10-26T08:21:56.367516+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 2023-10-26T08:21:57.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:56 smithi012 bash[26970]: cluster 2023-10-26T08:21:56.367516+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 2023-10-26T08:22:00.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:21:59 smithi079 bash[23494]: cluster 2023-10-26T08:21:58.368908+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 2023-10-26T08:22:00.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:21:59 smithi012 bash[23428]: cluster 2023-10-26T08:21:58.368908+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 2023-10-26T08:22:00.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:21:59 smithi012 bash[26970]: cluster 2023-10-26T08:21:58.368908+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 2023-10-26T08:22:01.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:00 smithi079 bash[23494]: cluster 2023-10-26T08:22:00.369565+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 2023-10-26T08:22:01.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:00 smithi012 bash[23428]: cluster 2023-10-26T08:22:00.369565+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 2023-10-26T08:22:01.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:00 smithi012 bash[26970]: cluster 2023-10-26T08:22:00.369565+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 2023-10-26T08:22:04.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:03 smithi079 bash[23494]: cluster 2023-10-26T08:22:02.370709+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 2023-10-26T08:22:04.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:03 smithi012 bash[23428]: cluster 2023-10-26T08:22:02.370709+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 2023-10-26T08:22:04.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:03 smithi012 bash[26970]: cluster 2023-10-26T08:22:02.370709+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 2023-10-26T08:22:05.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:04 smithi079 bash[23494]: cluster 2023-10-26T08:22:04.371797+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 2023-10-26T08:22:05.324 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:04 smithi012 bash[26970]: cluster 2023-10-26T08:22:04.371797+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 2023-10-26T08:22:05.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:04 smithi012 bash[23428]: cluster 2023-10-26T08:22:04.371797+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 2023-10-26T08:22:07.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:07 smithi079 bash[23494]: cluster 2023-10-26T08:22:06.372608+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 2023-10-26T08:22:07.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:07 smithi012 bash[23428]: cluster 2023-10-26T08:22:06.372608+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 2023-10-26T08:22:07.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:07 smithi012 bash[26970]: cluster 2023-10-26T08:22:06.372608+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 2023-10-26T08:22:10.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:09 smithi079 bash[23494]: cluster 2023-10-26T08:22:08.373990+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 2023-10-26T08:22:10.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:09 smithi012 bash[23428]: cluster 2023-10-26T08:22:08.373990+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 2023-10-26T08:22:10.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:09 smithi012 bash[26970]: cluster 2023-10-26T08:22:08.373990+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 2023-10-26T08:22:11.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:10 smithi079 bash[23494]: cluster 2023-10-26T08:22:10.374644+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 2023-10-26T08:22:11.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:10 smithi012 bash[23428]: cluster 2023-10-26T08:22:10.374644+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 2023-10-26T08:22:11.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:10 smithi012 bash[26970]: cluster 2023-10-26T08:22:10.374644+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 2023-10-26T08:22:14.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:13 smithi079 bash[23494]: cluster 2023-10-26T08:22:12.375828+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 2023-10-26T08:22:14.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:13 smithi012 bash[23428]: cluster 2023-10-26T08:22:12.375828+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 2023-10-26T08:22:14.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:13 smithi012 bash[26970]: cluster 2023-10-26T08:22:12.375828+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 2023-10-26T08:22:16.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:15 smithi079 bash[23494]: cluster 2023-10-26T08:22:14.376921+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 2023-10-26T08:22:16.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:15 smithi012 bash[23428]: cluster 2023-10-26T08:22:14.376921+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 2023-10-26T08:22:16.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:15 smithi012 bash[26970]: cluster 2023-10-26T08:22:14.376921+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 2023-10-26T08:22:17.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:16 smithi079 bash[23494]: cluster 2023-10-26T08:22:16.377717+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 2023-10-26T08:22:17.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:16 smithi012 bash[23428]: cluster 2023-10-26T08:22:16.377717+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 2023-10-26T08:22:17.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:16 smithi012 bash[26970]: cluster 2023-10-26T08:22:16.377717+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 2023-10-26T08:22:20.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:19 smithi079 bash[23494]: cluster 2023-10-26T08:22:18.379226+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 2023-10-26T08:22:20.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:19 smithi012 bash[23428]: cluster 2023-10-26T08:22:18.379226+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 2023-10-26T08:22:20.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:19 smithi012 bash[26970]: cluster 2023-10-26T08:22:18.379226+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 2023-10-26T08:22:21.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:20 smithi079 bash[23494]: cluster 2023-10-26T08:22:20.380059+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 2023-10-26T08:22:21.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:20 smithi012 bash[23428]: cluster 2023-10-26T08:22:20.380059+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 2023-10-26T08:22:21.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:20 smithi012 bash[26970]: cluster 2023-10-26T08:22:20.380059+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 2023-10-26T08:22:24.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:23 smithi079 bash[23494]: cluster 2023-10-26T08:22:22.381253+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 2023-10-26T08:22:24.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:23 smithi012 bash[23428]: cluster 2023-10-26T08:22:22.381253+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 2023-10-26T08:22:24.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:23 smithi012 bash[26970]: cluster 2023-10-26T08:22:22.381253+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 2023-10-26T08:22:25.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:24 smithi079 bash[23494]: cluster 2023-10-26T08:22:24.382417+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 2023-10-26T08:22:25.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:24 smithi012 bash[23428]: cluster 2023-10-26T08:22:24.382417+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 2023-10-26T08:22:25.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:24 smithi012 bash[26970]: cluster 2023-10-26T08:22:24.382417+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 2023-10-26T08:22:27.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:27 smithi079 bash[23494]: cluster 2023-10-26T08:22:26.383323+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 2023-10-26T08:22:27.824 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:27 smithi012 bash[23428]: cluster 2023-10-26T08:22:26.383323+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 2023-10-26T08:22:27.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:27 smithi012 bash[26970]: cluster 2023-10-26T08:22:26.383323+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 2023-10-26T08:22:30.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:29 smithi079 bash[23494]: cluster 2023-10-26T08:22:28.384717+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 2023-10-26T08:22:30.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:29 smithi012 bash[23428]: cluster 2023-10-26T08:22:28.384717+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 2023-10-26T08:22:30.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:29 smithi012 bash[26970]: cluster 2023-10-26T08:22:28.384717+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 2023-10-26T08:22:31.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:30 smithi079 bash[23494]: cluster 2023-10-26T08:22:30.385388+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 2023-10-26T08:22:31.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:30 smithi012 bash[23428]: cluster 2023-10-26T08:22:30.385388+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 2023-10-26T08:22:31.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:30 smithi012 bash[26970]: cluster 2023-10-26T08:22:30.385388+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 2023-10-26T08:22:34.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:33 smithi079 bash[23494]: cluster 2023-10-26T08:22:32.386511+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 2023-10-26T08:22:34.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:33 smithi012 bash[23428]: cluster 2023-10-26T08:22:32.386511+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 2023-10-26T08:22:34.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:33 smithi012 bash[26970]: cluster 2023-10-26T08:22:32.386511+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 2023-10-26T08:22:35.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:34 smithi079 bash[23494]: cluster 2023-10-26T08:22:34.387594+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 2023-10-26T08:22:35.324 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:34 smithi012 bash[23428]: cluster 2023-10-26T08:22:34.387594+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 2023-10-26T08:22:35.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:34 smithi012 bash[26970]: cluster 2023-10-26T08:22:34.387594+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 2023-10-26T08:22:37.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:37 smithi079 bash[23494]: cluster 2023-10-26T08:22:36.388439+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 2023-10-26T08:22:37.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:37 smithi012 bash[23428]: cluster 2023-10-26T08:22:36.388439+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 2023-10-26T08:22:37.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:37 smithi012 bash[26970]: cluster 2023-10-26T08:22:36.388439+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 2023-10-26T08:22:40.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:39 smithi079 bash[23494]: cluster 2023-10-26T08:22:38.389787+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 2023-10-26T08:22:40.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:39 smithi012 bash[23428]: cluster 2023-10-26T08:22:38.389787+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 2023-10-26T08:22:40.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:39 smithi012 bash[26970]: cluster 2023-10-26T08:22:38.389787+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 2023-10-26T08:22:41.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:40 smithi079 bash[23494]: cluster 2023-10-26T08:22:40.390448+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 2023-10-26T08:22:41.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:40 smithi012 bash[23428]: cluster 2023-10-26T08:22:40.390448+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 2023-10-26T08:22:41.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:40 smithi012 bash[26970]: cluster 2023-10-26T08:22:40.390448+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 2023-10-26T08:22:44.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:43 smithi079 bash[23494]: cluster 2023-10-26T08:22:42.391587+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 2023-10-26T08:22:44.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:43 smithi012 bash[23428]: cluster 2023-10-26T08:22:42.391587+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 2023-10-26T08:22:44.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:43 smithi012 bash[26970]: cluster 2023-10-26T08:22:42.391587+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 2023-10-26T08:22:45.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:44 smithi079 bash[23494]: cluster 2023-10-26T08:22:44.392626+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 2023-10-26T08:22:45.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:44 smithi012 bash[23428]: cluster 2023-10-26T08:22:44.392626+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 2023-10-26T08:22:45.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:44 smithi012 bash[26970]: cluster 2023-10-26T08:22:44.392626+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 2023-10-26T08:22:47.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:47 smithi079 bash[23494]: cluster 2023-10-26T08:22:46.393516+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 2023-10-26T08:22:47.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:47 smithi012 bash[23428]: cluster 2023-10-26T08:22:46.393516+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 2023-10-26T08:22:47.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:47 smithi012 bash[26970]: cluster 2023-10-26T08:22:46.393516+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 2023-10-26T08:22:50.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:49 smithi079 bash[23494]: cluster 2023-10-26T08:22:48.394949+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 2023-10-26T08:22:50.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:49 smithi012 bash[23428]: cluster 2023-10-26T08:22:48.394949+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 2023-10-26T08:22:50.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:49 smithi012 bash[26970]: cluster 2023-10-26T08:22:48.394949+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 2023-10-26T08:22:51.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:50 smithi079 bash[23494]: cluster 2023-10-26T08:22:50.395633+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 2023-10-26T08:22:51.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:50 smithi012 bash[26970]: cluster 2023-10-26T08:22:50.395633+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 2023-10-26T08:22:51.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:50 smithi012 bash[23428]: cluster 2023-10-26T08:22:50.395633+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 2023-10-26T08:22:54.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:53 smithi079 bash[23494]: cluster 2023-10-26T08:22:52.396780+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 2023-10-26T08:22:54.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:53 smithi012 bash[26970]: cluster 2023-10-26T08:22:52.396780+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 2023-10-26T08:22:54.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:53 smithi012 bash[23428]: cluster 2023-10-26T08:22:52.396780+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 2023-10-26T08:22:55.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:54 smithi079 bash[23494]: cluster 2023-10-26T08:22:54.397821+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 2023-10-26T08:22:55.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:54 smithi012 bash[23428]: cluster 2023-10-26T08:22:54.397821+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 2023-10-26T08:22:55.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:54 smithi012 bash[26970]: cluster 2023-10-26T08:22:54.397821+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 2023-10-26T08:22:57.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:57 smithi079 bash[23494]: cluster 2023-10-26T08:22:56.398709+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 2023-10-26T08:22:57.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:57 smithi012 bash[26970]: cluster 2023-10-26T08:22:56.398709+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 2023-10-26T08:22:57.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:57 smithi012 bash[23428]: cluster 2023-10-26T08:22:56.398709+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 2023-10-26T08:22:59.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:22:58 smithi079 bash[23494]: cluster 2023-10-26T08:22:58.400135+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 2023-10-26T08:22:59.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:22:58 smithi012 bash[23428]: cluster 2023-10-26T08:22:58.400135+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 2023-10-26T08:22:59.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:22:58 smithi012 bash[26970]: cluster 2023-10-26T08:22:58.400135+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 2023-10-26T08:23:01.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:01 smithi079 bash[23494]: cluster 2023-10-26T08:23:00.400902+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 2023-10-26T08:23:01.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:01 smithi012 bash[23428]: cluster 2023-10-26T08:23:00.400902+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 2023-10-26T08:23:01.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:01 smithi012 bash[26970]: cluster 2023-10-26T08:23:00.400902+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 2023-10-26T08:23:03.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:03 smithi079 bash[23494]: cluster 2023-10-26T08:23:02.402141+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 2023-10-26T08:23:03.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:03 smithi012 bash[23428]: cluster 2023-10-26T08:23:02.402141+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 2023-10-26T08:23:03.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:03 smithi012 bash[26970]: cluster 2023-10-26T08:23:02.402141+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 2023-10-26T08:23:05.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:05 smithi012 bash[23428]: cluster 2023-10-26T08:23:04.403335+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 2023-10-26T08:23:05.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:05 smithi012 bash[26970]: cluster 2023-10-26T08:23:04.403335+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 2023-10-26T08:23:05.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:05 smithi079 bash[23494]: cluster 2023-10-26T08:23:04.403335+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 2023-10-26T08:23:07.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:07 smithi012 bash[23428]: cluster 2023-10-26T08:23:06.404244+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 2023-10-26T08:23:07.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:07 smithi012 bash[26970]: cluster 2023-10-26T08:23:06.404244+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 2023-10-26T08:23:07.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:07 smithi079 bash[23494]: cluster 2023-10-26T08:23:06.404244+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 2023-10-26T08:23:09.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:08 smithi079 bash[23494]: cluster 2023-10-26T08:23:08.405668+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 2023-10-26T08:23:09.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:08 smithi012 bash[23428]: cluster 2023-10-26T08:23:08.405668+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 2023-10-26T08:23:09.325 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:08 smithi012 bash[26970]: cluster 2023-10-26T08:23:08.405668+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 2023-10-26T08:23:11.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:11 smithi079 bash[23494]: cluster 2023-10-26T08:23:10.406401+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 2023-10-26T08:23:11.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:11 smithi012 bash[23428]: cluster 2023-10-26T08:23:10.406401+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 2023-10-26T08:23:11.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:11 smithi012 bash[26970]: cluster 2023-10-26T08:23:10.406401+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 2023-10-26T08:23:13.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:13 smithi079 bash[23494]: cluster 2023-10-26T08:23:12.407575+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 2023-10-26T08:23:13.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:13 smithi012 bash[23428]: cluster 2023-10-26T08:23:12.407575+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 2023-10-26T08:23:13.825 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:13 smithi012 bash[26970]: cluster 2023-10-26T08:23:12.407575+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 2023-10-26T08:23:15.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:15 smithi012 bash[23428]: cluster 2023-10-26T08:23:14.408561+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 2023-10-26T08:23:15.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:15 smithi012 bash[26970]: cluster 2023-10-26T08:23:14.408561+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 2023-10-26T08:23:15.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:15 smithi079 bash[23494]: cluster 2023-10-26T08:23:14.408561+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 2023-10-26T08:23:17.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:17 smithi012 bash[23428]: cluster 2023-10-26T08:23:16.409315+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 2023-10-26T08:23:17.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:17 smithi012 bash[26970]: cluster 2023-10-26T08:23:16.409315+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 2023-10-26T08:23:17.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:17 smithi079 bash[23494]: cluster 2023-10-26T08:23:16.409315+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 2023-10-26T08:23:19.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:18 smithi079 bash[23494]: cluster 2023-10-26T08:23:18.410633+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 2023-10-26T08:23:19.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:18 smithi012 bash[23428]: cluster 2023-10-26T08:23:18.410633+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 2023-10-26T08:23:19.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:18 smithi012 bash[26970]: cluster 2023-10-26T08:23:18.410633+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 2023-10-26T08:23:21.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:21 smithi079 bash[23494]: cluster 2023-10-26T08:23:20.411304+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 2023-10-26T08:23:21.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:21 smithi012 bash[23428]: cluster 2023-10-26T08:23:20.411304+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 2023-10-26T08:23:21.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:21 smithi012 bash[26970]: cluster 2023-10-26T08:23:20.411304+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 2023-10-26T08:23:23.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:23 smithi012 bash[23428]: cluster 2023-10-26T08:23:22.412392+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 2023-10-26T08:23:23.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:23 smithi012 bash[26970]: cluster 2023-10-26T08:23:22.412392+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 2023-10-26T08:23:23.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:23 smithi079 bash[23494]: cluster 2023-10-26T08:23:22.412392+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 2023-10-26T08:23:25.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:25 smithi012 bash[23428]: cluster 2023-10-26T08:23:24.413526+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 2023-10-26T08:23:25.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:25 smithi012 bash[26970]: cluster 2023-10-26T08:23:24.413526+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 2023-10-26T08:23:25.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:25 smithi079 bash[23494]: cluster 2023-10-26T08:23:24.413526+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 2023-10-26T08:23:27.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:27 smithi012 bash[23428]: cluster 2023-10-26T08:23:26.414398+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 2023-10-26T08:23:27.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:27 smithi012 bash[26970]: cluster 2023-10-26T08:23:26.414398+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 2023-10-26T08:23:27.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:27 smithi079 bash[23494]: cluster 2023-10-26T08:23:26.414398+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 2023-10-26T08:23:29.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:28 smithi079 bash[23494]: cluster 2023-10-26T08:23:28.415835+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 2023-10-26T08:23:29.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:28 smithi012 bash[23428]: cluster 2023-10-26T08:23:28.415835+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 2023-10-26T08:23:29.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:28 smithi012 bash[26970]: cluster 2023-10-26T08:23:28.415835+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 2023-10-26T08:23:31.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:31 smithi012 bash[23428]: cluster 2023-10-26T08:23:30.416532+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 2023-10-26T08:23:31.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:31 smithi012 bash[26970]: cluster 2023-10-26T08:23:30.416532+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 2023-10-26T08:23:31.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:31 smithi079 bash[23494]: cluster 2023-10-26T08:23:30.416532+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 2023-10-26T08:23:33.575 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:33 smithi012 bash[23428]: cluster 2023-10-26T08:23:32.417714+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 2023-10-26T08:23:33.576 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:33 smithi012 bash[26970]: cluster 2023-10-26T08:23:32.417714+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 2023-10-26T08:23:33.867 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-10-26T08:23:33.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:33 smithi079 bash[23494]: cluster 2023-10-26T08:23:32.417714+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 2023-10-26T08:23:35.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:35 smithi012 bash[23428]: cluster 2023-10-26T08:23:34.418751+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 2023-10-26T08:23:35.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:35 smithi012 bash[26970]: cluster 2023-10-26T08:23:34.418751+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 2023-10-26T08:23:35.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:35 smithi079 bash[23494]: cluster 2023-10-26T08:23:34.418751+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 2023-10-26T08:23:37.596 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-10-26T08:23:37.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:37 smithi012 bash[23428]: cluster 2023-10-26T08:23:36.419700+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 2023-10-26T08:23:37.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:37 smithi012 bash[23428]: audit 2023-10-26T08:23:36.784662+0000 mon.a (mon.0) 576 : audit [INF] from='client.? 172.21.15.12:0/3342534286' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-10-26T08:23:37.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:37 smithi012 bash[23428]: audit 2023-10-26T08:23:36.789298+0000 mon.a (mon.0) 577 : audit [INF] from='client.? 172.21.15.12:0/3342534286' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2023-10-26T08:23:37.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:37 smithi012 bash[26970]: cluster 2023-10-26T08:23:36.419700+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 2023-10-26T08:23:37.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:37 smithi012 bash[26970]: audit 2023-10-26T08:23:36.784662+0000 mon.a (mon.0) 576 : audit [INF] from='client.? 172.21.15.12:0/3342534286' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-10-26T08:23:37.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:37 smithi012 bash[26970]: audit 2023-10-26T08:23:36.789298+0000 mon.a (mon.0) 577 : audit [INF] from='client.? 172.21.15.12:0/3342534286' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2023-10-26T08:23:37.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:37 smithi079 bash[23494]: cluster 2023-10-26T08:23:36.419700+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 2023-10-26T08:23:37.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:37 smithi079 bash[23494]: audit 2023-10-26T08:23:36.784662+0000 mon.a (mon.0) 576 : audit [INF] from='client.? 172.21.15.12:0/3342534286' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-10-26T08:23:37.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:37 smithi079 bash[23494]: audit 2023-10-26T08:23:36.789298+0000 mon.a (mon.0) 577 : audit [INF] from='client.? 172.21.15.12:0/3342534286' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2023-10-26T08:23:39.046 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:38 smithi012 bash[23428]: cluster 2023-10-26T08:23:38.421161+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 2023-10-26T08:23:39.047 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:38 smithi012 bash[26970]: cluster 2023-10-26T08:23:38.421161+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 2023-10-26T08:23:39.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:38 smithi079 bash[23494]: cluster 2023-10-26T08:23:38.421161+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 2023-10-26T08:23:41.416 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-10-26T08:23:41.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:41 smithi012 bash[23428]: cluster 2023-10-26T08:23:40.421727+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 2023-10-26T08:23:41.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:41 smithi012 bash[23428]: audit 2023-10-26T08:23:40.673961+0000 mon.a (mon.0) 578 : audit [INF] from='client.? 172.21.15.12:0/2971742648' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-10-26T08:23:41.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:41 smithi012 bash[23428]: audit 2023-10-26T08:23:40.681775+0000 mon.a (mon.0) 579 : audit [INF] from='client.? 172.21.15.12:0/2971742648' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2023-10-26T08:23:41.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:41 smithi012 bash[26970]: cluster 2023-10-26T08:23:40.421727+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 2023-10-26T08:23:41.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:41 smithi012 bash[26970]: audit 2023-10-26T08:23:40.673961+0000 mon.a (mon.0) 578 : audit [INF] from='client.? 172.21.15.12:0/2971742648' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-10-26T08:23:41.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:41 smithi012 bash[26970]: audit 2023-10-26T08:23:40.681775+0000 mon.a (mon.0) 579 : audit [INF] from='client.? 172.21.15.12:0/2971742648' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2023-10-26T08:23:41.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:41 smithi079 bash[23494]: cluster 2023-10-26T08:23:40.421727+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 2023-10-26T08:23:41.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:41 smithi079 bash[23494]: audit 2023-10-26T08:23:40.673961+0000 mon.a (mon.0) 578 : audit [INF] from='client.? 172.21.15.12:0/2971742648' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-10-26T08:23:41.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:41 smithi079 bash[23494]: audit 2023-10-26T08:23:40.681775+0000 mon.a (mon.0) 579 : audit [INF] from='client.? 172.21.15.12:0/2971742648' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2023-10-26T08:23:43.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:43 smithi012 bash[23428]: cluster 2023-10-26T08:23:42.422525+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 2023-10-26T08:23:43.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:43 smithi012 bash[26970]: cluster 2023-10-26T08:23:42.422525+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 2023-10-26T08:23:43.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:43 smithi079 bash[23494]: cluster 2023-10-26T08:23:42.422525+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 2023-10-26T08:23:44.319 INFO:teuthology.orchestra.run.smithi012.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 2023-10-26T08:23:44.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:44 smithi012 bash[23428]: audit 2023-10-26T08:23:44.302963+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\"}"}]: dispatch 2023-10-26T08:23:44.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:44 smithi012 bash[23428]: audit 2023-10-26T08:23:44.308778+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\"}"}]': finished 2023-10-26T08:23:44.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:44 smithi012 bash[26970]: audit 2023-10-26T08:23:44.302963+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\"}"}]: dispatch 2023-10-26T08:23:44.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:44 smithi012 bash[26970]: audit 2023-10-26T08:23:44.308778+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\"}"}]': finished 2023-10-26T08:23:44.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:44 smithi079 bash[23494]: audit 2023-10-26T08:23:44.302963+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\"}"}]: dispatch 2023-10-26T08:23:44.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:44 smithi079 bash[23494]: audit 2023-10-26T08:23:44.308778+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\"}"}]': finished 2023-10-26T08:23:45.207 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-26T08:23:45.216 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi012.front.sepia.ceph.com 2023-10-26T08:23:45.217 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- 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' 2023-10-26T08:23:45.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:45 smithi012 bash[23428]: audit 2023-10-26T08:23:44.301820+0000 mgr.y (mgr.14140) 345 : audit [DBG] from='client.24631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:23:45.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:45 smithi012 bash[23428]: cephadm 2023-10-26T08:23:44.311822+0000 mgr.y (mgr.14140) 346 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 2023-10-26T08:23:45.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:45 smithi012 bash[23428]: cluster 2023-10-26T08:23:44.423505+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:45.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:45 smithi012 bash[26970]: audit 2023-10-26T08:23:44.301820+0000 mgr.y (mgr.14140) 345 : audit [DBG] from='client.24631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:23:45.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:45 smithi012 bash[26970]: cephadm 2023-10-26T08:23:44.311822+0000 mgr.y (mgr.14140) 346 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 2023-10-26T08:23:45.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:45 smithi012 bash[26970]: cluster 2023-10-26T08:23:44.423505+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:45.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:45 smithi079 bash[23494]: audit 2023-10-26T08:23:44.301820+0000 mgr.y (mgr.14140) 345 : audit [DBG] from='client.24631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:23:45.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:45 smithi079 bash[23494]: cephadm 2023-10-26T08:23:44.311822+0000 mgr.y (mgr.14140) 346 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 2023-10-26T08:23:45.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:45 smithi079 bash[23494]: cluster 2023-10-26T08:23:44.423505+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:47.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:47 smithi012 bash[23428]: cluster 2023-10-26T08:23:46.424306+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:47.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:47 smithi012 bash[26970]: cluster 2023-10-26T08:23:46.424306+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:47.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:47 smithi079 bash[23494]: cluster 2023-10-26T08:23:46.424306+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:49.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:48 smithi079 bash[23494]: cluster 2023-10-26T08:23:48.425603+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:49.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:48 smithi012 bash[23428]: cluster 2023-10-26T08:23:48.425603+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:49.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:48 smithi012 bash[26970]: cluster 2023-10-26T08:23:48.425603+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:49.379 INFO:teuthology.orchestra.run.smithi012.stdout:true 2023-10-26T08:23:50.182 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-10-26T08:23:50.182 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.a smithi012 running (3m) 2m ago 4m prom/alertmanager 9f27df16978d 1a057ea1e07a 2023-10-26T08:23:50.182 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.a smithi079 running (3m) 2m ago 3m 6.6.2 ceph/ceph-grafana:latest 87a51ecf0b1c 8ed32347e7e4 2023-10-26T08:23:50.183 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.x smithi079 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 29bd6217df20 2023-10-26T08:23:50.183 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.y smithi012 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1b494ce6e38c 2023-10-26T08:23:50.183 INFO:teuthology.orchestra.run.smithi012.stdout:mon.a smithi012 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a2a83ba26fe7 2023-10-26T08:23:50.183 INFO:teuthology.orchestra.run.smithi012.stdout:mon.b smithi079 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 70d2c6ac7add 2023-10-26T08:23:50.183 INFO:teuthology.orchestra.run.smithi012.stdout:mon.c smithi012 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6be56b872a86 2023-10-26T08:23:50.184 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.a smithi012 running (4m) 2m ago 4m prom/node-exporter 458e026e6aa6 5a1dc4076552 2023-10-26T08:23:50.184 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.b smithi079 running (4m) 2m ago 4m prom/node-exporter 458e026e6aa6 c58dbe648db8 2023-10-26T08:23:50.184 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 3c0dac35df4f 2023-10-26T08:23:50.184 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 71bfeb53700a 2023-10-26T08:23:50.184 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (6m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a81e3e0a084e 2023-10-26T08:23:50.185 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d00290085f9c 2023-10-26T08:23:50.185 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi079 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f6fc3a91fc82 2023-10-26T08:23:50.185 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi079 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c4c7d9479caf 2023-10-26T08:23:50.185 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi079 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bbe2989c38fb 2023-10-26T08:23:50.185 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi079 running (4m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 26de7327d913 2023-10-26T08:23:50.186 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.a smithi079 running (3m) 2m ago 4m prom/prometheus:latest 22010d1e5539 11409df39e02 2023-10-26T08:23:50.186 INFO:teuthology.orchestra.run.smithi012.stdout:rgw.r.z.smithi012.jpggmd smithi012 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c2cdc07ee140 2023-10-26T08:23:50.186 INFO:teuthology.orchestra.run.smithi012.stdout:rgw.r.z.smithi079.agubrf smithi079 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a1fce8166ce4 2023-10-26T08:23:50.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:49 smithi079 bash[23494]: audit 2023-10-26T08:23:49.356516+0000 mgr.y (mgr.14140) 350 : audit [DBG] from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:23:50.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:49 smithi079 bash[23494]: audit 2023-10-26T08:23:49.758460+0000 mgr.y (mgr.14140) 351 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:23:50.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:49 smithi012 bash[23428]: audit 2023-10-26T08:23:49.356516+0000 mgr.y (mgr.14140) 350 : audit [DBG] from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:23:50.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:49 smithi012 bash[23428]: audit 2023-10-26T08:23:49.758460+0000 mgr.y (mgr.14140) 351 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:23:50.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:49 smithi012 bash[26970]: audit 2023-10-26T08:23:49.356516+0000 mgr.y (mgr.14140) 350 : audit [DBG] from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:23:50.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:49 smithi012 bash[26970]: audit 2023-10-26T08:23:49.758460+0000 mgr.y (mgr.14140) 351 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:23:50.619 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2023-10-26T08:23:50.619 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2023-10-26T08:23:50.620 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-10-26T08:23:50.620 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:23:50.620 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2023-10-26T08:23:50.620 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-10-26T08:23:50.620 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:23:50.621 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2023-10-26T08:23:50.621 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-10-26T08:23:50.621 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:23:50.621 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": {}, 2023-10-26T08:23:50.621 INFO:teuthology.orchestra.run.smithi012.stdout: "rgw": { 2023-10-26T08:23:50.621 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-10-26T08:23:50.622 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:23:50.622 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2023-10-26T08:23:50.622 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-10-26T08:23:50.622 INFO:teuthology.orchestra.run.smithi012.stdout: } 2023-10-26T08:23:50.622 INFO:teuthology.orchestra.run.smithi012.stdout:} 2023-10-26T08:23:51.018 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2023-10-26T08:23:51.019 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8", 2023-10-26T08:23:51.019 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2023-10-26T08:23:51.019 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [], 2023-10-26T08:23:51.019 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "" 2023-10-26T08:23:51.020 INFO:teuthology.orchestra.run.smithi012.stdout:} 2023-10-26T08:23:51.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:50 smithi079 bash[23494]: audit 2023-10-26T08:23:50.171305+0000 mgr.y (mgr.14140) 352 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:23:51.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:50 smithi079 bash[23494]: cluster 2023-10-26T08:23:50.426246+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:51.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:50 smithi079 bash[23494]: audit 2023-10-26T08:23:50.614596+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.12:0/3565582594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:23:51.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:50 smithi012 bash[23428]: audit 2023-10-26T08:23:50.171305+0000 mgr.y (mgr.14140) 352 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:23:51.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:50 smithi012 bash[23428]: cluster 2023-10-26T08:23:50.426246+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:51.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:50 smithi012 bash[23428]: audit 2023-10-26T08:23:50.614596+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.12:0/3565582594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:23:51.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:50 smithi012 bash[26970]: audit 2023-10-26T08:23:50.171305+0000 mgr.y (mgr.14140) 352 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:23:51.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:50 smithi012 bash[26970]: cluster 2023-10-26T08:23:50.426246+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:51.327 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:50 smithi012 bash[26970]: audit 2023-10-26T08:23:50.614596+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.12:0/3565582594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:23:52.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:51 smithi079 bash[23494]: audit 2023-10-26T08:23:51.013656+0000 mgr.y (mgr.14140) 354 : audit [DBG] from='client.24661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:23:52.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:51 smithi012 bash[23428]: audit 2023-10-26T08:23:51.013656+0000 mgr.y (mgr.14140) 354 : audit [DBG] from='client.24661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:23:52.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:51 smithi012 bash[26970]: audit 2023-10-26T08:23:51.013656+0000 mgr.y (mgr.14140) 354 : audit [DBG] from='client.24661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:23:53.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:52 smithi079 bash[23494]: cluster 2023-10-26T08:23:52.427050+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:53.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:52 smithi012 bash[23428]: cluster 2023-10-26T08:23:52.427050+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:53.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:52 smithi012 bash[26970]: cluster 2023-10-26T08:23:52.427050+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:55.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:55 smithi012 bash[23428]: cluster 2023-10-26T08:23:54.428028+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:55.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:55 smithi012 bash[26970]: cluster 2023-10-26T08:23:54.428028+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:55.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:55 smithi079 bash[23494]: cluster 2023-10-26T08:23:54.428028+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:57.825 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:57 smithi012 bash[23428]: cluster 2023-10-26T08:23:56.428818+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:57.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:57 smithi012 bash[26970]: cluster 2023-10-26T08:23:56.428818+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:57.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:57 smithi079 bash[23494]: cluster 2023-10-26T08:23:56.428818+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:59.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:23:58 smithi079 bash[23494]: cluster 2023-10-26T08:23:58.430234+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:59.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:23:58 smithi012 bash[23428]: cluster 2023-10-26T08:23:58.430234+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:23:59.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:23:58 smithi012 bash[26970]: cluster 2023-10-26T08:23:58.430234+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:01.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:01 smithi012 bash[23428]: cluster 2023-10-26T08:24:00.430730+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:01.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:01 smithi012 bash[26970]: cluster 2023-10-26T08:24:00.430730+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:01.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:01 smithi079 bash[23494]: cluster 2023-10-26T08:24:00.430730+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:03.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:03 smithi012 bash[23428]: cluster 2023-10-26T08:24:02.431684+0000 mgr.y (mgr.14140) 360 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:03.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:03 smithi012 bash[26970]: cluster 2023-10-26T08:24:02.431684+0000 mgr.y (mgr.14140) 360 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:03.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:03 smithi079 bash[23494]: cluster 2023-10-26T08:24:02.431684+0000 mgr.y (mgr.14140) 360 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:05.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:05 smithi012 bash[23428]: cluster 2023-10-26T08:24:04.432446+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:05.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:05 smithi012 bash[26970]: cluster 2023-10-26T08:24:04.432446+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:05.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:05 smithi079 bash[23494]: cluster 2023-10-26T08:24:04.432446+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:07.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:07 smithi012 bash[23428]: cluster 2023-10-26T08:24:06.433159+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:07.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:07 smithi012 bash[26970]: cluster 2023-10-26T08:24:06.433159+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:07.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:07 smithi079 bash[23494]: cluster 2023-10-26T08:24:06.433159+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:09.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:08 smithi079 bash[23494]: cluster 2023-10-26T08:24:08.434302+0000 mgr.y (mgr.14140) 363 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:09.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:08 smithi012 bash[23428]: cluster 2023-10-26T08:24:08.434302+0000 mgr.y (mgr.14140) 363 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:09.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:08 smithi012 bash[26970]: cluster 2023-10-26T08:24:08.434302+0000 mgr.y (mgr.14140) 363 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:11.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:11 smithi012 bash[23428]: cluster 2023-10-26T08:24:10.434863+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:11.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:11 smithi012 bash[26970]: cluster 2023-10-26T08:24:10.434863+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:11.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:11 smithi079 bash[23494]: cluster 2023-10-26T08:24:10.434863+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:13.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:13 smithi012 bash[23428]: cluster 2023-10-26T08:24:12.435564+0000 mgr.y (mgr.14140) 365 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:13.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:13 smithi012 bash[26970]: cluster 2023-10-26T08:24:12.435564+0000 mgr.y (mgr.14140) 365 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:13.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:13 smithi079 bash[23494]: cluster 2023-10-26T08:24:12.435564+0000 mgr.y (mgr.14140) 365 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:15.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:15 smithi012 bash[23428]: cluster 2023-10-26T08:24:14.436236+0000 mgr.y (mgr.14140) 366 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:15.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:15 smithi012 bash[26970]: cluster 2023-10-26T08:24:14.436236+0000 mgr.y (mgr.14140) 366 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:15.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:15 smithi079 bash[23494]: cluster 2023-10-26T08:24:14.436236+0000 mgr.y (mgr.14140) 366 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:17.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:17 smithi012 bash[23428]: cluster 2023-10-26T08:24:16.436962+0000 mgr.y (mgr.14140) 367 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:17.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:17 smithi012 bash[26970]: cluster 2023-10-26T08:24:16.436962+0000 mgr.y (mgr.14140) 367 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:17.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:17 smithi079 bash[23494]: cluster 2023-10-26T08:24:16.436962+0000 mgr.y (mgr.14140) 367 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:19.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:18 smithi079 bash[23494]: cluster 2023-10-26T08:24:18.438344+0000 mgr.y (mgr.14140) 368 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:19.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:18 smithi012 bash[23428]: cluster 2023-10-26T08:24:18.438344+0000 mgr.y (mgr.14140) 368 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:19.326 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:18 smithi012 bash[26970]: cluster 2023-10-26T08:24:18.438344+0000 mgr.y (mgr.14140) 368 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:21.378 INFO:teuthology.orchestra.run.smithi012.stdout:true 2023-10-26T08:24:21.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:21 smithi012 bash[23428]: cluster 2023-10-26T08:24:20.439041+0000 mgr.y (mgr.14140) 369 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:21.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:21 smithi012 bash[26970]: cluster 2023-10-26T08:24:20.439041+0000 mgr.y (mgr.14140) 369 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:21.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:21 smithi079 bash[23494]: cluster 2023-10-26T08:24:20.439041+0000 mgr.y (mgr.14140) 369 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:22.041 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-10-26T08:24:22.041 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.a smithi012 running (4m) 2m ago 4m prom/alertmanager 9f27df16978d 1a057ea1e07a 2023-10-26T08:24:22.041 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.a smithi079 running (4m) 2m ago 4m 6.6.2 ceph/ceph-grafana:latest 87a51ecf0b1c 8ed32347e7e4 2023-10-26T08:24:22.041 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.x smithi079 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 29bd6217df20 2023-10-26T08:24:22.042 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.y smithi012 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1b494ce6e38c 2023-10-26T08:24:22.042 INFO:teuthology.orchestra.run.smithi012.stdout:mon.a smithi012 running (10m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a2a83ba26fe7 2023-10-26T08:24:22.042 INFO:teuthology.orchestra.run.smithi012.stdout:mon.b smithi079 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 70d2c6ac7add 2023-10-26T08:24:22.042 INFO:teuthology.orchestra.run.smithi012.stdout:mon.c smithi012 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6be56b872a86 2023-10-26T08:24:22.042 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.a smithi012 running (4m) 2m ago 4m prom/node-exporter 458e026e6aa6 5a1dc4076552 2023-10-26T08:24:22.043 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.b smithi079 running (4m) 2m ago 5m prom/node-exporter 458e026e6aa6 c58dbe648db8 2023-10-26T08:24:22.043 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 3c0dac35df4f 2023-10-26T08:24:22.043 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (7m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 71bfeb53700a 2023-10-26T08:24:22.043 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a81e3e0a084e 2023-10-26T08:24:22.043 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d00290085f9c 2023-10-26T08:24:22.044 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi079 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f6fc3a91fc82 2023-10-26T08:24:22.044 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi079 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c4c7d9479caf 2023-10-26T08:24:22.044 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi079 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bbe2989c38fb 2023-10-26T08:24:22.044 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi079 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 26de7327d913 2023-10-26T08:24:22.044 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.a smithi079 running (4m) 2m ago 5m prom/prometheus:latest 22010d1e5539 11409df39e02 2023-10-26T08:24:22.044 INFO:teuthology.orchestra.run.smithi012.stdout:rgw.r.z.smithi012.jpggmd smithi012 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c2cdc07ee140 2023-10-26T08:24:22.045 INFO:teuthology.orchestra.run.smithi012.stdout:rgw.r.z.smithi079.agubrf smithi079 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a1fce8166ce4 2023-10-26T08:24:22.386 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2023-10-26T08:24:22.386 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2023-10-26T08:24:22.386 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-10-26T08:24:22.387 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:24:22.387 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2023-10-26T08:24:22.387 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-10-26T08:24:22.387 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:24:22.387 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2023-10-26T08:24:22.388 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-10-26T08:24:22.388 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:24:22.388 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": {}, 2023-10-26T08:24:22.388 INFO:teuthology.orchestra.run.smithi012.stdout: "rgw": { 2023-10-26T08:24:22.388 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-10-26T08:24:22.388 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:24:22.389 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2023-10-26T08:24:22.389 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-10-26T08:24:22.389 INFO:teuthology.orchestra.run.smithi012.stdout: } 2023-10-26T08:24:22.389 INFO:teuthology.orchestra.run.smithi012.stdout:} 2023-10-26T08:24:22.721 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2023-10-26T08:24:22.721 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8", 2023-10-26T08:24:22.721 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2023-10-26T08:24:22.722 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [], 2023-10-26T08:24:22.722 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "" 2023-10-26T08:24:22.722 INFO:teuthology.orchestra.run.smithi012.stdout:} 2023-10-26T08:24:22.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:22 smithi012 bash[23428]: audit 2023-10-26T08:24:21.359099+0000 mgr.y (mgr.14140) 370 : audit [DBG] from='client.24667 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:22.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:22 smithi012 bash[23428]: audit 2023-10-26T08:24:21.693736+0000 mgr.y (mgr.14140) 371 : audit [DBG] from='client.24673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:22.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:22 smithi012 bash[23428]: audit 2023-10-26T08:24:22.381068+0000 mon.a (mon.0) 582 : audit [DBG] from='client.? 172.21.15.12:0/3979566033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:24:22.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:22 smithi012 bash[26970]: audit 2023-10-26T08:24:21.359099+0000 mgr.y (mgr.14140) 370 : audit [DBG] from='client.24667 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:22.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:22 smithi012 bash[26970]: audit 2023-10-26T08:24:21.693736+0000 mgr.y (mgr.14140) 371 : audit [DBG] from='client.24673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:22.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:22 smithi012 bash[26970]: audit 2023-10-26T08:24:22.381068+0000 mon.a (mon.0) 582 : audit [DBG] from='client.? 172.21.15.12:0/3979566033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:24:22.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:22 smithi079 bash[23494]: audit 2023-10-26T08:24:21.359099+0000 mgr.y (mgr.14140) 370 : audit [DBG] from='client.24667 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:22.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:22 smithi079 bash[23494]: audit 2023-10-26T08:24:21.693736+0000 mgr.y (mgr.14140) 371 : audit [DBG] from='client.24673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:22.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:22 smithi079 bash[23494]: audit 2023-10-26T08:24:22.381068+0000 mon.a (mon.0) 582 : audit [DBG] from='client.? 172.21.15.12:0/3979566033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:24:23.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:23 smithi012 bash[23428]: audit 2023-10-26T08:24:22.021228+0000 mgr.y (mgr.14140) 372 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:23.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:23 smithi012 bash[23428]: cluster 2023-10-26T08:24:22.440159+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:23.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:23 smithi012 bash[23428]: audit 2023-10-26T08:24:22.714736+0000 mgr.y (mgr.14140) 374 : audit [DBG] from='client.34661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:23.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:23 smithi012 bash[26970]: audit 2023-10-26T08:24:22.021228+0000 mgr.y (mgr.14140) 372 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:23.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:23 smithi012 bash[26970]: cluster 2023-10-26T08:24:22.440159+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:23.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:23 smithi012 bash[26970]: audit 2023-10-26T08:24:22.714736+0000 mgr.y (mgr.14140) 374 : audit [DBG] from='client.34661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:23.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:23 smithi079 bash[23494]: audit 2023-10-26T08:24:22.021228+0000 mgr.y (mgr.14140) 372 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:23.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:23 smithi079 bash[23494]: cluster 2023-10-26T08:24:22.440159+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:23.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:23 smithi079 bash[23494]: audit 2023-10-26T08:24:22.714736+0000 mgr.y (mgr.14140) 374 : audit [DBG] from='client.34661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:25.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:25 smithi012 bash[23428]: cluster 2023-10-26T08:24:24.441198+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:25.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:25 smithi012 bash[26970]: cluster 2023-10-26T08:24:24.441198+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:25.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:25 smithi079 bash[23494]: cluster 2023-10-26T08:24:24.441198+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:26.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:26 smithi012 bash[23428]: audit 2023-10-26T08:24:25.938011+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\", \"target_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"target_version\": \"ceph version 16.2.14-106-gf2ece71a (f2ece71a1e784ed2e115679dd66f690a9706b8a8) pacific (stable)\"}"}]: dispatch 2023-10-26T08:24:26.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:26 smithi012 bash[23428]: audit 2023-10-26T08:24:25.944386+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\", \"target_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"target_version\": \"ceph version 16.2.14-106-gf2ece71a (f2ece71a1e784ed2e115679dd66f690a9706b8a8) pacific (stable)\"}"}]': finished 2023-10-26T08:24:26.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:26 smithi012 bash[23428]: audit 2023-10-26T08:24:25.945802+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:24:26.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:26 smithi012 bash[26970]: audit 2023-10-26T08:24:25.938011+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\", \"target_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"target_version\": \"ceph version 16.2.14-106-gf2ece71a (f2ece71a1e784ed2e115679dd66f690a9706b8a8) pacific (stable)\"}"}]: dispatch 2023-10-26T08:24:26.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:26 smithi012 bash[26970]: audit 2023-10-26T08:24:25.944386+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\", \"target_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"target_version\": \"ceph version 16.2.14-106-gf2ece71a (f2ece71a1e784ed2e115679dd66f690a9706b8a8) pacific (stable)\"}"}]': finished 2023-10-26T08:24:26.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:26 smithi012 bash[26970]: audit 2023-10-26T08:24:25.945802+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:24:26.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:26 smithi079 bash[23494]: audit 2023-10-26T08:24:25.938011+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\", \"target_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"target_version\": \"ceph version 16.2.14-106-gf2ece71a (f2ece71a1e784ed2e115679dd66f690a9706b8a8) pacific (stable)\"}"}]: dispatch 2023-10-26T08:24:26.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:26 smithi079 bash[23494]: audit 2023-10-26T08:24:25.944386+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\", \"target_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"target_version\": \"ceph version 16.2.14-106-gf2ece71a (f2ece71a1e784ed2e115679dd66f690a9706b8a8) pacific (stable)\"}"}]': finished 2023-10-26T08:24:26.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:26 smithi079 bash[23494]: audit 2023-10-26T08:24:25.945802+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:24:27.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:27 smithi012 bash[23428]: cephadm 2023-10-26T08:24:25.945191+0000 mgr.y (mgr.14140) 376 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 with id 905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60 2023-10-26T08:24:27.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:27 smithi012 bash[23428]: cephadm 2023-10-26T08:24:25.948135+0000 mgr.y (mgr.14140) 377 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-10-26T08:24:27.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:27 smithi012 bash[23428]: cephadm 2023-10-26T08:24:25.948504+0000 mgr.y (mgr.14140) 378 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-10-26T08:24:27.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:27 smithi012 bash[23428]: cephadm 2023-10-26T08:24:26.198167+0000 mgr.y (mgr.14140) 379 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 on smithi079 2023-10-26T08:24:27.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:27 smithi012 bash[23428]: cluster 2023-10-26T08:24:26.442131+0000 mgr.y (mgr.14140) 380 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:27.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:27 smithi012 bash[26970]: cephadm 2023-10-26T08:24:25.945191+0000 mgr.y (mgr.14140) 376 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 with id 905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60 2023-10-26T08:24:27.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:27 smithi012 bash[26970]: cephadm 2023-10-26T08:24:25.948135+0000 mgr.y (mgr.14140) 377 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-10-26T08:24:27.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:27 smithi012 bash[26970]: cephadm 2023-10-26T08:24:25.948504+0000 mgr.y (mgr.14140) 378 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-10-26T08:24:27.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:27 smithi012 bash[26970]: cephadm 2023-10-26T08:24:26.198167+0000 mgr.y (mgr.14140) 379 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 on smithi079 2023-10-26T08:24:27.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:27 smithi012 bash[26970]: cluster 2023-10-26T08:24:26.442131+0000 mgr.y (mgr.14140) 380 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:27.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:27 smithi079 bash[23494]: cephadm 2023-10-26T08:24:25.945191+0000 mgr.y (mgr.14140) 376 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 with id 905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60 2023-10-26T08:24:27.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:27 smithi079 bash[23494]: cephadm 2023-10-26T08:24:25.948135+0000 mgr.y (mgr.14140) 377 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-10-26T08:24:27.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:27 smithi079 bash[23494]: cephadm 2023-10-26T08:24:25.948504+0000 mgr.y (mgr.14140) 378 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-10-26T08:24:27.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:27 smithi079 bash[23494]: cephadm 2023-10-26T08:24:26.198167+0000 mgr.y (mgr.14140) 379 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 on smithi079 2023-10-26T08:24:27.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:27 smithi079 bash[23494]: cluster 2023-10-26T08:24:26.442131+0000 mgr.y (mgr.14140) 380 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:29.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:28 smithi079 bash[23494]: cluster 2023-10-26T08:24:28.443600+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:29.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:28 smithi012 bash[23428]: cluster 2023-10-26T08:24:28.443600+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:29.327 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:28 smithi012 bash[26970]: cluster 2023-10-26T08:24:28.443600+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:31.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:31 smithi012 bash[23428]: cluster 2023-10-26T08:24:30.444265+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:31.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:31 smithi012 bash[26970]: cluster 2023-10-26T08:24:30.444265+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:31.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:31 smithi079 bash[23494]: cluster 2023-10-26T08:24:30.444265+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:33.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:33 smithi012 bash[23428]: cluster 2023-10-26T08:24:32.445417+0000 mgr.y (mgr.14140) 383 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:33.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:33 smithi012 bash[26970]: cluster 2023-10-26T08:24:32.445417+0000 mgr.y (mgr.14140) 383 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:33.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:33 smithi079 bash[23494]: cluster 2023-10-26T08:24:32.445417+0000 mgr.y (mgr.14140) 383 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:35.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:35 smithi012 bash[23428]: cluster 2023-10-26T08:24:34.446456+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:35.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:35 smithi012 bash[26970]: cluster 2023-10-26T08:24:34.446456+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:35.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:35 smithi079 bash[23494]: cluster 2023-10-26T08:24:34.446456+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:37.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:37 smithi012 bash[23428]: cluster 2023-10-26T08:24:36.447282+0000 mgr.y (mgr.14140) 385 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:37.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:37 smithi012 bash[26970]: cluster 2023-10-26T08:24:36.447282+0000 mgr.y (mgr.14140) 385 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:37.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:37 smithi079 bash[23494]: cluster 2023-10-26T08:24:36.447282+0000 mgr.y (mgr.14140) 385 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:39.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:38 smithi079 bash[23494]: cluster 2023-10-26T08:24:38.448612+0000 mgr.y (mgr.14140) 386 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:39.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:38 smithi012 bash[23428]: cluster 2023-10-26T08:24:38.448612+0000 mgr.y (mgr.14140) 386 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:39.327 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:38 smithi012 bash[26970]: cluster 2023-10-26T08:24:38.448612+0000 mgr.y (mgr.14140) 386 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:41.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:41 smithi012 bash[23428]: cluster 2023-10-26T08:24:40.449277+0000 mgr.y (mgr.14140) 387 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:41.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:41 smithi012 bash[26970]: cluster 2023-10-26T08:24:40.449277+0000 mgr.y (mgr.14140) 387 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:41.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:41 smithi079 bash[23494]: cluster 2023-10-26T08:24:40.449277+0000 mgr.y (mgr.14140) 387 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:43.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:43 smithi012 bash[23428]: cluster 2023-10-26T08:24:42.450407+0000 mgr.y (mgr.14140) 388 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:43.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:43 smithi012 bash[26970]: cluster 2023-10-26T08:24:42.450407+0000 mgr.y (mgr.14140) 388 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:43.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:43 smithi079 bash[23494]: cluster 2023-10-26T08:24:42.450407+0000 mgr.y (mgr.14140) 388 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:45.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:45 smithi012 bash[23428]: cluster 2023-10-26T08:24:44.451472+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:45.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:45 smithi012 bash[26970]: cluster 2023-10-26T08:24:44.451472+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:45.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:45 smithi079 bash[23494]: cluster 2023-10-26T08:24:44.451472+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:47.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:47 smithi012 bash[23428]: cluster 2023-10-26T08:24:46.452341+0000 mgr.y (mgr.14140) 390 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:47.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:47 smithi012 bash[26970]: cluster 2023-10-26T08:24:46.452341+0000 mgr.y (mgr.14140) 390 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:47.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:47 smithi079 bash[23494]: cluster 2023-10-26T08:24:46.452341+0000 mgr.y (mgr.14140) 390 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:49.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:48 smithi079 bash[23494]: cluster 2023-10-26T08:24:48.453922+0000 mgr.y (mgr.14140) 391 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:49.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:48 smithi012 bash[23428]: cluster 2023-10-26T08:24:48.453922+0000 mgr.y (mgr.14140) 391 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:49.327 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:48 smithi012 bash[26970]: cluster 2023-10-26T08:24:48.453922+0000 mgr.y (mgr.14140) 391 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:51.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:51 smithi012 bash[23428]: cluster 2023-10-26T08:24:50.454745+0000 mgr.y (mgr.14140) 392 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:51.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:51 smithi012 bash[26970]: cluster 2023-10-26T08:24:50.454745+0000 mgr.y (mgr.14140) 392 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:51.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:51 smithi079 bash[23494]: cluster 2023-10-26T08:24:50.454745+0000 mgr.y (mgr.14140) 392 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:53.076 INFO:teuthology.orchestra.run.smithi012.stdout:true 2023-10-26T08:24:53.726 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-10-26T08:24:53.726 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.a smithi012 running (4m) 3m ago 5m prom/alertmanager 9f27df16978d 1a057ea1e07a 2023-10-26T08:24:53.727 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.a smithi079 running (4m) 3m ago 4m 6.6.2 ceph/ceph-grafana:latest 87a51ecf0b1c 8ed32347e7e4 2023-10-26T08:24:53.727 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.x smithi079 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 29bd6217df20 2023-10-26T08:24:53.727 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.y smithi012 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1b494ce6e38c 2023-10-26T08:24:53.727 INFO:teuthology.orchestra.run.smithi012.stdout:mon.a smithi012 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a2a83ba26fe7 2023-10-26T08:24:53.727 INFO:teuthology.orchestra.run.smithi012.stdout:mon.b smithi079 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 70d2c6ac7add 2023-10-26T08:24:53.728 INFO:teuthology.orchestra.run.smithi012.stdout:mon.c smithi012 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6be56b872a86 2023-10-26T08:24:53.728 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.a smithi012 running (5m) 3m ago 5m prom/node-exporter 458e026e6aa6 5a1dc4076552 2023-10-26T08:24:53.728 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.b smithi079 running (5m) 3m ago 5m prom/node-exporter 458e026e6aa6 c58dbe648db8 2023-10-26T08:24:53.728 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (8m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 3c0dac35df4f 2023-10-26T08:24:53.728 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 71bfeb53700a 2023-10-26T08:24:53.729 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a81e3e0a084e 2023-10-26T08:24:53.729 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d00290085f9c 2023-10-26T08:24:53.729 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi079 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f6fc3a91fc82 2023-10-26T08:24:53.729 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi079 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c4c7d9479caf 2023-10-26T08:24:53.730 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi079 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bbe2989c38fb 2023-10-26T08:24:53.730 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi079 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 26de7327d913 2023-10-26T08:24:53.730 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.a smithi079 running (4m) 3m ago 5m prom/prometheus:latest 22010d1e5539 11409df39e02 2023-10-26T08:24:53.730 INFO:teuthology.orchestra.run.smithi012.stdout:rgw.r.z.smithi012.jpggmd smithi012 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c2cdc07ee140 2023-10-26T08:24:53.731 INFO:teuthology.orchestra.run.smithi012.stdout:rgw.r.z.smithi079.agubrf smithi079 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a1fce8166ce4 2023-10-26T08:24:53.826 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:53 smithi012 bash[26970]: cluster 2023-10-26T08:24:52.456053+0000 mgr.y (mgr.14140) 393 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:53.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:53 smithi012 bash[23428]: cluster 2023-10-26T08:24:52.456053+0000 mgr.y (mgr.14140) 393 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:53.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:53 smithi079 bash[23494]: cluster 2023-10-26T08:24:52.456053+0000 mgr.y (mgr.14140) 393 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:54.080 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2023-10-26T08:24:54.080 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2023-10-26T08:24:54.080 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-10-26T08:24:54.081 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:24:54.081 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2023-10-26T08:24:54.081 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-10-26T08:24:54.081 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:24:54.082 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2023-10-26T08:24:54.082 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-10-26T08:24:54.082 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:24:54.082 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": {}, 2023-10-26T08:24:54.082 INFO:teuthology.orchestra.run.smithi012.stdout: "rgw": { 2023-10-26T08:24:54.082 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-10-26T08:24:54.083 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:24:54.083 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2023-10-26T08:24:54.083 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-10-26T08:24:54.083 INFO:teuthology.orchestra.run.smithi012.stdout: } 2023-10-26T08:24:54.083 INFO:teuthology.orchestra.run.smithi012.stdout:} 2023-10-26T08:24:54.419 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2023-10-26T08:24:54.419 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8", 2023-10-26T08:24:54.420 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2023-10-26T08:24:54.420 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [], 2023-10-26T08:24:54.421 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "" 2023-10-26T08:24:54.421 INFO:teuthology.orchestra.run.smithi012.stdout:} 2023-10-26T08:24:54.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:54 smithi012 bash[23428]: audit 2023-10-26T08:24:53.056899+0000 mgr.y (mgr.14140) 394 : audit [DBG] from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:54.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:54 smithi012 bash[23428]: audit 2023-10-26T08:24:53.385185+0000 mgr.y (mgr.14140) 395 : audit [DBG] from='client.24703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:54.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:54 smithi012 bash[23428]: audit 2023-10-26T08:24:53.707680+0000 mgr.y (mgr.14140) 396 : audit [DBG] from='client.24709 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:54.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:54 smithi012 bash[23428]: audit 2023-10-26T08:24:54.074617+0000 mon.a (mon.0) 586 : audit [DBG] from='client.? 172.21.15.12:0/3416772747' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:24:54.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:54 smithi012 bash[26970]: audit 2023-10-26T08:24:53.056899+0000 mgr.y (mgr.14140) 394 : audit [DBG] from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:54.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:54 smithi012 bash[26970]: audit 2023-10-26T08:24:53.385185+0000 mgr.y (mgr.14140) 395 : audit [DBG] from='client.24703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:54.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:54 smithi012 bash[26970]: audit 2023-10-26T08:24:53.707680+0000 mgr.y (mgr.14140) 396 : audit [DBG] from='client.24709 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:54.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:54 smithi012 bash[26970]: audit 2023-10-26T08:24:54.074617+0000 mon.a (mon.0) 586 : audit [DBG] from='client.? 172.21.15.12:0/3416772747' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:24:54.985 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:54 smithi079 bash[23494]: audit 2023-10-26T08:24:53.056899+0000 mgr.y (mgr.14140) 394 : audit [DBG] from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:54.985 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:54 smithi079 bash[23494]: audit 2023-10-26T08:24:53.385185+0000 mgr.y (mgr.14140) 395 : audit [DBG] from='client.24703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:54.986 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:54 smithi079 bash[23494]: audit 2023-10-26T08:24:53.707680+0000 mgr.y (mgr.14140) 396 : audit [DBG] from='client.24709 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:54.986 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:54 smithi079 bash[23494]: audit 2023-10-26T08:24:54.074617+0000 mon.a (mon.0) 586 : audit [DBG] from='client.? 172.21.15.12:0/3416772747' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:24:55.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:55 smithi012 bash[23428]: audit 2023-10-26T08:24:54.412067+0000 mgr.y (mgr.14140) 397 : audit [DBG] from='client.24721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:55.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:55 smithi012 bash[23428]: cluster 2023-10-26T08:24:54.457116+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:55.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:55 smithi012 bash[26970]: audit 2023-10-26T08:24:54.412067+0000 mgr.y (mgr.14140) 397 : audit [DBG] from='client.24721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:55.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:55 smithi012 bash[26970]: cluster 2023-10-26T08:24:54.457116+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:55.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:55 smithi079 bash[23494]: audit 2023-10-26T08:24:54.412067+0000 mgr.y (mgr.14140) 397 : audit [DBG] from='client.24721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:24:55.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:55 smithi079 bash[23494]: cluster 2023-10-26T08:24:54.457116+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:57.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:57 smithi079 bash[23494]: cluster 2023-10-26T08:24:56.457927+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:57.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:57 smithi012 bash[23428]: cluster 2023-10-26T08:24:56.457927+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:57.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:57 smithi012 bash[26970]: cluster 2023-10-26T08:24:56.457927+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:59.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:24:58 smithi079 bash[23494]: cluster 2023-10-26T08:24:58.459461+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:59.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:24:58 smithi012 bash[23428]: cluster 2023-10-26T08:24:58.459461+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:24:59.327 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:24:58 smithi012 bash[26970]: cluster 2023-10-26T08:24:58.459461+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:01.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:01 smithi012 bash[23428]: cluster 2023-10-26T08:25:00.460243+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:01.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:01 smithi012 bash[26970]: cluster 2023-10-26T08:25:00.460243+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:01.935 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:01 smithi079 bash[23494]: cluster 2023-10-26T08:25:00.460243+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:03.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:03 smithi012 bash[23428]: cluster 2023-10-26T08:25:02.461392+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:03.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:03 smithi012 bash[26970]: cluster 2023-10-26T08:25:02.461392+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:03.916 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:03 smithi079 bash[23494]: cluster 2023-10-26T08:25:02.461392+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:05.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:05 smithi079 bash[23494]: cluster 2023-10-26T08:25:04.462399+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:05.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:05 smithi079 bash[23494]: cephadm 2023-10-26T08:25:04.778849+0000 mgr.y (mgr.14140) 404 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2023-10-26T08:25:05.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:05 smithi079 bash[23494]: cephadm 2023-10-26T08:25:04.779015+0000 mgr.y (mgr.14140) 405 : cephadm [INF] Upgrade: Redeploying mgr.x 2023-10-26T08:25:05.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:05 smithi079 bash[23494]: audit 2023-10-26T08:25:04.779655+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8", "who": "mgr.x"}]: dispatch 2023-10-26T08:25:05.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:05 smithi079 bash[23494]: audit 2023-10-26T08:25:04.788164+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8", "who": "mgr.x"}]': finished 2023-10-26T08:25:05.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:05 smithi079 bash[23494]: audit 2023-10-26T08:25:04.790069+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2023-10-26T08:25:05.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:05 smithi079 bash[23494]: audit 2023-10-26T08:25:04.791868+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:25:05.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:05 smithi079 bash[23494]: cephadm 2023-10-26T08:25:04.793200+0000 mgr.y (mgr.14140) 406 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-10-26T08:25:05.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:05 smithi079 bash[23494]: audit 2023-10-26T08:25:04.793851+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-10-26T08:25:05.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[23428]: cluster 2023-10-26T08:25:04.462399+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:05.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[23428]: cephadm 2023-10-26T08:25:04.778849+0000 mgr.y (mgr.14140) 404 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2023-10-26T08:25:05.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[23428]: cephadm 2023-10-26T08:25:04.779015+0000 mgr.y (mgr.14140) 405 : cephadm [INF] Upgrade: Redeploying mgr.x 2023-10-26T08:25:05.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[23428]: audit 2023-10-26T08:25:04.779655+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8", "who": "mgr.x"}]: dispatch 2023-10-26T08:25:05.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[23428]: audit 2023-10-26T08:25:04.788164+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8", "who": "mgr.x"}]': finished 2023-10-26T08:25:05.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[23428]: audit 2023-10-26T08:25:04.790069+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2023-10-26T08:25:05.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[23428]: audit 2023-10-26T08:25:04.791868+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:25:05.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[23428]: cephadm 2023-10-26T08:25:04.793200+0000 mgr.y (mgr.14140) 406 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-10-26T08:25:05.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[23428]: audit 2023-10-26T08:25:04.793851+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-10-26T08:25:05.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[26970]: cluster 2023-10-26T08:25:04.462399+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:05.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[26970]: cephadm 2023-10-26T08:25:04.778849+0000 mgr.y (mgr.14140) 404 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2023-10-26T08:25:05.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[26970]: cephadm 2023-10-26T08:25:04.779015+0000 mgr.y (mgr.14140) 405 : cephadm [INF] Upgrade: Redeploying mgr.x 2023-10-26T08:25:05.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[26970]: audit 2023-10-26T08:25:04.779655+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8", "who": "mgr.x"}]: dispatch 2023-10-26T08:25:05.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[26970]: audit 2023-10-26T08:25:04.788164+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8", "who": "mgr.x"}]': finished 2023-10-26T08:25:05.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[26970]: audit 2023-10-26T08:25:04.790069+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2023-10-26T08:25:05.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[26970]: audit 2023-10-26T08:25:04.791868+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:25:05.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[26970]: cephadm 2023-10-26T08:25:04.793200+0000 mgr.y (mgr.14140) 406 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-10-26T08:25:05.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:05 smithi012 bash[26970]: audit 2023-10-26T08:25:04.793851+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-10-26T08:25:06.976 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:06 smithi079 systemd[1]: Stopping Ceph mgr.x for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:25:07.826 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:07 smithi012 bash[23428]: cluster 2023-10-26T08:25:06.463265+0000 mgr.y (mgr.14140) 407 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:07.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:07 smithi012 bash[26970]: cluster 2023-10-26T08:25:06.463265+0000 mgr.y (mgr.14140) 407 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:07.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:07 smithi079 bash[23494]: cluster 2023-10-26T08:25:06.463265+0000 mgr.y (mgr.14140) 407 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:09.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:08 smithi079 bash[23494]: cluster 2023-10-26T08:25:08.464609+0000 mgr.y (mgr.14140) 408 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:09.326 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:08 smithi012 bash[23428]: cluster 2023-10-26T08:25:08.464609+0000 mgr.y (mgr.14140) 408 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:09.327 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:08 smithi012 bash[26970]: cluster 2023-10-26T08:25:08.464609+0000 mgr.y (mgr.14140) 408 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:11.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:11 smithi012 bash[23428]: cluster 2023-10-26T08:25:10.465261+0000 mgr.y (mgr.14140) 409 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:11.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:11 smithi012 bash[26970]: cluster 2023-10-26T08:25:10.465261+0000 mgr.y (mgr.14140) 409 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:11.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:11 smithi079 bash[23494]: cluster 2023-10-26T08:25:10.465261+0000 mgr.y (mgr.14140) 409 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:13.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:13 smithi012 bash[23428]: cluster 2023-10-26T08:25:12.466462+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:13.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:13 smithi012 bash[26970]: cluster 2023-10-26T08:25:12.466462+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:13.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:13 smithi079 bash[23494]: cluster 2023-10-26T08:25:12.466462+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:15.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:15 smithi012 bash[23428]: cluster 2023-10-26T08:25:14.467564+0000 mgr.y (mgr.14140) 411 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:15.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:15 smithi012 bash[26970]: cluster 2023-10-26T08:25:14.467564+0000 mgr.y (mgr.14140) 411 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:15.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:15 smithi079 bash[23494]: cluster 2023-10-26T08:25:14.467564+0000 mgr.y (mgr.14140) 411 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:17.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:17 smithi079 bash[23494]: cluster 2023-10-26T08:25:16.468364+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:17.801 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:17 smithi079 docker[34897]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-mgr.x 2023-10-26T08:25:17.801 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:17 smithi079 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.x.service: Main process exited, code=exited, status=137/n/a 2023-10-26T08:25:17.802 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:17 smithi079 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.x.service: Failed with result 'exit-code'. 2023-10-26T08:25:17.802 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:17 smithi079 systemd[1]: Stopped Ceph mgr.x for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:25:17.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:17 smithi012 bash[23428]: cluster 2023-10-26T08:25:16.468364+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:17.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:17 smithi012 bash[26970]: cluster 2023-10-26T08:25:16.468364+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:18.056 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:18 smithi079 systemd[1]: Starting Ceph mgr.x for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:25:18.057 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:18 smithi079 docker[34977]: Error response from daemon: No such container: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-mgr.x 2023-10-26T08:25:18.057 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:18 smithi079 systemd[1]: Started Ceph mgr.x for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:25:19.201 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:19 smithi079 bash[35002]: debug 2023-10-26T08:25:19.013+0000 7fd7bd409700 1 -- 172.21.15.79:0/1168460156 <== mon.2 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557a1d6444e0 con 0x557a1d739000 2023-10-26T08:25:19.202 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:19 smithi079 bash[35002]: debug 2023-10-26T08:25:19.197+0000 7fd7cd9f0680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-26T08:25:19.203 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:18 smithi079 bash[23494]: audit 2023-10-26T08:25:18.047882+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:25:19.203 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:18 smithi079 bash[23494]: audit 2023-10-26T08:25:18.054113+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:25:19.203 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:18 smithi079 bash[23494]: audit 2023-10-26T08:25:18.342060+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499658\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499780\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499846\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499907\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499968\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500028\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500089\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500150\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500211\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500272\", \"created\": \"2023-10-26T08:21:34.328665\", \"started\": \"2023-10-26T08:21:34.350454\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_daemon_update\": \"2023-10-26T08:21:35.500417\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:25:18.340078\"}"}]: dispatch 2023-10-26T08:25:19.204 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:18 smithi079 bash[23494]: audit 2023-10-26T08:25:18.348665+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499658\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499780\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499846\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499907\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499968\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500028\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500089\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500150\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500211\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500272\", \"created\": \"2023-10-26T08:21:34.328665\", \"started\": \"2023-10-26T08:21:34.350454\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_daemon_update\": \"2023-10-26T08:21:35.500417\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:25:18.340078\"}"}]': finished 2023-10-26T08:25:19.205 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:18 smithi079 bash[23494]: cluster 2023-10-26T08:25:18.469727+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:19.205 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:18 smithi079 bash[23494]: audit 2023-10-26T08:25:18.639141+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:25:18.636781\"}"}]: dispatch 2023-10-26T08:25:19.205 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:18 smithi079 bash[23494]: audit 2023-10-26T08:25:18.645547+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:25:18.636781\"}"}]': finished 2023-10-26T08:25:19.205 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:18 smithi079 bash[23494]: audit 2023-10-26T08:25:18.647175+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:25:19.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:18 smithi012 bash[23428]: audit 2023-10-26T08:25:18.047882+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:25:19.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:18 smithi012 bash[26970]: audit 2023-10-26T08:25:18.047882+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]: dispatch 2023-10-26T08:25:19.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:18 smithi012 bash[23428]: audit 2023-10-26T08:25:18.054113+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:25:19.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:18 smithi012 bash[26970]: audit 2023-10-26T08:25:18.054113+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:14:46.360772\"}"}]': finished 2023-10-26T08:25:19.330 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:18 smithi012 bash[23428]: audit 2023-10-26T08:25:18.342060+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499658\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499780\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499846\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499907\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499968\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500028\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500089\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500150\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500211\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500272\", \"created\": \"2023-10-26T08:21:34.328665\", \"started\": \"2023-10-26T08:21:34.350454\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_daemon_update\": \"2023-10-26T08:21:35.500417\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:25:18.340078\"}"}]: dispatch 2023-10-26T08:25:19.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:18 smithi012 bash[26970]: audit 2023-10-26T08:25:18.342060+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499658\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499780\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499846\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499907\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499968\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500028\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500089\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500150\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500211\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500272\", \"created\": \"2023-10-26T08:21:34.328665\", \"started\": \"2023-10-26T08:21:34.350454\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_daemon_update\": \"2023-10-26T08:21:35.500417\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:25:18.340078\"}"}]: dispatch 2023-10-26T08:25:19.331 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:18 smithi012 bash[23428]: audit 2023-10-26T08:25:18.348665+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499658\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499780\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499846\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499907\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499968\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500028\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500089\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500150\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500211\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500272\", \"created\": \"2023-10-26T08:21:34.328665\", \"started\": \"2023-10-26T08:21:34.350454\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_daemon_update\": \"2023-10-26T08:21:35.500417\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:25:18.340078\"}"}]': finished 2023-10-26T08:25:19.332 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:18 smithi012 bash[23428]: cluster 2023-10-26T08:25:18.469727+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:19.332 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:18 smithi012 bash[26970]: audit 2023-10-26T08:25:18.348665+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499658\", \"created\": \"2023-10-26T08:13:20.149166\", \"started\": \"2023-10-26T08:13:26.669483\"}, \"mgr.y\": {\"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499780\", \"created\": \"2023-10-26T08:13:29.056961\", \"started\": \"2023-10-26T08:13:29.080457\"}, \"mon.c\": {\"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499846\", \"created\": \"2023-10-26T08:15:01.874824\", \"started\": \"2023-10-26T08:15:01.896034\"}, \"osd.0\": {\"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499907\", \"created\": \"2023-10-26T08:15:53.649928\", \"started\": \"2023-10-26T08:15:57.060296\"}, \"osd.1\": {\"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.499968\", \"created\": \"2023-10-26T08:16:19.974688\", \"started\": \"2023-10-26T08:16:24.569891\"}, \"osd.2\": {\"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500028\", \"created\": \"2023-10-26T08:16:45.586681\", \"started\": \"2023-10-26T08:16:50.263928\"}, \"osd.3\": {\"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500089\", \"created\": \"2023-10-26T08:17:12.471253\", \"started\": \"2023-10-26T08:17:16.564153\"}, \"node-exporter.a\": {\"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500150\", \"created\": \"2023-10-26T08:19:22.690564\", \"started\": \"2023-10-26T08:19:31.518158\"}, \"alertmanager.a\": {\"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500211\", \"created\": \"2023-10-26T08:19:39.422402\", \"started\": \"2023-10-26T08:20:11.889068\"}, \"rgw.r.z.smithi012.jpggmd\": {\"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:35.500272\", \"created\": \"2023-10-26T08:21:34.328665\", \"started\": \"2023-10-26T08:21:34.350454\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348\"}}, \"last_daemon_update\": \"2023-10-26T08:21:35.500417\", \"last_device_update\": \"2023-10-26T08:17:19.996111\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.12\"]}, \"last_host_check\": \"2023-10-26T08:25:18.340078\"}"}]': finished 2023-10-26T08:25:19.332 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:18 smithi012 bash[26970]: cluster 2023-10-26T08:25:18.469727+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:19.333 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:18 smithi012 bash[23428]: audit 2023-10-26T08:25:18.639141+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:25:18.636781\"}"}]: dispatch 2023-10-26T08:25:19.333 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:18 smithi012 bash[23428]: audit 2023-10-26T08:25:18.645547+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:25:18.636781\"}"}]': finished 2023-10-26T08:25:19.334 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:18 smithi012 bash[23428]: audit 2023-10-26T08:25:18.647175+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:25:19.334 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:18 smithi012 bash[26970]: audit 2023-10-26T08:25:18.639141+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:25:18.636781\"}"}]: dispatch 2023-10-26T08:25:19.334 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:18 smithi012 bash[26970]: audit 2023-10-26T08:25:18.645547+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.609933\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610264\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610385\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610507\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610627\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610748\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.610932\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:21:36.611062\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:21:36.611183\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:25:18.636781\"}"}]': finished 2023-10-26T08:25:19.335 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:18 smithi012 bash[26970]: audit 2023-10-26T08:25:18.647175+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-10-26T08:25:19.476 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:19 smithi079 bash[35002]: debug 2023-10-26T08:25:19.301+0000 7fd7cd9f0680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-26T08:25:20.226 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:19 smithi079 bash[35002]: debug 2023-10-26T08:25:19.829+0000 7fd7cd9f0680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-26T08:25:20.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:20 smithi079 bash[23494]: audit 2023-10-26T08:25:19.881108+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877356\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877559\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:25:18.053372\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877686\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877807\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877928\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878048\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878170\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878291\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:25:19.878411\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878532\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_daemon_update\": \"2023-10-26T08:25:19.878786\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:25:18.636781\"}"}]: dispatch 2023-10-26T08:25:20.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:20 smithi079 bash[23494]: audit 2023-10-26T08:25:19.887770+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877356\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877559\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:25:18.053372\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877686\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877807\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877928\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878048\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878170\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878291\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:25:19.878411\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878532\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_daemon_update\": \"2023-10-26T08:25:19.878786\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:25:18.636781\"}"}]': finished 2023-10-26T08:25:20.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:20 smithi079 bash[23494]: audit 2023-10-26T08:25:19.892521+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:25:20.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:20 smithi079 bash[23494]: audit 2023-10-26T08:25:19.898647+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-10-26T08:25:20.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:20 smithi079 bash[23494]: cluster 2023-10-26T08:25:19.907482+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-10-26T08:25:20.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:20 smithi012 bash[23428]: audit 2023-10-26T08:25:19.881108+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877356\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877559\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:25:18.053372\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877686\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877807\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877928\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878048\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878170\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878291\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:25:19.878411\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878532\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_daemon_update\": \"2023-10-26T08:25:19.878786\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:25:18.636781\"}"}]: dispatch 2023-10-26T08:25:20.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:20 smithi012 bash[23428]: audit 2023-10-26T08:25:19.887770+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877356\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877559\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:25:18.053372\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877686\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877807\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877928\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878048\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878170\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878291\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:25:19.878411\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878532\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_daemon_update\": \"2023-10-26T08:25:19.878786\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:25:18.636781\"}"}]': finished 2023-10-26T08:25:20.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:20 smithi012 bash[23428]: audit 2023-10-26T08:25:19.892521+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:25:20.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:20 smithi012 bash[23428]: audit 2023-10-26T08:25:19.898647+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-10-26T08:25:20.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:20 smithi012 bash[23428]: cluster 2023-10-26T08:25:19.907482+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-10-26T08:25:20.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:20 smithi012 bash[26970]: audit 2023-10-26T08:25:19.881108+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877356\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877559\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:25:18.053372\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877686\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877807\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877928\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878048\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878170\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878291\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:25:19.878411\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878532\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_daemon_update\": \"2023-10-26T08:25:19.878786\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:25:18.636781\"}"}]: dispatch 2023-10-26T08:25:20.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:20 smithi012 bash[26970]: audit 2023-10-26T08:25:19.887770+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877356\", \"created\": \"2023-10-26T08:15:15.782653\", \"started\": \"2023-10-26T08:15:15.814083\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877559\", \"created\": \"2023-10-26T08:15:32.862260\", \"started\": \"2023-10-26T08:25:18.053372\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877686\", \"created\": \"2023-10-26T08:17:33.568213\", \"started\": \"2023-10-26T08:17:36.755409\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877807\", \"created\": \"2023-10-26T08:17:57.831641\", \"started\": \"2023-10-26T08:18:01.283807\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.877928\", \"created\": \"2023-10-26T08:18:22.891051\", \"started\": \"2023-10-26T08:18:26.420237\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878048\", \"created\": \"2023-10-26T08:18:48.394452\", \"started\": \"2023-10-26T08:18:51.523761\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878170\", \"created\": \"2023-10-26T08:19:20.257705\", \"started\": \"2023-10-26T08:20:19.547909\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878291\", \"created\": \"2023-10-26T08:19:21.961665\", \"started\": \"2023-10-26T08:19:27.578064\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"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\": \"2023-10-26T08:25:19.878411\", \"created\": \"2023-10-26T08:20:02.320721\", \"started\": \"2023-10-26T08:20:02.343261\"}, \"rgw.r.z.smithi079.agubrf\": {\"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-10-26T08:25:19.878532\", \"created\": \"2023-10-26T08:21:31.438642\", \"started\": \"2023-10-26T08:21:31.462994\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931\"}}, \"last_daemon_update\": \"2023-10-26T08:25:19.878786\", \"last_device_update\": \"2023-10-26T08:18:55.873987\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.79\"], \"172.21.15.254\": [\"172.21.15.79\"]}, \"last_host_check\": \"2023-10-26T08:25:18.636781\"}"}]': finished 2023-10-26T08:25:20.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:20 smithi012 bash[26970]: audit 2023-10-26T08:25:19.892521+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:25:20.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:20 smithi012 bash[26970]: audit 2023-10-26T08:25:19.898647+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-10-26T08:25:20.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:20 smithi012 bash[26970]: cluster 2023-10-26T08:25:19.907482+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-10-26T08:25:21.100 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:20 smithi079 bash[35002]: debug 2023-10-26T08:25:20.745+0000 7fd7cd9f0680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-26T08:25:21.101 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:20 smithi079 bash[35002]: debug 2023-10-26T08:25:20.841+0000 7fd7cd9f0680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-26T08:25:21.101 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:21 smithi079 bash[35002]: debug 2023-10-26T08:25:21.093+0000 7fd7cd9f0680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-26T08:25:21.327 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:25:20 smithi012 bash[23687]: ignoring --setuser ceph since I am not root 2023-10-26T08:25:21.327 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:25:20 smithi012 bash[23687]: ignoring --setgroup ceph since I am not root 2023-10-26T08:25:21.327 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:25:20 smithi012 bash[23687]: debug 2023-10-26T08:25:20.935+0000 7f05c9c43040 1 -- 172.21.15.12:0/3403041756 >> [v2:172.21.15.12:3301/0,v1:172.21.15.12:6790/0] conn(0x55a5514fd000 msgr2=0x55a552172480 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2023-10-26T08:25:21.327 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:25:20 smithi012 bash[23687]: debug 2023-10-26T08:25:20.935+0000 7f05c9c43040 1 --2- 172.21.15.12:0/3403041756 >> [v2:172.21.15.12:3301/0,v1:172.21.15.12:6790/0] conn(0x55a5514fd000 0x55a552172480 secure :-1 s=READY pgs=82 cs=0 l=1 rx=0x55a5514ef110 tx=0x55a5514f17c0).stop 2023-10-26T08:25:21.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:21 smithi079 bash[23494]: cephadm 2023-10-26T08:25:19.892046+0000 mgr.y (mgr.14140) 414 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 with id 905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60 2023-10-26T08:25:21.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:21 smithi079 bash[23494]: cephadm 2023-10-26T08:25:19.894216+0000 mgr.y (mgr.14140) 415 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-10-26T08:25:21.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:21 smithi079 bash[23494]: cephadm 2023-10-26T08:25:19.894502+0000 mgr.y (mgr.14140) 416 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-10-26T08:25:21.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:21 smithi079 bash[23494]: cephadm 2023-10-26T08:25:19.897785+0000 mgr.y (mgr.14140) 417 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2023-10-26T08:25:21.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:21 smithi079 bash[23494]: cluster 2023-10-26T08:25:20.470420+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:21.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:21 smithi079 bash[23494]: cluster 2023-10-26T08:25:20.548949+0000 mon.a (mon.0) 604 : cluster [DBG] Standby manager daemon y started 2023-10-26T08:25:21.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:21 smithi079 bash[23494]: audit 2023-10-26T08:25:20.897690+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-10-26T08:25:21.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:21 smithi079 bash[23494]: cluster 2023-10-26T08:25:20.897782+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e15: x(active, starting, since 0.998003s), standbys: y 2023-10-26T08:25:21.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:21 smithi012 bash[23428]: cephadm 2023-10-26T08:25:19.892046+0000 mgr.y (mgr.14140) 414 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 with id 905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60 2023-10-26T08:25:21.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:21 smithi012 bash[23428]: cephadm 2023-10-26T08:25:19.894216+0000 mgr.y (mgr.14140) 415 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-10-26T08:25:21.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:21 smithi012 bash[23428]: cephadm 2023-10-26T08:25:19.894502+0000 mgr.y (mgr.14140) 416 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-10-26T08:25:21.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:21 smithi012 bash[23428]: cephadm 2023-10-26T08:25:19.897785+0000 mgr.y (mgr.14140) 417 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2023-10-26T08:25:21.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:21 smithi012 bash[23428]: cluster 2023-10-26T08:25:20.470420+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:21.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:21 smithi012 bash[23428]: cluster 2023-10-26T08:25:20.548949+0000 mon.a (mon.0) 604 : cluster [DBG] Standby manager daemon y started 2023-10-26T08:25:21.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:21 smithi012 bash[23428]: audit 2023-10-26T08:25:20.897690+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-10-26T08:25:21.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:21 smithi012 bash[23428]: cluster 2023-10-26T08:25:20.897782+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e15: x(active, starting, since 0.998003s), standbys: y 2023-10-26T08:25:21.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:21 smithi012 bash[26970]: cephadm 2023-10-26T08:25:19.892046+0000 mgr.y (mgr.14140) 414 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 with id 905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60 2023-10-26T08:25:21.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:21 smithi012 bash[26970]: cephadm 2023-10-26T08:25:19.894216+0000 mgr.y (mgr.14140) 415 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-10-26T08:25:21.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:21 smithi012 bash[26970]: cephadm 2023-10-26T08:25:19.894502+0000 mgr.y (mgr.14140) 416 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-10-26T08:25:21.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:21 smithi012 bash[26970]: cephadm 2023-10-26T08:25:19.897785+0000 mgr.y (mgr.14140) 417 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2023-10-26T08:25:21.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:21 smithi012 bash[26970]: cluster 2023-10-26T08:25:20.470420+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:21.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:21 smithi012 bash[26970]: cluster 2023-10-26T08:25:20.548949+0000 mon.a (mon.0) 604 : cluster [DBG] Standby manager daemon y started 2023-10-26T08:25:21.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:21 smithi012 bash[26970]: audit 2023-10-26T08:25:20.897690+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14140 172.21.15.12:0/1562937578' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-10-26T08:25:21.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:21 smithi012 bash[26970]: cluster 2023-10-26T08:25:20.897782+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e15: x(active, starting, since 0.998003s), standbys: y 2023-10-26T08:25:22.476 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:22 smithi079 bash[35002]: debug 2023-10-26T08:25:22.217+0000 7fd7cd9f0680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-26T08:25:22.476 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:22 smithi079 bash[35002]: debug 2023-10-26T08:25:22.377+0000 7fd7cd9f0680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-26T08:25:22.805 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:22 smithi079 bash[35002]: debug 2023-10-26T08:25:22.473+0000 7fd7cd9f0680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-26T08:25:22.806 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:22 smithi079 bash[35002]: debug 2023-10-26T08:25:22.581+0000 7fd7cd9f0680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-26T08:25:22.806 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:22 smithi079 bash[35002]: debug 2023-10-26T08:25:22.801+0000 7fd7cd9f0680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-26T08:25:23.476 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:23 smithi079 bash[35002]: debug 2023-10-26T08:25:23.165+0000 7fd7cd9f0680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-26T08:25:23.476 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:23 smithi079 bash[35002]: debug 2023-10-26T08:25:23.285+0000 7fd7cd9f0680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-26T08:25:24.476 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:24 smithi079 bash[35002]: debug 2023-10-26T08:25:24.137+0000 7fd7cd9f0680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-26T08:25:24.476 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:24 smithi079 bash[35002]: debug 2023-10-26T08:25:24.237+0000 7fd7cd9f0680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-26T08:25:24.477 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:24 smithi079 bash[35002]: debug 2023-10-26T08:25:24.353+0000 7fd7cd9f0680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-26T08:25:24.863 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:24 smithi079 bash[35002]: debug 2023-10-26T08:25:24.573+0000 7fd7cd9f0680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-26T08:25:24.863 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:24 smithi079 bash[35002]: debug 2023-10-26T08:25:24.857+0000 7fd7cd9f0680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-26T08:25:25.194 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:25 smithi079 bash[35002]: debug 2023-10-26T08:25:25.021+0000 7fd7cd9f0680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-26T08:25:25.195 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:25 smithi079 bash[35002]: debug 2023-10-26T08:25:25.189+0000 7fd7cd9f0680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-26T08:25:25.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:25 smithi079 bash[23494]: cluster 2023-10-26T08:25:25.333008+0000 mon.a (mon.0) 607 : cluster [DBG] Standby manager daemon y restarted 2023-10-26T08:25:25.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:25 smithi079 bash[23494]: cluster 2023-10-26T08:25:25.333226+0000 mon.a (mon.0) 608 : cluster [DBG] Standby manager daemon y started 2023-10-26T08:25:25.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:25 smithi079 bash[23494]: audit 2023-10-26T08:25:25.335884+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.? 172.21.15.12:0/2520873297' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:25:25.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:25 smithi079 bash[23494]: audit 2023-10-26T08:25:25.338098+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.? 172.21.15.12:0/2520873297' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:25:25.477 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:25 smithi079 bash[35002]: debug 2023-10-26T08:25:25.405+0000 7fd7cd9f0680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-26T08:25:25.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:25 smithi012 bash[23428]: cluster 2023-10-26T08:25:25.333008+0000 mon.a (mon.0) 607 : cluster [DBG] Standby manager daemon y restarted 2023-10-26T08:25:25.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:25 smithi012 bash[23428]: cluster 2023-10-26T08:25:25.333226+0000 mon.a (mon.0) 608 : cluster [DBG] Standby manager daemon y started 2023-10-26T08:25:25.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:25 smithi012 bash[23428]: audit 2023-10-26T08:25:25.335884+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.? 172.21.15.12:0/2520873297' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:25:25.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:25 smithi012 bash[23428]: audit 2023-10-26T08:25:25.338098+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.? 172.21.15.12:0/2520873297' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:25:25.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:25 smithi012 bash[26970]: cluster 2023-10-26T08:25:25.333008+0000 mon.a (mon.0) 607 : cluster [DBG] Standby manager daemon y restarted 2023-10-26T08:25:25.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:25 smithi012 bash[26970]: cluster 2023-10-26T08:25:25.333226+0000 mon.a (mon.0) 608 : cluster [DBG] Standby manager daemon y started 2023-10-26T08:25:25.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:25 smithi012 bash[26970]: audit 2023-10-26T08:25:25.335884+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.? 172.21.15.12:0/2520873297' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:25:25.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:25 smithi012 bash[26970]: audit 2023-10-26T08:25:25.338098+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.? 172.21.15.12:0/2520873297' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:25:25.976 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:25 smithi079 bash[35002]: debug 2023-10-26T08:25:25.509+0000 7fd7cd9f0680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-26T08:25:26.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:26 smithi079 bash[23494]: cluster 2023-10-26T08:25:25.396463+0000 mon.a (mon.0) 611 : cluster [DBG] mgrmap e16: x(active, starting, since 5s), standbys: y 2023-10-26T08:25:26.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:26 smithi079 bash[23494]: cluster 2023-10-26T08:25:25.530259+0000 mon.a (mon.0) 612 : cluster [INF] Active manager daemon x restarted 2023-10-26T08:25:26.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:26 smithi079 bash[23494]: audit 2023-10-26T08:25:25.530687+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-26T08:25:26.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:26 smithi079 bash[23494]: cluster 2023-10-26T08:25:25.531651+0000 mon.a (mon.0) 613 : cluster [INF] Activating manager daemon x 2023-10-26T08:25:26.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:26 smithi079 bash[23494]: audit 2023-10-26T08:25:25.533009+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:25:26.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:26 smithi079 bash[23494]: cluster 2023-10-26T08:25:25.540149+0000 mon.a (mon.0) 614 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-10-26T08:25:26.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:26 smithi079 bash[23494]: audit 2023-10-26T08:25:25.542007+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-26T08:25:26.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:26 smithi079 bash[23494]: audit 2023-10-26T08:25:25.542833+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:25:26.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:26 smithi012 bash[23428]: cluster 2023-10-26T08:25:25.396463+0000 mon.a (mon.0) 611 : cluster [DBG] mgrmap e16: x(active, starting, since 5s), standbys: y 2023-10-26T08:25:26.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:26 smithi012 bash[23428]: cluster 2023-10-26T08:25:25.530259+0000 mon.a (mon.0) 612 : cluster [INF] Active manager daemon x restarted 2023-10-26T08:25:26.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:26 smithi012 bash[23428]: audit 2023-10-26T08:25:25.530687+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-26T08:25:26.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:26 smithi012 bash[23428]: cluster 2023-10-26T08:25:25.531651+0000 mon.a (mon.0) 613 : cluster [INF] Activating manager daemon x 2023-10-26T08:25:26.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:26 smithi012 bash[23428]: audit 2023-10-26T08:25:25.533009+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:25:26.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:26 smithi012 bash[23428]: cluster 2023-10-26T08:25:25.540149+0000 mon.a (mon.0) 614 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-10-26T08:25:26.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:26 smithi012 bash[23428]: audit 2023-10-26T08:25:25.542007+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-26T08:25:26.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:26 smithi012 bash[23428]: audit 2023-10-26T08:25:25.542833+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:25:26.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:26 smithi012 bash[26970]: cluster 2023-10-26T08:25:25.396463+0000 mon.a (mon.0) 611 : cluster [DBG] mgrmap e16: x(active, starting, since 5s), standbys: y 2023-10-26T08:25:26.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:26 smithi012 bash[26970]: cluster 2023-10-26T08:25:25.530259+0000 mon.a (mon.0) 612 : cluster [INF] Active manager daemon x restarted 2023-10-26T08:25:26.829 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:26 smithi012 bash[26970]: audit 2023-10-26T08:25:25.530687+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-26T08:25:26.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:26 smithi012 bash[26970]: cluster 2023-10-26T08:25:25.531651+0000 mon.a (mon.0) 613 : cluster [INF] Activating manager daemon x 2023-10-26T08:25:26.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:26 smithi012 bash[26970]: audit 2023-10-26T08:25:25.533009+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:25:26.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:26 smithi012 bash[26970]: cluster 2023-10-26T08:25:25.540149+0000 mon.a (mon.0) 614 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-10-26T08:25:26.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:26 smithi012 bash[26970]: audit 2023-10-26T08:25:25.542007+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-26T08:25:26.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:26 smithi012 bash[26970]: audit 2023-10-26T08:25:25.542833+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:25:27.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:27 smithi079 bash[23494]: cluster 2023-10-26T08:25:26.424065+0000 mon.a (mon.0) 615 : cluster [DBG] mgrmap e17: x(active, starting, since 0.892676s), standbys: y 2023-10-26T08:25:27.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:27 smithi012 bash[23428]: cluster 2023-10-26T08:25:26.424065+0000 mon.a (mon.0) 615 : cluster [DBG] mgrmap e17: x(active, starting, since 0.892676s), standbys: y 2023-10-26T08:25:27.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:27 smithi012 bash[26970]: cluster 2023-10-26T08:25:26.424065+0000 mon.a (mon.0) 615 : cluster [DBG] mgrmap e17: x(active, starting, since 0.892676s), standbys: y 2023-10-26T08:25:32.562 INFO:teuthology.orchestra.run.smithi012.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2023-10-26T08:25:32.563 INFO:teuthology.orchestra.run.smithi012.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2023-10-26T08:25:32.760 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[35002]: debug 2023-10-26T08:25:32.553+0000 7fd75824c700 -1 mgr.server reply reply (95) Operation not supported Warning: due to ceph-mgr restart, some PG states may not be up to date 2023-10-26T08:25:32.760 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[35002]: Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2023-10-26T08:25:32.761 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.430612+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-26T08:25:32.761 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.431015+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-26T08:25:32.762 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.431552+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-26T08:25:32.762 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.434788+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-26T08:25:32.762 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.435274+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-26T08:25:32.762 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.435832+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:25:32.762 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.436480+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:25:32.763 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.437105+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:25:32.763 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.437731+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:25:32.763 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.438323+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:25:32.764 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.438896+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:25:32.764 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.439506+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:25:32.764 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.440133+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:25:32.764 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.441131+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-26T08:25:32.764 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.441495+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-26T08:25:32.765 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.442681+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-26T08:25:32.765 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.444685+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-10-26T08:25:32.765 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.446413+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-10-26T08:25:32.765 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.447112+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-10-26T08:25:32.766 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.447908+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi012"}]: dispatch 2023-10-26T08:25:32.766 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.448695+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi079"}]: dispatch 2023-10-26T08:25:32.766 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.449371+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-10-26T08:25:32.766 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.450053+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-10-26T08:25:32.766 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.450924+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-10-26T08:25:32.767 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.451550+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-10-26T08:25:32.767 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.452205+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-10-26T08:25:32.767 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.452854+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-10-26T08:25:32.767 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.453545+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-10-26T08:25:32.768 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.454253+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-10-26T08:25:32.768 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.454938+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-10-26T08:25:32.768 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.455745+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-10-26T08:25:32.768 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.456647+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-10-26T08:25:32.768 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.457577+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:25:32.769 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.458305+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:25:32.769 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.459070+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-10-26T08:25:32.769 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.459893+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-10-26T08:25:32.769 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.460679+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-10-26T08:25:32.769 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[23494]: audit 2023-10-26T08:25:32.461384+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-10-26T08:25:32.770 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.430612+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-26T08:25:32.771 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.431015+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-26T08:25:32.771 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.431552+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-26T08:25:32.771 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.434788+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-26T08:25:32.771 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.435274+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-26T08:25:32.771 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.435832+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:25:32.772 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.436480+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:25:32.772 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.437105+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:25:32.772 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.437731+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:25:32.772 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.438323+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:25:32.772 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.438896+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:25:32.773 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.439506+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:25:32.773 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.440133+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:25:32.773 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.441131+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-26T08:25:32.773 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.441495+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-26T08:25:32.773 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.442681+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-26T08:25:32.774 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.444685+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-10-26T08:25:32.774 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.446413+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-10-26T08:25:32.775 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.430612+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-26T08:25:32.775 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.431015+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-26T08:25:32.775 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.431552+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-26T08:25:32.775 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.434788+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-26T08:25:32.776 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.435274+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-26T08:25:32.776 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.435832+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:25:32.776 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.436480+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:25:32.776 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.437105+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:25:32.776 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.437731+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:25:32.776 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.438323+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:25:32.777 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.438896+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:25:32.777 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.439506+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:25:32.777 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.440133+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:25:32.777 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.441131+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-26T08:25:32.777 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.441495+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-26T08:25:32.778 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.442681+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-26T08:25:32.778 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.444685+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-10-26T08:25:32.778 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.446413+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-10-26T08:25:32.779 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.447112+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-10-26T08:25:32.779 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.447908+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi012"}]: dispatch 2023-10-26T08:25:32.779 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.448695+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi079"}]: dispatch 2023-10-26T08:25:32.779 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.449371+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-10-26T08:25:32.780 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.450053+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-10-26T08:25:32.780 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.450924+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-10-26T08:25:32.780 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.451550+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-10-26T08:25:32.780 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.452205+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-10-26T08:25:32.781 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.452854+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-10-26T08:25:32.781 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.453545+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-10-26T08:25:32.781 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.454253+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-10-26T08:25:32.781 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.454938+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-10-26T08:25:32.782 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.455745+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-10-26T08:25:32.782 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.456647+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-10-26T08:25:32.782 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.457577+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:25:32.782 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.458305+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:25:32.782 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.459070+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-10-26T08:25:32.783 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.459893+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-10-26T08:25:32.783 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.460679+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-10-26T08:25:32.783 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[23428]: audit 2023-10-26T08:25:32.461384+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-10-26T08:25:32.784 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.447112+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-10-26T08:25:32.784 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.447908+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi012"}]: dispatch 2023-10-26T08:25:32.784 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.448695+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi079"}]: dispatch 2023-10-26T08:25:32.785 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.449371+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-10-26T08:25:32.785 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.450053+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-10-26T08:25:32.785 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.450924+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-10-26T08:25:32.786 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.451550+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-10-26T08:25:32.786 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.452205+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-10-26T08:25:32.786 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.452854+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-10-26T08:25:32.786 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.453545+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-10-26T08:25:32.786 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.454253+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-10-26T08:25:32.787 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.454938+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-10-26T08:25:32.787 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.455745+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-10-26T08:25:32.787 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.456647+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-10-26T08:25:32.787 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.457577+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:25:32.787 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.458305+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:25:32.787 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.459070+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-10-26T08:25:32.788 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.459893+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-10-26T08:25:32.788 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.460679+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-10-26T08:25:32.788 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:32 smithi012 bash[26970]: audit 2023-10-26T08:25:32.461384+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-10-26T08:25:33.226 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:32 smithi079 bash[35002]: Warning: Permanently added '172.21.15.12' (ECDSA) to the list of known hosts. 2023-10-26T08:25:33.694 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c 'ceph orch ps' 2023-10-26T08:25:33.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: cluster 2023-10-26T08:25:32.482930+0000 mon.a (mon.0) 616 : cluster [INF] Manager daemon x is now available 2023-10-26T08:25:33.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: audit 2023-10-26T08:25:32.506203+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"172.21.15.12\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-10-26T08:25:33.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: audit 2023-10-26T08:25:32.506701+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"172.21.15.12\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-10-26T08:25:33.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: audit 2023-10-26T08:25:32.510504+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"172.21.15.12\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-10-26T08:25:33.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: cephadm 2023-10-26T08:25:32.510680+0000 mgr.x (mgr.24727) 1 : cephadm [INF] inventory: adjusted host smithi012 addr 'smithi012' -> '172.21.15.12' 2023-10-26T08:25:33.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: audit 2023-10-26T08:25:32.521131+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-10-26T08:25:33.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: audit 2023-10-26T08:25:32.521696+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-10-26T08:25:33.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: cephadm 2023-10-26T08:25:32.525640+0000 mgr.x (mgr.24727) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-10-26T08:25:33.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: audit 2023-10-26T08:25:32.531033+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2023-10-26T08:25:33.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: cluster 2023-10-26T08:25:32.547765+0000 mon.a (mon.0) 621 : cluster [DBG] mgrmap e18: x(active, since 7s), standbys: y 2023-10-26T08:25:33.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: audit 2023-10-26T08:25:32.559635+0000 mgr.x (mgr.24727) 3 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:25:33.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: cluster 2023-10-26T08:25:32.562754+0000 mgr.x (mgr.24727) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:33.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: audit 2023-10-26T08:25:32.664572+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' 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 2023-10-26T08:25:33.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: cluster 2023-10-26T08:25:32.482930+0000 mon.a (mon.0) 616 : cluster [INF] Manager daemon x is now available 2023-10-26T08:25:33.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: audit 2023-10-26T08:25:32.506203+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"172.21.15.12\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-10-26T08:25:33.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: audit 2023-10-26T08:25:32.506701+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"172.21.15.12\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-10-26T08:25:33.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: audit 2023-10-26T08:25:32.510504+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"172.21.15.12\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-10-26T08:25:33.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: cephadm 2023-10-26T08:25:32.510680+0000 mgr.x (mgr.24727) 1 : cephadm [INF] inventory: adjusted host smithi012 addr 'smithi012' -> '172.21.15.12' 2023-10-26T08:25:33.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: audit 2023-10-26T08:25:32.521131+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-10-26T08:25:33.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: audit 2023-10-26T08:25:32.521696+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-10-26T08:25:33.832 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: cephadm 2023-10-26T08:25:32.525640+0000 mgr.x (mgr.24727) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-10-26T08:25:33.832 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: audit 2023-10-26T08:25:32.531033+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2023-10-26T08:25:33.832 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: cluster 2023-10-26T08:25:32.547765+0000 mon.a (mon.0) 621 : cluster [DBG] mgrmap e18: x(active, since 7s), standbys: y 2023-10-26T08:25:33.832 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: audit 2023-10-26T08:25:32.559635+0000 mgr.x (mgr.24727) 3 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:25:33.832 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: cluster 2023-10-26T08:25:32.562754+0000 mgr.x (mgr.24727) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:33.833 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: audit 2023-10-26T08:25:32.664572+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' 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 2023-10-26T08:25:33.833 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: audit 2023-10-26T08:25:32.665412+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.24727 ' 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 2023-10-26T08:25:33.833 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: audit 2023-10-26T08:25:32.671257+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.24727 ' 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 2023-10-26T08:25:33.834 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: audit 2023-10-26T08:25:32.675907+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:25:33.834 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: audit 2023-10-26T08:25:32.679149+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:25:33.834 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: audit 2023-10-26T08:25:32.745860+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-26T08:25:33.834 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: audit 2023-10-26T08:25:32.746685+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-26T08:25:33.834 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: audit 2023-10-26T08:25:32.753456+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-26T08:25:33.835 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[23428]: audit 2023-10-26T08:25:32.754103+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-26T08:25:33.835 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: audit 2023-10-26T08:25:32.665412+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.24727 ' 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 2023-10-26T08:25:33.835 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: audit 2023-10-26T08:25:32.671257+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.24727 ' 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 2023-10-26T08:25:33.835 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: audit 2023-10-26T08:25:32.675907+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:25:33.836 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: audit 2023-10-26T08:25:32.679149+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:25:33.836 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: audit 2023-10-26T08:25:32.745860+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-26T08:25:33.836 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: audit 2023-10-26T08:25:32.746685+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-26T08:25:33.836 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: audit 2023-10-26T08:25:32.753456+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-26T08:25:33.836 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:33 smithi012 bash[26970]: audit 2023-10-26T08:25:32.754103+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-26T08:25:33.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: cluster 2023-10-26T08:25:32.482930+0000 mon.a (mon.0) 616 : cluster [INF] Manager daemon x is now available 2023-10-26T08:25:33.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: audit 2023-10-26T08:25:32.506203+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"172.21.15.12\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-10-26T08:25:33.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: audit 2023-10-26T08:25:32.506701+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"172.21.15.12\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-10-26T08:25:33.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: audit 2023-10-26T08:25:32.510504+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"172.21.15.12\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-10-26T08:25:33.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: cephadm 2023-10-26T08:25:32.510680+0000 mgr.x (mgr.24727) 1 : cephadm [INF] inventory: adjusted host smithi012 addr 'smithi012' -> '172.21.15.12' 2023-10-26T08:25:33.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: audit 2023-10-26T08:25:32.521131+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-10-26T08:25:33.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: audit 2023-10-26T08:25:32.521696+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-10-26T08:25:33.978 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: cephadm 2023-10-26T08:25:32.525640+0000 mgr.x (mgr.24727) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-10-26T08:25:33.979 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: audit 2023-10-26T08:25:32.531033+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2023-10-26T08:25:33.979 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: cluster 2023-10-26T08:25:32.547765+0000 mon.a (mon.0) 621 : cluster [DBG] mgrmap e18: x(active, since 7s), standbys: y 2023-10-26T08:25:33.979 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: audit 2023-10-26T08:25:32.559635+0000 mgr.x (mgr.24727) 3 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:25:33.979 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: cluster 2023-10-26T08:25:32.562754+0000 mgr.x (mgr.24727) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:33.979 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: audit 2023-10-26T08:25:32.664572+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' 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 2023-10-26T08:25:33.980 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: audit 2023-10-26T08:25:32.665412+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.24727 ' 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 2023-10-26T08:25:33.980 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: audit 2023-10-26T08:25:32.671257+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.24727 ' 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 2023-10-26T08:25:33.980 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: audit 2023-10-26T08:25:32.675907+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:25:33.980 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: audit 2023-10-26T08:25:32.679149+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:25:33.980 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: audit 2023-10-26T08:25:32.745860+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-26T08:25:33.981 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: audit 2023-10-26T08:25:32.746685+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-26T08:25:33.981 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: audit 2023-10-26T08:25:32.753456+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-26T08:25:33.981 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:33 smithi079 bash[23494]: audit 2023-10-26T08:25:32.754103+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-26T08:25:35.663 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:35 smithi012 bash[23428]: cluster 2023-10-26T08:25:34.446470+0000 mgr.x (mgr.24727) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:35.663 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:35 smithi012 bash[23428]: cluster 2023-10-26T08:25:34.561110+0000 mon.a (mon.0) 626 : cluster [DBG] mgrmap e19: x(active, since 9s), standbys: y 2023-10-26T08:25:35.664 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:35 smithi012 bash[26970]: cluster 2023-10-26T08:25:34.446470+0000 mgr.x (mgr.24727) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:35.664 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:35 smithi012 bash[26970]: cluster 2023-10-26T08:25:34.561110+0000 mon.a (mon.0) 626 : cluster [DBG] mgrmap e19: x(active, since 9s), standbys: y 2023-10-26T08:25:35.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:35 smithi079 bash[23494]: cluster 2023-10-26T08:25:34.446470+0000 mgr.x (mgr.24727) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:35.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:35 smithi079 bash[23494]: cluster 2023-10-26T08:25:34.561110+0000 mon.a (mon.0) 626 : cluster [DBG] mgrmap e19: x(active, since 9s), standbys: y 2023-10-26T08:25:37.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:37 smithi012 bash[23428]: cluster 2023-10-26T08:25:36.447245+0000 mgr.x (mgr.24727) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:37.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:37 smithi012 bash[26970]: cluster 2023-10-26T08:25:36.447245+0000 mgr.x (mgr.24727) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:37.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:37 smithi079 bash[23494]: cluster 2023-10-26T08:25:36.447245+0000 mgr.x (mgr.24727) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:38.014 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-26T08:25:38.015 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.a smithi012 running (5m) 4m ago 5m - - 9f27df16978d 1a057ea1e07a 2023-10-26T08:25:38.015 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.a smithi079 running (5m) 18s ago 5m - - 6.6.2 87a51ecf0b1c 8ed32347e7e4 2023-10-26T08:25:38.015 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.x smithi079 running (19s) 18s ago 10m - - 16.2.14-106-gf2ece71a 905f4094f1b9 4a376a0a716b 2023-10-26T08:25:38.015 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.y smithi012 running (12m) 4m ago 12m - - 15.2.0 204a01f9b0b6 1b494ce6e38c 2023-10-26T08:25:38.015 INFO:teuthology.orchestra.run.smithi012.stdout:mon.a smithi012 running (12m) 4m ago 12m - 2048M 15.2.0 204a01f9b0b6 a2a83ba26fe7 2023-10-26T08:25:38.016 INFO:teuthology.orchestra.run.smithi012.stdout:mon.b smithi079 running (10m) 18s ago 10m - 2048M 15.2.0 204a01f9b0b6 70d2c6ac7add 2023-10-26T08:25:38.016 INFO:teuthology.orchestra.run.smithi012.stdout:mon.c smithi012 running (10m) 4m ago 10m - 2048M 15.2.0 204a01f9b0b6 6be56b872a86 2023-10-26T08:25:38.016 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.a smithi012 running (6m) 4m ago 6m - - 458e026e6aa6 5a1dc4076552 2023-10-26T08:25:38.016 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.b smithi079 running (6m) 18s ago 6m - - 458e026e6aa6 c58dbe648db8 2023-10-26T08:25:38.016 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (9m) 4m ago 9m - 4096M 15.2.0 204a01f9b0b6 3c0dac35df4f 2023-10-26T08:25:38.016 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (9m) 4m ago 9m - 4096M 15.2.0 204a01f9b0b6 71bfeb53700a 2023-10-26T08:25:38.017 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (8m) 4m ago 8m - 4096M 15.2.0 204a01f9b0b6 a81e3e0a084e 2023-10-26T08:25:38.017 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (8m) 4m ago 8m - 4096M 15.2.0 204a01f9b0b6 d00290085f9c 2023-10-26T08:25:38.017 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi079 running (8m) 18s ago 8m - 4096M 15.2.0 204a01f9b0b6 f6fc3a91fc82 2023-10-26T08:25:38.017 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi079 running (7m) 18s ago 7m - 4096M 15.2.0 204a01f9b0b6 c4c7d9479caf 2023-10-26T08:25:38.017 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi079 running (7m) 18s ago 7m - 4096M 15.2.0 204a01f9b0b6 bbe2989c38fb 2023-10-26T08:25:38.018 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi079 running (6m) 18s ago 6m - 4096M 15.2.0 204a01f9b0b6 26de7327d913 2023-10-26T08:25:38.018 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.a smithi079 running (5m) 18s ago 6m - - 22010d1e5539 11409df39e02 2023-10-26T08:25:38.018 INFO:teuthology.orchestra.run.smithi012.stdout:rgw.r.z.smithi012.jpggmd smithi012 running (4m) 4m ago 4m - - 15.2.0 204a01f9b0b6 c2cdc07ee140 2023-10-26T08:25:38.018 INFO:teuthology.orchestra.run.smithi012.stdout:rgw.r.z.smithi079.agubrf smithi079 running (4m) 18s ago 4m - - 15.2.0 204a01f9b0b6 a1fce8166ce4 2023-10-26T08:25:38.755 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c 'ceph versions' 2023-10-26T08:25:39.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[23428]: audit 2023-10-26T08:25:37.980050+0000 mgr.x (mgr.24727) 7 : audit [DBG] from='client.14829 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:25:39.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[23428]: audit 2023-10-26T08:25:37.981527+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-10-26T08:25:39.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[23428]: audit 2023-10-26T08:25:37.982720+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-10-26T08:25:39.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[23428]: audit 2023-10-26T08:25:37.983757+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[23428]: audit 2023-10-26T08:25:37.984878+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[23428]: audit 2023-10-26T08:25:37.985989+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.079 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[23428]: audit 2023-10-26T08:25:37.987030+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.079 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[23428]: audit 2023-10-26T08:25:37.990353+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-10-26T08:25:39.079 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[23428]: audit 2023-10-26T08:25:37.991402+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.079 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[23428]: audit 2023-10-26T08:25:37.992407+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.079 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[23428]: audit 2023-10-26T08:25:37.993238+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.080 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[23428]: audit 2023-10-26T08:25:37.994141+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.080 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[26970]: audit 2023-10-26T08:25:37.980050+0000 mgr.x (mgr.24727) 7 : audit [DBG] from='client.14829 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:25:39.080 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[26970]: audit 2023-10-26T08:25:37.981527+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-10-26T08:25:39.080 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[26970]: audit 2023-10-26T08:25:37.982720+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-10-26T08:25:39.081 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[26970]: audit 2023-10-26T08:25:37.983757+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.081 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[26970]: audit 2023-10-26T08:25:37.984878+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.081 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[26970]: audit 2023-10-26T08:25:37.985989+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.081 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[26970]: audit 2023-10-26T08:25:37.987030+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.081 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[26970]: audit 2023-10-26T08:25:37.990353+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-10-26T08:25:39.081 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[26970]: audit 2023-10-26T08:25:37.991402+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.082 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[26970]: audit 2023-10-26T08:25:37.992407+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.082 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[26970]: audit 2023-10-26T08:25:37.993238+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.082 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:38 smithi012 bash[26970]: audit 2023-10-26T08:25:37.994141+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:38 smithi079 bash[23494]: audit 2023-10-26T08:25:37.980050+0000 mgr.x (mgr.24727) 7 : audit [DBG] from='client.14829 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:25:39.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:38 smithi079 bash[23494]: audit 2023-10-26T08:25:37.981527+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-10-26T08:25:39.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:38 smithi079 bash[23494]: audit 2023-10-26T08:25:37.982720+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-10-26T08:25:39.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:38 smithi079 bash[23494]: audit 2023-10-26T08:25:37.983757+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:38 smithi079 bash[23494]: audit 2023-10-26T08:25:37.984878+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:38 smithi079 bash[23494]: audit 2023-10-26T08:25:37.985989+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:38 smithi079 bash[23494]: audit 2023-10-26T08:25:37.987030+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:38 smithi079 bash[23494]: audit 2023-10-26T08:25:37.990353+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-10-26T08:25:39.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:38 smithi079 bash[23494]: audit 2023-10-26T08:25:37.991402+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:38 smithi079 bash[23494]: audit 2023-10-26T08:25:37.992407+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:38 smithi079 bash[23494]: audit 2023-10-26T08:25:37.993238+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:39.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:38 smithi079 bash[23494]: audit 2023-10-26T08:25:37.994141+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:40.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:39 smithi012 bash[23428]: cluster 2023-10-26T08:25:38.448792+0000 mgr.x (mgr.24727) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:40.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:39 smithi012 bash[26970]: cluster 2023-10-26T08:25:38.448792+0000 mgr.x (mgr.24727) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:40.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:39 smithi079 bash[23494]: cluster 2023-10-26T08:25:38.448792+0000 mgr.x (mgr.24727) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:42.077 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:41 smithi012 bash[26970]: cluster 2023-10-26T08:25:40.449532+0000 mgr.x (mgr.24727) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:42.078 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:41 smithi012 bash[23428]: cluster 2023-10-26T08:25:40.449532+0000 mgr.x (mgr.24727) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:42.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:41 smithi079 bash[23494]: cluster 2023-10-26T08:25:40.449532+0000 mgr.x (mgr.24727) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:42.320 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2023-10-26T08:25:42.321 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2023-10-26T08:25:42.321 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-10-26T08:25:42.321 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:25:42.321 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2023-10-26T08:25:42.322 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-10-26T08:25:42.322 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-106-gf2ece71a (f2ece71a1e784ed2e115679dd66f690a9706b8a8) pacific (stable)": 1 2023-10-26T08:25:42.322 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:25:42.322 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2023-10-26T08:25:42.323 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-10-26T08:25:42.323 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:25:42.323 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": {}, 2023-10-26T08:25:42.324 INFO:teuthology.orchestra.run.smithi012.stdout: "rgw": { 2023-10-26T08:25:42.324 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-10-26T08:25:42.324 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:25:42.324 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2023-10-26T08:25:42.325 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-10-26T08:25:42.325 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-106-gf2ece71a (f2ece71a1e784ed2e115679dd66f690a9706b8a8) pacific (stable)": 1 2023-10-26T08:25:42.325 INFO:teuthology.orchestra.run.smithi012.stdout: } 2023-10-26T08:25:42.325 INFO:teuthology.orchestra.run.smithi012.stdout:} 2023-10-26T08:25:43.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:42 smithi079 bash[23494]: audit 2023-10-26T08:25:42.314134+0000 mon.c (mon.1) 84 : audit [DBG] from='client.? 172.21.15.12:0/3314868725' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:25:43.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:42 smithi012 bash[23428]: audit 2023-10-26T08:25:42.314134+0000 mon.c (mon.1) 84 : audit [DBG] from='client.? 172.21.15.12:0/3314868725' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:25:43.327 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:42 smithi012 bash[26970]: audit 2023-10-26T08:25:42.314134+0000 mon.c (mon.1) 84 : audit [DBG] from='client.? 172.21.15.12:0/3314868725' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:25:43.635 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-10-26T08:25:44.226 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:25:43 smithi079 bash[35002]: Warning: Permanently added 'smithi079,172.21.15.79' (ECDSA) to the list of known hosts. 2023-10-26T08:25:44.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:43 smithi079 bash[23494]: cluster 2023-10-26T08:25:42.450215+0000 mgr.x (mgr.24727) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:44.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:43 smithi079 bash[23494]: audit 2023-10-26T08:25:43.724311+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]: dispatch 2023-10-26T08:25:44.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:43 smithi079 bash[23494]: audit 2023-10-26T08:25:43.724979+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]: dispatch 2023-10-26T08:25:44.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:43 smithi079 bash[23494]: audit 2023-10-26T08:25:43.733697+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]': finished 2023-10-26T08:25:44.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:43 smithi079 bash[23494]: audit 2023-10-26T08:25:43.737199+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.x"}]: dispatch 2023-10-26T08:25:44.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:43 smithi079 bash[23494]: audit 2023-10-26T08:25:43.737647+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.x"}]: dispatch 2023-10-26T08:25:44.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:43 smithi079 bash[23494]: audit 2023-10-26T08:25:43.743315+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.x"}]': finished 2023-10-26T08:25:44.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:43 smithi079 bash[23494]: audit 2023-10-26T08:25:43.748062+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:25:44.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:43 smithi012 bash[23428]: cluster 2023-10-26T08:25:42.450215+0000 mgr.x (mgr.24727) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:44.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:43 smithi012 bash[23428]: audit 2023-10-26T08:25:43.724311+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]: dispatch 2023-10-26T08:25:44.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:43 smithi012 bash[23428]: audit 2023-10-26T08:25:43.724979+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]: dispatch 2023-10-26T08:25:44.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:43 smithi012 bash[23428]: audit 2023-10-26T08:25:43.733697+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]': finished 2023-10-26T08:25:44.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:43 smithi012 bash[23428]: audit 2023-10-26T08:25:43.737199+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.x"}]: dispatch 2023-10-26T08:25:44.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:43 smithi012 bash[23428]: audit 2023-10-26T08:25:43.737647+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.x"}]: dispatch 2023-10-26T08:25:44.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:43 smithi012 bash[23428]: audit 2023-10-26T08:25:43.743315+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.x"}]': finished 2023-10-26T08:25:44.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:43 smithi012 bash[23428]: audit 2023-10-26T08:25:43.748062+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:25:44.329 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:43 smithi012 bash[26970]: cluster 2023-10-26T08:25:42.450215+0000 mgr.x (mgr.24727) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:44.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:43 smithi012 bash[26970]: audit 2023-10-26T08:25:43.724311+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]: dispatch 2023-10-26T08:25:44.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:43 smithi012 bash[26970]: audit 2023-10-26T08:25:43.724979+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]: dispatch 2023-10-26T08:25:44.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:43 smithi012 bash[26970]: audit 2023-10-26T08:25:43.733697+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]': finished 2023-10-26T08:25:44.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:43 smithi012 bash[26970]: audit 2023-10-26T08:25:43.737199+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.x"}]: dispatch 2023-10-26T08:25:44.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:43 smithi012 bash[26970]: audit 2023-10-26T08:25:43.737647+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.x"}]: dispatch 2023-10-26T08:25:44.332 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:43 smithi012 bash[26970]: audit 2023-10-26T08:25:43.743315+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.x"}]': finished 2023-10-26T08:25:44.332 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:43 smithi012 bash[26970]: audit 2023-10-26T08:25:43.748062+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:25:45.077 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:44 smithi012 bash[23428]: audit 2023-10-26T08:25:44.068342+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:25:45.078 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:44 smithi012 bash[26970]: audit 2023-10-26T08:25:44.068342+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:25:45.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:44 smithi079 bash[23494]: audit 2023-10-26T08:25:44.068342+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:25:45.958 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:45 smithi012 bash[23428]: cluster 2023-10-26T08:25:44.452051+0000 mgr.x (mgr.24727) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:46.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:45 smithi079 bash[23494]: cluster 2023-10-26T08:25:44.452051+0000 mgr.x (mgr.24727) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:46.327 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:45 smithi012 bash[26970]: cluster 2023-10-26T08:25:44.452051+0000 mgr.x (mgr.24727) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:46.435 INFO:teuthology.orchestra.run.smithi012.stdout:wait for servicemap items w/ changing names to refresh 2023-10-26T08:25:47.245 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c 'sleep 60' 2023-10-26T08:25:48.227 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:47 smithi012 bash[23428]: cluster 2023-10-26T08:25:46.452857+0000 mgr.x (mgr.24727) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:48.228 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:47 smithi012 bash[26970]: cluster 2023-10-26T08:25:46.452857+0000 mgr.x (mgr.24727) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:48.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:47 smithi079 bash[23494]: cluster 2023-10-26T08:25:46.452857+0000 mgr.x (mgr.24727) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:50.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:49 smithi079 bash[23494]: cluster 2023-10-26T08:25:48.454420+0000 mgr.x (mgr.24727) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:50.236 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:49 smithi012 bash[23428]: cluster 2023-10-26T08:25:48.454420+0000 mgr.x (mgr.24727) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:50.236 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:49 smithi012 bash[26970]: cluster 2023-10-26T08:25:48.454420+0000 mgr.x (mgr.24727) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:51.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:50 smithi079 bash[23494]: audit 2023-10-26T08:25:50.025148+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:51.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:50 smithi079 bash[23494]: audit 2023-10-26T08:25:50.025805+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:51.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:50 smithi079 bash[23494]: audit 2023-10-26T08:25:50.030036+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:25:51.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:50 smithi079 bash[23494]: audit 2023-10-26T08:25:50.313023+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:51.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:50 smithi079 bash[23494]: audit 2023-10-26T08:25:50.313988+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:51.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:50 smithi079 bash[23494]: audit 2023-10-26T08:25:50.314690+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:51.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:50 smithi079 bash[23494]: audit 2023-10-26T08:25:50.315331+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:51.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:50 smithi079 bash[23494]: audit 2023-10-26T08:25:50.315985+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:51.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:50 smithi079 bash[23494]: audit 2023-10-26T08:25:50.316662+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:51.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:50 smithi079 bash[23494]: audit 2023-10-26T08:25:50.317413+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:51.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:50 smithi079 bash[23494]: audit 2023-10-26T08:25:50.318120+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:51.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:50 smithi079 bash[23494]: audit 2023-10-26T08:25:50.318827+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:51.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:50 smithi079 bash[23494]: audit 2023-10-26T08:25:50.753243+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:51.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:50 smithi079 bash[23494]: audit 2023-10-26T08:25:50.754564+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:51.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:50 smithi079 bash[23494]: audit 2023-10-26T08:25:50.761500+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:25:51.297 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[23428]: audit 2023-10-26T08:25:50.025148+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:51.298 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[26970]: audit 2023-10-26T08:25:50.025148+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:51.299 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[23428]: audit 2023-10-26T08:25:50.025805+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:51.299 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[26970]: audit 2023-10-26T08:25:50.025805+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:51.300 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[23428]: audit 2023-10-26T08:25:50.030036+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:25:51.300 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[23428]: audit 2023-10-26T08:25:50.313023+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:51.301 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[23428]: audit 2023-10-26T08:25:50.313988+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:51.301 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[23428]: audit 2023-10-26T08:25:50.314690+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:51.301 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[23428]: audit 2023-10-26T08:25:50.315331+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:51.301 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[23428]: audit 2023-10-26T08:25:50.315985+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:51.301 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[23428]: audit 2023-10-26T08:25:50.316662+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:51.302 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[23428]: audit 2023-10-26T08:25:50.317413+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:51.302 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[23428]: audit 2023-10-26T08:25:50.318120+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:51.302 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[23428]: audit 2023-10-26T08:25:50.318827+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:51.302 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[23428]: audit 2023-10-26T08:25:50.753243+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:51.303 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[26970]: audit 2023-10-26T08:25:50.030036+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:25:51.303 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[26970]: audit 2023-10-26T08:25:50.313023+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:51.304 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[26970]: audit 2023-10-26T08:25:50.313988+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:51.304 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[26970]: audit 2023-10-26T08:25:50.314690+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:51.304 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[26970]: audit 2023-10-26T08:25:50.315331+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:51.304 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[26970]: audit 2023-10-26T08:25:50.315985+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:51.305 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[26970]: audit 2023-10-26T08:25:50.316662+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:51.305 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[26970]: audit 2023-10-26T08:25:50.317413+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:51.305 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[26970]: audit 2023-10-26T08:25:50.318120+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:51.305 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[26970]: audit 2023-10-26T08:25:50.318827+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:51.306 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[23428]: audit 2023-10-26T08:25:50.754564+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:51.307 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[26970]: audit 2023-10-26T08:25:50.753243+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:51.307 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[23428]: audit 2023-10-26T08:25:50.761500+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:25:51.308 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[26970]: audit 2023-10-26T08:25:50.754564+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:51.308 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:50 smithi012 bash[26970]: audit 2023-10-26T08:25:50.761500+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:11.844011Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:25:52.233 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: cluster 2023-10-26T08:25:50.455241+0000 mgr.x (mgr.24727) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:52.233 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: audit 2023-10-26T08:25:51.045368+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:52.234 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: audit 2023-10-26T08:25:51.046457+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:52.234 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: audit 2023-10-26T08:25:51.047312+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:52.234 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: audit 2023-10-26T08:25:51.048178+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:52.234 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: audit 2023-10-26T08:25:51.049088+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:52.234 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: audit 2023-10-26T08:25:51.049964+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:52.237 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: audit 2023-10-26T08:25:51.050803+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:52.237 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: audit 2023-10-26T08:25:51.051662+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:52.237 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: audit 2023-10-26T08:25:51.052708+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:52.238 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: audit 2023-10-26T08:25:51.056145+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-10-26T08:25:52.238 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: audit 2023-10-26T08:25:51.056721+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-10-26T08:25:52.238 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: audit 2023-10-26T08:25:51.062631+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-10-26T08:25:52.238 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: audit 2023-10-26T08:25:51.070079+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T08:25:52.239 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: audit 2023-10-26T08:25:51.071926+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-26T08:25:52.239 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: audit 2023-10-26T08:25:51.073770+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:25:52.239 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[23428]: audit 2023-10-26T08:25:51.075929+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-10-26T08:25:52.239 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: cluster 2023-10-26T08:25:50.455241+0000 mgr.x (mgr.24727) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:52.240 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: audit 2023-10-26T08:25:51.045368+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:52.240 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: audit 2023-10-26T08:25:51.046457+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:52.240 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: audit 2023-10-26T08:25:51.047312+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:52.240 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: audit 2023-10-26T08:25:51.048178+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:52.240 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: audit 2023-10-26T08:25:51.049088+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:52.241 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: audit 2023-10-26T08:25:51.049964+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:52.241 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: audit 2023-10-26T08:25:51.050803+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:52.241 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: audit 2023-10-26T08:25:51.051662+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:52.241 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: audit 2023-10-26T08:25:51.052708+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:52.242 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: audit 2023-10-26T08:25:51.056145+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-10-26T08:25:52.242 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: audit 2023-10-26T08:25:51.056721+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-10-26T08:25:52.242 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: audit 2023-10-26T08:25:51.062631+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-10-26T08:25:52.242 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: audit 2023-10-26T08:25:51.070079+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T08:25:52.242 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: audit 2023-10-26T08:25:51.071926+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-26T08:25:52.243 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: audit 2023-10-26T08:25:51.073770+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:25:52.243 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:51 smithi012 bash[26970]: audit 2023-10-26T08:25:51.075929+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-10-26T08:25:52.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: cluster 2023-10-26T08:25:50.455241+0000 mgr.x (mgr.24727) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:52.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: audit 2023-10-26T08:25:51.045368+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:52.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: audit 2023-10-26T08:25:51.046457+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:52.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: audit 2023-10-26T08:25:51.047312+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:52.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: audit 2023-10-26T08:25:51.048178+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:52.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: audit 2023-10-26T08:25:51.049088+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:52.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: audit 2023-10-26T08:25:51.049964+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:52.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: audit 2023-10-26T08:25:51.050803+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:52.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: audit 2023-10-26T08:25:51.051662+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-10-26T08:25:52.479 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: audit 2023-10-26T08:25:51.052708+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:25:52.479 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: audit 2023-10-26T08:25:51.056145+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-10-26T08:25:52.479 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: audit 2023-10-26T08:25:51.056721+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-10-26T08:25:52.479 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: audit 2023-10-26T08:25:51.062631+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-10-26T08:25:52.479 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: audit 2023-10-26T08:25:51.070079+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T08:25:52.480 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: audit 2023-10-26T08:25:51.071926+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-26T08:25:52.480 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: audit 2023-10-26T08:25:51.073770+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:25:52.480 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:51 smithi079 bash[23494]: audit 2023-10-26T08:25:51.075929+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-10-26T08:25:53.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:52 smithi012 bash[23428]: cephadm 2023-10-26T08:25:51.074722+0000 mgr.x (mgr.24727) 15 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-10-26T08:25:53.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:52 smithi012 bash[23428]: cephadm 2023-10-26T08:25:51.080393+0000 mgr.x (mgr.24727) 16 : cephadm [INF] Reconfiguring daemon mon.a on smithi012 2023-10-26T08:25:53.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:52 smithi012 bash[26970]: cephadm 2023-10-26T08:25:51.074722+0000 mgr.x (mgr.24727) 15 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-10-26T08:25:53.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:52 smithi012 bash[26970]: cephadm 2023-10-26T08:25:51.080393+0000 mgr.x (mgr.24727) 16 : cephadm [INF] Reconfiguring daemon mon.a on smithi012 2023-10-26T08:25:53.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:52 smithi079 bash[23494]: cephadm 2023-10-26T08:25:51.074722+0000 mgr.x (mgr.24727) 15 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-10-26T08:25:53.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:52 smithi079 bash[23494]: cephadm 2023-10-26T08:25:51.080393+0000 mgr.x (mgr.24727) 16 : cephadm [INF] Reconfiguring daemon mon.a on smithi012 2023-10-26T08:25:54.296 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:53 smithi012 bash[23428]: cluster 2023-10-26T08:25:52.455959+0000 mgr.x (mgr.24727) 17 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:54.296 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:53 smithi012 bash[23428]: audit 2023-10-26T08:25:53.116885+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:54.297 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:53 smithi012 bash[23428]: audit 2023-10-26T08:25:53.118178+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:54.297 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:53 smithi012 bash[23428]: audit 2023-10-26T08:25:53.125207+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:25:54.297 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:53 smithi012 bash[23428]: audit 2023-10-26T08:25:53.129498+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T08:25:54.298 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:53 smithi012 bash[23428]: audit 2023-10-26T08:25:53.131244+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-26T08:25:54.298 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:53 smithi012 bash[23428]: audit 2023-10-26T08:25:53.132720+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:25:54.298 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:53 smithi012 bash[23428]: audit 2023-10-26T08:25:53.134847+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-10-26T08:25:54.299 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:53 smithi012 bash[26970]: cluster 2023-10-26T08:25:52.455959+0000 mgr.x (mgr.24727) 17 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:54.299 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:53 smithi012 bash[26970]: audit 2023-10-26T08:25:53.116885+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:54.300 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:53 smithi012 bash[26970]: audit 2023-10-26T08:25:53.118178+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:54.300 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:53 smithi012 bash[26970]: audit 2023-10-26T08:25:53.125207+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:25:54.300 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:53 smithi012 bash[26970]: audit 2023-10-26T08:25:53.129498+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T08:25:54.301 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:53 smithi012 bash[26970]: audit 2023-10-26T08:25:53.131244+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-26T08:25:54.301 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:53 smithi012 bash[26970]: audit 2023-10-26T08:25:53.132720+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:25:54.301 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:53 smithi012 bash[26970]: audit 2023-10-26T08:25:53.134847+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-10-26T08:25:54.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:53 smithi079 bash[23494]: cluster 2023-10-26T08:25:52.455959+0000 mgr.x (mgr.24727) 17 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:54.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:53 smithi079 bash[23494]: audit 2023-10-26T08:25:53.116885+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:54.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:53 smithi079 bash[23494]: audit 2023-10-26T08:25:53.118178+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:25:54.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:53 smithi079 bash[23494]: audit 2023-10-26T08:25:53.125207+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:14:58.174161Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:25:54.479 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:53 smithi079 bash[23494]: audit 2023-10-26T08:25:53.129498+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T08:25:54.479 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:53 smithi079 bash[23494]: audit 2023-10-26T08:25:53.131244+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-26T08:25:54.479 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:53 smithi079 bash[23494]: audit 2023-10-26T08:25:53.132720+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:25:54.479 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:53 smithi079 bash[23494]: audit 2023-10-26T08:25:53.134847+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-10-26T08:25:55.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:55 smithi012 bash[23428]: cephadm 2023-10-26T08:25:53.134190+0000 mgr.x (mgr.24727) 18 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-10-26T08:25:55.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:55 smithi012 bash[23428]: cephadm 2023-10-26T08:25:53.139282+0000 mgr.x (mgr.24727) 19 : cephadm [INF] Reconfiguring daemon mon.c on smithi012 2023-10-26T08:25:55.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:55 smithi012 bash[26970]: cephadm 2023-10-26T08:25:53.134190+0000 mgr.x (mgr.24727) 18 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-10-26T08:25:55.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:55 smithi012 bash[26970]: cephadm 2023-10-26T08:25:53.139282+0000 mgr.x (mgr.24727) 19 : cephadm [INF] Reconfiguring daemon mon.c on smithi012 2023-10-26T08:25:55.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:55 smithi079 bash[23494]: cephadm 2023-10-26T08:25:53.134190+0000 mgr.x (mgr.24727) 18 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-10-26T08:25:55.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:55 smithi079 bash[23494]: cephadm 2023-10-26T08:25:53.139282+0000 mgr.x (mgr.24727) 19 : cephadm [INF] Reconfiguring daemon mon.c on smithi012 2023-10-26T08:25:56.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:56 smithi012 bash[23428]: cluster 2023-10-26T08:25:54.457438+0000 mgr.x (mgr.24727) 20 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:56.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:56 smithi012 bash[26970]: cluster 2023-10-26T08:25:54.457438+0000 mgr.x (mgr.24727) 20 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:56.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:56 smithi012 bash[23428]: audit 2023-10-26T08:25:55.055624+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:25:56.329 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:56 smithi012 bash[26970]: audit 2023-10-26T08:25:55.055624+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:25:56.330 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:56 smithi012 bash[23428]: audit 2023-10-26T08:25:55.056773+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:25:56.330 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:56 smithi012 bash[23428]: audit 2023-10-26T08:25:55.063535+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:25:56.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:56 smithi012 bash[26970]: audit 2023-10-26T08:25:55.056773+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:25:56.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:56 smithi012 bash[26970]: audit 2023-10-26T08:25:55.063535+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:25:56.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:56 smithi079 bash[23494]: cluster 2023-10-26T08:25:54.457438+0000 mgr.x (mgr.24727) 20 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:56.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:56 smithi079 bash[23494]: audit 2023-10-26T08:25:55.055624+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:25:56.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:56 smithi079 bash[23494]: audit 2023-10-26T08:25:55.056773+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:25:56.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:56 smithi079 bash[23494]: audit 2023-10-26T08:25:55.063535+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"1a057ea1e07a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15959326, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028028Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:20:11.889068Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-10-26T08:20:04.394163Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.028579Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:25:57.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:57 smithi012 bash[23428]: cephadm 2023-10-26T08:25:55.074204+0000 mgr.x (mgr.24727) 21 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-10-26T08:25:57.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:57 smithi012 bash[23428]: cephadm 2023-10-26T08:25:55.094432+0000 mgr.x (mgr.24727) 22 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi012 2023-10-26T08:25:57.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:57 smithi012 bash[26970]: cephadm 2023-10-26T08:25:55.074204+0000 mgr.x (mgr.24727) 21 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-10-26T08:25:57.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:57 smithi012 bash[26970]: cephadm 2023-10-26T08:25:55.094432+0000 mgr.x (mgr.24727) 22 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi012 2023-10-26T08:25:57.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:57 smithi079 bash[23494]: cephadm 2023-10-26T08:25:55.074204+0000 mgr.x (mgr.24727) 21 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-10-26T08:25:57.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:57 smithi079 bash[23494]: cephadm 2023-10-26T08:25:55.094432+0000 mgr.x (mgr.24727) 22 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi012 2023-10-26T08:25:58.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:58 smithi012 bash[23428]: cluster 2023-10-26T08:25:56.458198+0000 mgr.x (mgr.24727) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:58.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:58 smithi012 bash[26970]: cluster 2023-10-26T08:25:56.458198+0000 mgr.x (mgr.24727) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:58.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:58 smithi079 bash[23494]: cluster 2023-10-26T08:25:56.458198+0000 mgr.x (mgr.24727) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:59.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:25:59 smithi079 bash[23494]: cluster 2023-10-26T08:25:58.459642+0000 mgr.x (mgr.24727) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:59.547 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:25:59 smithi012 bash[26970]: cluster 2023-10-26T08:25:58.459642+0000 mgr.x (mgr.24727) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:25:59.548 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:25:59 smithi012 bash[23428]: cluster 2023-10-26T08:25:58.459642+0000 mgr.x (mgr.24727) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:01.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:01 smithi012 bash[23428]: cluster 2023-10-26T08:26:00.460369+0000 mgr.x (mgr.24727) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:01.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:01 smithi012 bash[26970]: cluster 2023-10-26T08:26:00.460369+0000 mgr.x (mgr.24727) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:01.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:01 smithi079 bash[23494]: cluster 2023-10-26T08:26:00.460369+0000 mgr.x (mgr.24727) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:03.039 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:02 smithi012 systemd[1]: Stopping Ceph alertmanager.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:26:03.039 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:02 smithi012 bash[37433]: ts=2023-10-26T08:26:02.784Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2023-10-26T08:26:03.613 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:03 smithi012 docker[45692]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-alertmanager.a 2023-10-26T08:26:03.614 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:03 smithi012 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@alertmanager.a.service: Succeeded. 2023-10-26T08:26:03.614 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:03 smithi012 systemd[1]: Stopped Ceph alertmanager.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:26:03.614 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:03 smithi012 systemd[1]: Starting Ceph alertmanager.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:26:03.614 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:03 smithi012 docker[45731]: Error response from daemon: No such container: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-alertmanager.a 2023-10-26T08:26:03.614 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:03 smithi012 systemd[1]: Started Ceph alertmanager.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:26:04.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:03 smithi079 bash[23494]: cluster 2023-10-26T08:26:02.461033+0000 mgr.x (mgr.24727) 26 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:04.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:03 smithi079 bash[23494]: audit 2023-10-26T08:26:03.617186+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:04.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:03 smithi079 bash[23494]: audit 2023-10-26T08:26:03.617972+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:04.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:03 smithi079 bash[23494]: audit 2023-10-26T08:26:03.624439+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:26:04.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:03 smithi079 bash[23494]: audit 2023-10-26T08:26:03.627417+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T08:26:04.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:03 smithi079 bash[23494]: audit 2023-10-26T08:26:03.628872+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-26T08:26:04.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:03 smithi079 bash[23494]: audit 2023-10-26T08:26:03.630354+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:26:04.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:03 smithi079 bash[23494]: audit 2023-10-26T08:26:03.632821+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-10-26T08:26:04.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:03 smithi012 bash[23428]: cluster 2023-10-26T08:26:02.461033+0000 mgr.x (mgr.24727) 26 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:04.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:03 smithi012 bash[26970]: cluster 2023-10-26T08:26:02.461033+0000 mgr.x (mgr.24727) 26 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:04.329 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:03 smithi012 bash[26970]: audit 2023-10-26T08:26:03.617186+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:04.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:03 smithi012 bash[23428]: audit 2023-10-26T08:26:03.617186+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:04.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:03 smithi012 bash[26970]: audit 2023-10-26T08:26:03.617972+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:04.330 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:03 smithi012 bash[23428]: audit 2023-10-26T08:26:03.617972+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:04.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:03 smithi012 bash[26970]: audit 2023-10-26T08:26:03.624439+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:26:04.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:03 smithi012 bash[26970]: audit 2023-10-26T08:26:03.627417+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T08:26:04.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:03 smithi012 bash[26970]: audit 2023-10-26T08:26:03.628872+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-26T08:26:04.332 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:03 smithi012 bash[26970]: audit 2023-10-26T08:26:03.630354+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:26:04.332 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:03 smithi012 bash[26970]: audit 2023-10-26T08:26:03.632821+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-10-26T08:26:04.332 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:03 smithi012 bash[23428]: audit 2023-10-26T08:26:03.624439+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"1b494ce6e38c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300941312, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026394Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:13:29.080457Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:33.677213Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:26:04.332 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:03 smithi012 bash[23428]: audit 2023-10-26T08:26:03.627417+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T08:26:04.333 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:03 smithi012 bash[23428]: audit 2023-10-26T08:26:03.628872+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-26T08:26:04.333 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:03 smithi012 bash[23428]: audit 2023-10-26T08:26:03.630354+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:26:04.333 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:03 smithi012 bash[23428]: audit 2023-10-26T08:26:03.632821+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-10-26T08:26:04.828 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:04 smithi012 bash[45742]: ts=2023-10-26T08:26:04.511Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2023-10-26T08:26:04.828 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:04 smithi012 bash[45742]: ts=2023-10-26T08:26:04.511Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2023-10-26T08:26:04.828 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:04 smithi012 bash[45742]: ts=2023-10-26T08:26:04.513Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.12 port=9094 2023-10-26T08:26:04.829 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:04 smithi012 bash[45742]: ts=2023-10-26T08:26:04.515Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-10-26T08:26:04.829 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:04 smithi012 bash[45742]: ts=2023-10-26T08:26:04.556Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-10-26T08:26:04.829 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:04 smithi012 bash[45742]: ts=2023-10-26T08:26:04.556Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-10-26T08:26:04.829 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:04 smithi012 bash[45742]: ts=2023-10-26T08:26:04.560Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2023-10-26T08:26:04.829 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:04 smithi012 bash[45742]: ts=2023-10-26T08:26:04.560Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-10-26T08:26:05.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:04 smithi079 bash[23494]: cephadm 2023-10-26T08:26:03.632147+0000 mgr.x (mgr.24727) 27 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-10-26T08:26:05.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:04 smithi079 bash[23494]: cephadm 2023-10-26T08:26:03.637078+0000 mgr.x (mgr.24727) 28 : cephadm [INF] Reconfiguring daemon mon.b on smithi079 2023-10-26T08:26:05.327 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:04 smithi012 bash[26970]: cephadm 2023-10-26T08:26:03.632147+0000 mgr.x (mgr.24727) 27 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-10-26T08:26:05.327 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:04 smithi012 bash[26970]: cephadm 2023-10-26T08:26:03.637078+0000 mgr.x (mgr.24727) 28 : cephadm [INF] Reconfiguring daemon mon.b on smithi079 2023-10-26T08:26:05.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:04 smithi012 bash[23428]: cephadm 2023-10-26T08:26:03.632147+0000 mgr.x (mgr.24727) 27 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-10-26T08:26:05.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:04 smithi012 bash[23428]: cephadm 2023-10-26T08:26:03.637078+0000 mgr.x (mgr.24727) 28 : cephadm [INF] Reconfiguring daemon mon.b on smithi079 2023-10-26T08:26:06.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:05 smithi079 bash[23494]: cluster 2023-10-26T08:26:04.462457+0000 mgr.x (mgr.24727) 29 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:06.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:05 smithi079 bash[23494]: audit 2023-10-26T08:26:05.794955+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:26:06.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:05 smithi079 bash[23494]: audit 2023-10-26T08:26:05.796247+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:26:06.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:05 smithi079 bash[23494]: audit 2023-10-26T08:26:05.803590+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:26:06.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:05 smithi012 bash[23428]: cluster 2023-10-26T08:26:04.462457+0000 mgr.x (mgr.24727) 29 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:06.329 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:05 smithi012 bash[26970]: cluster 2023-10-26T08:26:04.462457+0000 mgr.x (mgr.24727) 29 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:06.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:05 smithi012 bash[23428]: audit 2023-10-26T08:26:05.794955+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:26:06.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:05 smithi012 bash[26970]: audit 2023-10-26T08:26:05.794955+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:26:06.330 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:05 smithi012 bash[23428]: audit 2023-10-26T08:26:05.796247+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:26:06.331 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:05 smithi012 bash[23428]: audit 2023-10-26T08:26:05.803590+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:26:06.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:05 smithi012 bash[26970]: audit 2023-10-26T08:26:05.796247+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:26:06.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:05 smithi012 bash[26970]: audit 2023-10-26T08:26:05.803590+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"11409df39e02\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 26990346, \"cpu_percentage\": \"0.00%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756183Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:20:19.547909Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:20:11.891818Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:25:50.756666Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:26:06.827 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:06 smithi012 bash[45742]: ts=2023-10-26T08:26:06.516Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.001051419s 2023-10-26T08:26:07.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:06 smithi079 bash[23494]: cephadm 2023-10-26T08:26:05.812834+0000 mgr.x (mgr.24727) 30 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-10-26T08:26:07.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:06 smithi079 bash[23494]: cephadm 2023-10-26T08:26:05.829533+0000 mgr.x (mgr.24727) 31 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-10-26T08:26:07.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:06 smithi012 bash[23428]: cephadm 2023-10-26T08:26:05.812834+0000 mgr.x (mgr.24727) 30 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-10-26T08:26:07.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:06 smithi012 bash[23428]: cephadm 2023-10-26T08:26:05.829533+0000 mgr.x (mgr.24727) 31 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-10-26T08:26:07.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:06 smithi012 bash[26970]: cephadm 2023-10-26T08:26:05.812834+0000 mgr.x (mgr.24727) 30 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-10-26T08:26:07.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:06 smithi012 bash[26970]: cephadm 2023-10-26T08:26:05.829533+0000 mgr.x (mgr.24727) 31 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-10-26T08:26:08.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:07 smithi079 bash[23494]: cluster 2023-10-26T08:26:06.463186+0000 mgr.x (mgr.24727) 32 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:08.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:07 smithi012 bash[23428]: cluster 2023-10-26T08:26:06.463186+0000 mgr.x (mgr.24727) 32 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:08.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:07 smithi012 bash[26970]: cluster 2023-10-26T08:26:06.463186+0000 mgr.x (mgr.24727) 32 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:10.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:09 smithi079 bash[23494]: cluster 2023-10-26T08:26:08.464777+0000 mgr.x (mgr.24727) 33 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:10.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:09 smithi012 bash[23428]: cluster 2023-10-26T08:26:08.464777+0000 mgr.x (mgr.24727) 33 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:10.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:09 smithi012 bash[26970]: cluster 2023-10-26T08:26:08.464777+0000 mgr.x (mgr.24727) 33 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:12.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:11 smithi012 bash[23428]: cluster 2023-10-26T08:26:10.465509+0000 mgr.x (mgr.24727) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:12.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:11 smithi012 bash[26970]: cluster 2023-10-26T08:26:10.465509+0000 mgr.x (mgr.24727) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:12.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:11 smithi079 bash[23494]: cluster 2023-10-26T08:26:10.465509+0000 mgr.x (mgr.24727) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:14.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:13 smithi012 bash[23428]: cluster 2023-10-26T08:26:12.466260+0000 mgr.x (mgr.24727) 35 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:14.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:13 smithi012 bash[26970]: cluster 2023-10-26T08:26:12.466260+0000 mgr.x (mgr.24727) 35 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:14.378 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:13 smithi079 bash[23494]: cluster 2023-10-26T08:26:12.466260+0000 mgr.x (mgr.24727) 35 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:14.827 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:14 smithi012 bash[45742]: ts=2023-10-26T08:26:14.518Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.0027265s 2023-10-26T08:26:16.102 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:15 smithi079 bash[23494]: cluster 2023-10-26T08:26:14.467737+0000 mgr.x (mgr.24727) 36 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:16.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:15 smithi012 bash[23428]: cluster 2023-10-26T08:26:14.467737+0000 mgr.x (mgr.24727) 36 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:16.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:15 smithi012 bash[26970]: cluster 2023-10-26T08:26:14.467737+0000 mgr.x (mgr.24727) 36 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:16.886 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:16 smithi079 systemd[1]: Stopping Ceph prometheus.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:26:16.886 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:16 smithi079 bash[33032]: ts=2023-10-26T08:26:16.682Z caller=main.go:859 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-10-26T08:26:16.887 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:16 smithi079 bash[33032]: ts=2023-10-26T08:26:16.682Z caller=main.go:883 level=info msg="Stopping scrape discovery manager..." 2023-10-26T08:26:16.887 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:16 smithi079 bash[33032]: ts=2023-10-26T08:26:16.682Z caller=main.go:897 level=info msg="Stopping notify discovery manager..." 2023-10-26T08:26:16.887 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:16 smithi079 bash[33032]: ts=2023-10-26T08:26:16.682Z caller=main.go:879 level=info msg="Scrape discovery manager stopped" 2023-10-26T08:26:16.887 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:16 smithi079 bash[33032]: ts=2023-10-26T08:26:16.682Z caller=manager.go:1023 level=info component="rule manager" msg="Stopping rule manager..." 2023-10-26T08:26:16.888 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:16 smithi079 bash[33032]: ts=2023-10-26T08:26:16.682Z caller=main.go:893 level=info msg="Notify discovery manager stopped" 2023-10-26T08:26:16.888 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:16 smithi079 bash[33032]: ts=2023-10-26T08:26:16.682Z caller=manager.go:1033 level=info component="rule manager" msg="Rule manager stopped" 2023-10-26T08:26:16.888 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:16 smithi079 bash[33032]: ts=2023-10-26T08:26:16.682Z caller=main.go:934 level=info msg="Stopping scrape manager..." 2023-10-26T08:26:16.888 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:16 smithi079 bash[33032]: ts=2023-10-26T08:26:16.683Z caller=main.go:926 level=info msg="Scrape manager stopped" 2023-10-26T08:26:16.888 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:16 smithi079 bash[33032]: ts=2023-10-26T08:26:16.685Z caller=notifier.go:603 level=info component=notifier msg="Stopping notification manager..." 2023-10-26T08:26:16.889 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:16 smithi079 bash[33032]: ts=2023-10-26T08:26:16.685Z caller=main.go:1155 level=info msg="Notifier manager stopped" 2023-10-26T08:26:16.889 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:16 smithi079 bash[33032]: ts=2023-10-26T08:26:16.685Z caller=main.go:1167 level=info msg="See you next time!" 2023-10-26T08:26:17.492 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:17 smithi079 docker[36507]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-prometheus.a 2023-10-26T08:26:17.492 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:17 smithi079 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@prometheus.a.service: Succeeded. 2023-10-26T08:26:17.493 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:17 smithi079 systemd[1]: Stopped Ceph prometheus.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:26:17.493 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:17 smithi079 systemd[1]: Starting Ceph prometheus.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:26:17.493 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:17 smithi079 docker[36544]: Error response from daemon: No such container: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-prometheus.a 2023-10-26T08:26:17.493 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:17 smithi079 systemd[1]: Started Ceph prometheus.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:26:18.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[23494]: cluster 2023-10-26T08:26:16.468538+0000 mgr.x (mgr.24727) 37 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:18.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[23494]: audit 2023-10-26T08:26:17.486325+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"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\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:18.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[23494]: audit 2023-10-26T08:26:17.487581+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"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\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:18.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[23494]: audit 2023-10-26T08:26:17.496115+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"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\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:26:18.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[23494]: audit 2023-10-26T08:26:17.502270+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-26T08:26:18.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[23494]: audit 2023-10-26T08:26:17.505551+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2023-10-26T08:26:18.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[23494]: audit 2023-10-26T08:26:17.506704+0000 mon.c (mon.1) 129 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi012.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-10-26T08:26:18.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[23494]: audit 2023-10-26T08:26:17.507331+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi012.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-10-26T08:26:18.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[23494]: audit 2023-10-26T08:26:17.516776+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi012.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2023-10-26T08:26:18.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[23494]: audit 2023-10-26T08:26:17.532921+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-26T08:26:18.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[23494]: audit 2023-10-26T08:26:17.538360+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2023-10-26T08:26:18.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[23494]: audit 2023-10-26T08:26:17.540024+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-10-26T08:26:18.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[23494]: audit 2023-10-26T08:26:17.540707+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-10-26T08:26:18.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[23494]: audit 2023-10-26T08:26:17.550712+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2023-10-26T08:26:18.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:17 smithi012 bash[23428]: cluster 2023-10-26T08:26:16.468538+0000 mgr.x (mgr.24727) 37 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:18.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:17 smithi012 bash[26970]: cluster 2023-10-26T08:26:16.468538+0000 mgr.x (mgr.24727) 37 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:18.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:17 smithi012 bash[23428]: audit 2023-10-26T08:26:17.486325+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"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\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:18.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:17 smithi012 bash[26970]: audit 2023-10-26T08:26:17.486325+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"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\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:18.330 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:17 smithi012 bash[23428]: audit 2023-10-26T08:26:17.487581+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"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\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:18.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:18 smithi012 bash[26970]: audit 2023-10-26T08:26:17.487581+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"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\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:18.331 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:17 smithi012 bash[23428]: audit 2023-10-26T08:26:17.496115+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"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\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:26:18.332 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:17 smithi012 bash[23428]: audit 2023-10-26T08:26:17.502270+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-26T08:26:18.332 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:17 smithi012 bash[23428]: audit 2023-10-26T08:26:17.505551+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2023-10-26T08:26:18.332 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:17 smithi012 bash[23428]: audit 2023-10-26T08:26:17.506704+0000 mon.c (mon.1) 129 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi012.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-10-26T08:26:18.332 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:17 smithi012 bash[23428]: audit 2023-10-26T08:26:17.507331+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi012.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-10-26T08:26:18.332 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:17 smithi012 bash[23428]: audit 2023-10-26T08:26:17.516776+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi012.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2023-10-26T08:26:18.333 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:17 smithi012 bash[23428]: audit 2023-10-26T08:26:17.532921+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-26T08:26:18.333 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:17 smithi012 bash[23428]: audit 2023-10-26T08:26:17.538360+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2023-10-26T08:26:18.333 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:17 smithi012 bash[23428]: audit 2023-10-26T08:26:17.540024+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-10-26T08:26:18.333 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:17 smithi012 bash[23428]: audit 2023-10-26T08:26:17.540707+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-10-26T08:26:18.333 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:17 smithi012 bash[23428]: audit 2023-10-26T08:26:17.550712+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2023-10-26T08:26:18.334 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:18 smithi012 bash[26970]: audit 2023-10-26T08:26:17.496115+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 92893347, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755419Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 427085004, \"cpu_percentage\": \"3.57%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-10-26T08:25:50.755616Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755728Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49325015, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755832Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47185920, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.755955Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50247761, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756078Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"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\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756285Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756386Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_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\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.756490Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:26:18.334 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:18 smithi012 bash[26970]: audit 2023-10-26T08:26:17.502270+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-26T08:26:18.334 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:18 smithi012 bash[26970]: audit 2023-10-26T08:26:17.505551+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2023-10-26T08:26:18.335 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:18 smithi012 bash[26970]: audit 2023-10-26T08:26:17.506704+0000 mon.c (mon.1) 129 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi012.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-10-26T08:26:18.335 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:18 smithi012 bash[26970]: audit 2023-10-26T08:26:17.507331+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi012.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-10-26T08:26:18.335 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:18 smithi012 bash[26970]: audit 2023-10-26T08:26:17.516776+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi012.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2023-10-26T08:26:18.335 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:18 smithi012 bash[26970]: audit 2023-10-26T08:26:17.532921+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-26T08:26:18.335 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:18 smithi012 bash[26970]: audit 2023-10-26T08:26:17.538360+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2023-10-26T08:26:18.335 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:18 smithi012 bash[26970]: audit 2023-10-26T08:26:17.540024+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-10-26T08:26:18.336 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:18 smithi012 bash[26970]: audit 2023-10-26T08:26:17.540707+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-10-26T08:26:18.336 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:18 smithi012 bash[26970]: audit 2023-10-26T08:26:17.550712+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2023-10-26T08:26:18.727 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.406Z caller=main.go:539 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-10-26T08:26:18.727 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.406Z caller=main.go:583 level=info msg="Starting Prometheus Server" mode=server version="(version=2.47.2, branch=HEAD, revision=3f3172cde1ee37f1c7b3a5f3d9b031190509b3ad)" 2023-10-26T08:26:18.728 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.406Z caller=main.go:588 level=info build_context="(go=go1.21.3, platform=linux/amd64, user=root@79f2ad339b75, date=20231012-16:07:10, tags=netgo,builtinassets,stringlabels)" 2023-10-26T08:26:18.728 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.406Z caller=main.go:589 level=info host_details="(Linux 5.4.0-165-generic #182-Ubuntu SMP Mon Oct 2 19:43:28 UTC 2023 x86_64 smithi079 (none))" 2023-10-26T08:26:18.728 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.406Z caller=main.go:590 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-10-26T08:26:18.728 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.406Z caller=main.go:591 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-10-26T08:26:18.728 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.409Z caller=web.go:566 level=info component=web msg="Start listening for connections" address=:9095 2023-10-26T08:26:18.729 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.409Z caller=main.go:1024 level=info msg="Starting TSDB ..." 2023-10-26T08:26:18.729 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.410Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2023-10-26T08:26:18.729 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.410Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-10-26T08:26:18.729 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.418Z caller=head.go:600 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-10-26T08:26:18.729 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.418Z caller=head.go:681 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=4.311µs 2023-10-26T08:26:18.730 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.418Z caller=head.go:689 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-10-26T08:26:18.730 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.419Z caller=head.go:760 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2023-10-26T08:26:18.730 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.440Z caller=head.go:760 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2023-10-26T08:26:18.730 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.441Z caller=head.go:760 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2023-10-26T08:26:18.731 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.441Z caller=head.go:797 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=96.878µs wal_replay_duration=22.639062ms wbl_replay_duration=169ns total_replay_duration=22.814411ms 2023-10-26T08:26:18.731 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.444Z caller=main.go:1045 level=info fs_type=XFS_SUPER_MAGIC 2023-10-26T08:26:18.731 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.444Z caller=main.go:1048 level=info msg="TSDB started" 2023-10-26T08:26:18.731 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.444Z caller=main.go:1229 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-10-26T08:26:18.731 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.464Z caller=main.go:1266 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=20.075036ms db_storage=1.241µs remote_storage=1.772µs web_handler=420ns query_engine=791ns scrape=344.271µs scrape_sd=36.057µs notify=31.491µs notify_sd=8.452µs rules=19.333536ms tracing=8.581µs 2023-10-26T08:26:18.732 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.464Z caller=main.go:1009 level=info msg="Server is ready to receive web requests." 2023-10-26T08:26:18.732 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:26:18 smithi079 bash[36554]: ts=2023-10-26T08:26:18.464Z caller=manager.go:1009 level=info component="rule manager" msg="Starting rule manager..." 2023-10-26T08:26:19.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:19 smithi012 bash[23428]: audit 2023-10-26T08:26:17.508570+0000 mgr.x (mgr.24727) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-26T08:26:19.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:19 smithi012 bash[23428]: audit 2023-10-26T08:26:17.511492+0000 mgr.x (mgr.24727) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2023-10-26T08:26:19.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:19 smithi012 bash[23428]: audit 2023-10-26T08:26:17.539387+0000 mgr.x (mgr.24727) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-26T08:26:19.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:19 smithi012 bash[23428]: audit 2023-10-26T08:26:17.544711+0000 mgr.x (mgr.24727) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2023-10-26T08:26:19.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:19 smithi012 bash[23428]: cephadm 2023-10-26T08:26:17.562603+0000 mgr.x (mgr.24727) 42 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 2023-10-26T08:26:19.329 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:19 smithi012 bash[26970]: audit 2023-10-26T08:26:17.508570+0000 mgr.x (mgr.24727) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-26T08:26:19.329 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:19 smithi012 bash[26970]: audit 2023-10-26T08:26:17.511492+0000 mgr.x (mgr.24727) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2023-10-26T08:26:19.329 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:19 smithi012 bash[26970]: audit 2023-10-26T08:26:17.539387+0000 mgr.x (mgr.24727) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-26T08:26:19.329 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:19 smithi012 bash[26970]: audit 2023-10-26T08:26:17.544711+0000 mgr.x (mgr.24727) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2023-10-26T08:26:19.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:19 smithi012 bash[26970]: cephadm 2023-10-26T08:26:17.562603+0000 mgr.x (mgr.24727) 42 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 2023-10-26T08:26:19.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:19 smithi079 bash[23494]: audit 2023-10-26T08:26:17.508570+0000 mgr.x (mgr.24727) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-26T08:26:19.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:19 smithi079 bash[23494]: audit 2023-10-26T08:26:17.511492+0000 mgr.x (mgr.24727) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2023-10-26T08:26:19.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:19 smithi079 bash[23494]: audit 2023-10-26T08:26:17.539387+0000 mgr.x (mgr.24727) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-26T08:26:19.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:19 smithi079 bash[23494]: audit 2023-10-26T08:26:17.544711+0000 mgr.x (mgr.24727) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2023-10-26T08:26:19.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:19 smithi079 bash[23494]: cephadm 2023-10-26T08:26:17.562603+0000 mgr.x (mgr.24727) 42 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 2023-10-26T08:26:20.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:20 smithi012 bash[23428]: cluster 2023-10-26T08:26:18.469746+0000 mgr.x (mgr.24727) 43 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:20.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:20 smithi012 bash[23428]: audit 2023-10-26T08:26:19.932121+0000 mon.c (mon.1) 133 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\", \"target_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"target_version\": \"16.2.14-106-gf2ece71a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-10-26T08:26:20.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:20 smithi012 bash[23428]: audit 2023-10-26T08:26:19.932992+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\", \"target_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"target_version\": \"16.2.14-106-gf2ece71a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-10-26T08:26:20.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:20 smithi012 bash[23428]: audit 2023-10-26T08:26:19.939476+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\", \"target_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"target_version\": \"16.2.14-106-gf2ece71a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2023-10-26T08:26:20.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:20 smithi012 bash[23428]: audit 2023-10-26T08:26:19.943401+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:20.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:20 smithi012 bash[23428]: audit 2023-10-26T08:26:19.946076+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-10-26T08:26:20.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:20 smithi012 bash[23428]: audit 2023-10-26T08:26:19.946647+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-10-26T08:26:20.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:20 smithi012 bash[23428]: audit 2023-10-26T08:26:19.953197+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2023-10-26T08:26:20.329 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:20 smithi012 bash[26970]: cluster 2023-10-26T08:26:18.469746+0000 mgr.x (mgr.24727) 43 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:20.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:20 smithi012 bash[26970]: audit 2023-10-26T08:26:19.932121+0000 mon.c (mon.1) 133 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\", \"target_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"target_version\": \"16.2.14-106-gf2ece71a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-10-26T08:26:20.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:20 smithi012 bash[26970]: audit 2023-10-26T08:26:19.932992+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\", \"target_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"target_version\": \"16.2.14-106-gf2ece71a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-10-26T08:26:20.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:20 smithi012 bash[26970]: audit 2023-10-26T08:26:19.939476+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\", \"target_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"target_version\": \"16.2.14-106-gf2ece71a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2023-10-26T08:26:20.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:20 smithi012 bash[26970]: audit 2023-10-26T08:26:19.943401+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:20.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:20 smithi012 bash[26970]: audit 2023-10-26T08:26:19.946076+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-10-26T08:26:20.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:20 smithi012 bash[26970]: audit 2023-10-26T08:26:19.946647+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-10-26T08:26:20.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:20 smithi012 bash[26970]: audit 2023-10-26T08:26:19.953197+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2023-10-26T08:26:20.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:20 smithi079 bash[23494]: cluster 2023-10-26T08:26:18.469746+0000 mgr.x (mgr.24727) 43 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:20.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:20 smithi079 bash[23494]: audit 2023-10-26T08:26:19.932121+0000 mon.c (mon.1) 133 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\", \"target_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"target_version\": \"16.2.14-106-gf2ece71a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-10-26T08:26:20.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:20 smithi079 bash[23494]: audit 2023-10-26T08:26:19.932992+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\", \"target_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"target_version\": \"16.2.14-106-gf2ece71a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-10-26T08:26:20.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:20 smithi079 bash[23494]: audit 2023-10-26T08:26:19.939476+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"progress_id\": \"e5b88be8-c249-46cd-9fa1-3b5d311c0716\", \"target_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"target_version\": \"16.2.14-106-gf2ece71a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2023-10-26T08:26:20.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:20 smithi079 bash[23494]: audit 2023-10-26T08:26:19.943401+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:20.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:20 smithi079 bash[23494]: audit 2023-10-26T08:26:19.946076+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-10-26T08:26:20.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:20 smithi079 bash[23494]: audit 2023-10-26T08:26:19.946647+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-10-26T08:26:20.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:20 smithi079 bash[23494]: audit 2023-10-26T08:26:19.953197+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2023-10-26T08:26:21.273 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:21 smithi012 bash[23428]: cephadm 2023-10-26T08:26:19.945979+0000 mgr.x (mgr.24727) 44 : cephadm [INF] Upgrade: Target is version 16.2.14-106-gf2ece71a (pacific) 2023-10-26T08:26:21.274 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:21 smithi012 bash[23428]: cephadm 2023-10-26T08:26:19.946222+0000 mgr.x (mgr.24727) 45 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4, digests ['quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4'] 2023-10-26T08:26:21.274 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:21 smithi012 bash[23428]: cephadm 2023-10-26T08:26:19.962806+0000 mgr.x (mgr.24727) 46 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-10-26T08:26:21.274 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:21 smithi012 bash[23428]: cephadm 2023-10-26T08:26:19.964246+0000 mgr.x (mgr.24727) 47 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-10-26T08:26:21.275 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:21 smithi012 bash[26970]: cephadm 2023-10-26T08:26:19.945979+0000 mgr.x (mgr.24727) 44 : cephadm [INF] Upgrade: Target is version 16.2.14-106-gf2ece71a (pacific) 2023-10-26T08:26:21.275 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:21 smithi012 bash[26970]: cephadm 2023-10-26T08:26:19.946222+0000 mgr.x (mgr.24727) 45 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4, digests ['quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4'] 2023-10-26T08:26:21.275 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:21 smithi012 bash[26970]: cephadm 2023-10-26T08:26:19.962806+0000 mgr.x (mgr.24727) 46 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-10-26T08:26:21.275 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:21 smithi012 bash[26970]: cephadm 2023-10-26T08:26:19.964246+0000 mgr.x (mgr.24727) 47 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-10-26T08:26:21.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:21 smithi079 bash[23494]: cephadm 2023-10-26T08:26:19.945979+0000 mgr.x (mgr.24727) 44 : cephadm [INF] Upgrade: Target is version 16.2.14-106-gf2ece71a (pacific) 2023-10-26T08:26:21.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:21 smithi079 bash[23494]: cephadm 2023-10-26T08:26:19.946222+0000 mgr.x (mgr.24727) 45 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4, digests ['quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4'] 2023-10-26T08:26:21.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:21 smithi079 bash[23494]: cephadm 2023-10-26T08:26:19.962806+0000 mgr.x (mgr.24727) 46 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-10-26T08:26:21.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:21 smithi079 bash[23494]: cephadm 2023-10-26T08:26:19.964246+0000 mgr.x (mgr.24727) 47 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-10-26T08:26:22.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[23428]: cluster 2023-10-26T08:26:20.470427+0000 mgr.x (mgr.24727) 48 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:22.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[23428]: audit 2023-10-26T08:26:21.950221+0000 mon.c (mon.1) 136 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.y"}]: dispatch 2023-10-26T08:26:22.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[23428]: audit 2023-10-26T08:26:21.950936+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.y"}]: dispatch 2023-10-26T08:26:22.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[23428]: audit 2023-10-26T08:26:21.959991+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.y"}]': finished 2023-10-26T08:26:22.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[23428]: audit 2023-10-26T08:26:21.962159+0000 mon.c (mon.1) 137 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T08:26:22.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[23428]: audit 2023-10-26T08:26:21.962696+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T08:26:22.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[23428]: audit 2023-10-26T08:26:21.964692+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-26T08:26:22.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[23428]: audit 2023-10-26T08:26:21.966403+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:26:22.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[23428]: audit 2023-10-26T08:26:21.968692+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-10-26T08:26:22.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[26970]: cluster 2023-10-26T08:26:20.470427+0000 mgr.x (mgr.24727) 48 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:22.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[26970]: audit 2023-10-26T08:26:21.950221+0000 mon.c (mon.1) 136 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.y"}]: dispatch 2023-10-26T08:26:22.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[26970]: audit 2023-10-26T08:26:21.950936+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.y"}]: dispatch 2023-10-26T08:26:22.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[26970]: audit 2023-10-26T08:26:21.959991+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.y"}]': finished 2023-10-26T08:26:22.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[26970]: audit 2023-10-26T08:26:21.962159+0000 mon.c (mon.1) 137 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T08:26:22.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[26970]: audit 2023-10-26T08:26:21.962696+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T08:26:22.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[26970]: audit 2023-10-26T08:26:21.964692+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-26T08:26:22.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[26970]: audit 2023-10-26T08:26:21.966403+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:26:22.332 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:22 smithi012 bash[26970]: audit 2023-10-26T08:26:21.968692+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-10-26T08:26:22.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:22 smithi079 bash[23494]: cluster 2023-10-26T08:26:20.470427+0000 mgr.x (mgr.24727) 48 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:22.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:22 smithi079 bash[23494]: audit 2023-10-26T08:26:21.950221+0000 mon.c (mon.1) 136 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.y"}]: dispatch 2023-10-26T08:26:22.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:22 smithi079 bash[23494]: audit 2023-10-26T08:26:21.950936+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.y"}]: dispatch 2023-10-26T08:26:22.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:22 smithi079 bash[23494]: audit 2023-10-26T08:26:21.959991+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4", "who": "mgr.y"}]': finished 2023-10-26T08:26:22.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:22 smithi079 bash[23494]: audit 2023-10-26T08:26:21.962159+0000 mon.c (mon.1) 137 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T08:26:22.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:22 smithi079 bash[23494]: audit 2023-10-26T08:26:21.962696+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T08:26:22.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:22 smithi079 bash[23494]: audit 2023-10-26T08:26:21.964692+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-26T08:26:22.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:22 smithi079 bash[23494]: audit 2023-10-26T08:26:21.966403+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:26:22.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:22 smithi079 bash[23494]: audit 2023-10-26T08:26:21.968692+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-10-26T08:26:23.318 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:23 smithi012 bash[23428]: cephadm 2023-10-26T08:26:21.954642+0000 mgr.x (mgr.24727) 49 : cephadm [INF] Upgrade: Updating mgr.y 2023-10-26T08:26:23.318 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:23 smithi012 bash[23428]: cephadm 2023-10-26T08:26:21.973112+0000 mgr.x (mgr.24727) 50 : cephadm [INF] Deploying daemon mgr.y on smithi012 2023-10-26T08:26:23.318 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:23 smithi012 bash[23428]: cluster 2023-10-26T08:26:22.471172+0000 mgr.x (mgr.24727) 51 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:23.319 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:23 smithi012 bash[26970]: cephadm 2023-10-26T08:26:21.954642+0000 mgr.x (mgr.24727) 49 : cephadm [INF] Upgrade: Updating mgr.y 2023-10-26T08:26:23.319 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:23 smithi012 bash[26970]: cephadm 2023-10-26T08:26:21.973112+0000 mgr.x (mgr.24727) 50 : cephadm [INF] Deploying daemon mgr.y on smithi012 2023-10-26T08:26:23.319 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:23 smithi012 bash[26970]: cluster 2023-10-26T08:26:22.471172+0000 mgr.x (mgr.24727) 51 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:23.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:23 smithi079 bash[23494]: cephadm 2023-10-26T08:26:21.954642+0000 mgr.x (mgr.24727) 49 : cephadm [INF] Upgrade: Updating mgr.y 2023-10-26T08:26:23.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:23 smithi079 bash[23494]: cephadm 2023-10-26T08:26:21.973112+0000 mgr.x (mgr.24727) 50 : cephadm [INF] Deploying daemon mgr.y on smithi012 2023-10-26T08:26:23.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:23 smithi079 bash[23494]: cluster 2023-10-26T08:26:22.471172+0000 mgr.x (mgr.24727) 51 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:24.327 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:24 smithi012 systemd[1]: Stopping Ceph mgr.y for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:26:25.828 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:25 smithi012 bash[23428]: cluster 2023-10-26T08:26:24.472625+0000 mgr.x (mgr.24727) 52 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:25.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:25 smithi012 bash[26970]: cluster 2023-10-26T08:26:24.472625+0000 mgr.x (mgr.24727) 52 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:25.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:25 smithi079 bash[23494]: cluster 2023-10-26T08:26:24.472625+0000 mgr.x (mgr.24727) 52 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:27.827 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:27 smithi012 bash[23428]: cluster 2023-10-26T08:26:26.473302+0000 mgr.x (mgr.24727) 53 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:27.828 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:27 smithi012 bash[26970]: cluster 2023-10-26T08:26:26.473302+0000 mgr.x (mgr.24727) 53 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:27.976 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:27 smithi079 bash[23494]: cluster 2023-10-26T08:26:26.473302+0000 mgr.x (mgr.24727) 53 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:30.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:29 smithi079 bash[23494]: cluster 2023-10-26T08:26:28.474832+0000 mgr.x (mgr.24727) 54 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:30.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:29 smithi012 bash[23428]: cluster 2023-10-26T08:26:28.474832+0000 mgr.x (mgr.24727) 54 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:30.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:29 smithi012 bash[26970]: cluster 2023-10-26T08:26:28.474832+0000 mgr.x (mgr.24727) 54 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:32.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:31 smithi079 bash[23494]: cluster 2023-10-26T08:26:30.475533+0000 mgr.x (mgr.24727) 55 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:32.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:31 smithi012 bash[23428]: cluster 2023-10-26T08:26:30.475533+0000 mgr.x (mgr.24727) 55 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:32.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:31 smithi012 bash[26970]: cluster 2023-10-26T08:26:30.475533+0000 mgr.x (mgr.24727) 55 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:33.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:32 smithi079 bash[23494]: audit 2023-10-26T08:26:32.501002+0000 mon.c (mon.1) 141 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2023-10-26T08:26:33.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:32 smithi079 bash[23494]: audit 2023-10-26T08:26:32.501628+0000 mon.c (mon.1) 142 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-10-26T08:26:33.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:32 smithi079 bash[23494]: audit 2023-10-26T08:26:32.501811+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2023-10-26T08:26:33.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:32 smithi079 bash[23494]: audit 2023-10-26T08:26:32.502263+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-10-26T08:26:33.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:32 smithi079 bash[23494]: audit 2023-10-26T08:26:32.503124+0000 mon.c (mon.1) 144 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2023-10-26T08:26:33.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:32 smithi079 bash[23494]: audit 2023-10-26T08:26:32.503146+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-10-26T08:26:33.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:32 smithi079 bash[23494]: audit 2023-10-26T08:26:32.504229+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-10-26T08:26:33.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:32 smithi079 bash[23494]: audit 2023-10-26T08:26:32.504848+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2023-10-26T08:26:33.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:32 smithi012 bash[23428]: audit 2023-10-26T08:26:32.501002+0000 mon.c (mon.1) 141 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2023-10-26T08:26:33.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:32 smithi012 bash[23428]: audit 2023-10-26T08:26:32.501628+0000 mon.c (mon.1) 142 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-10-26T08:26:33.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:32 smithi012 bash[23428]: audit 2023-10-26T08:26:32.501811+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2023-10-26T08:26:33.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:32 smithi012 bash[23428]: audit 2023-10-26T08:26:32.502263+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-10-26T08:26:33.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:32 smithi012 bash[23428]: audit 2023-10-26T08:26:32.503124+0000 mon.c (mon.1) 144 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2023-10-26T08:26:33.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:32 smithi012 bash[23428]: audit 2023-10-26T08:26:32.503146+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-10-26T08:26:33.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:32 smithi012 bash[23428]: audit 2023-10-26T08:26:32.504229+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-10-26T08:26:33.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:32 smithi012 bash[23428]: audit 2023-10-26T08:26:32.504848+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2023-10-26T08:26:33.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:32 smithi012 bash[26970]: audit 2023-10-26T08:26:32.501002+0000 mon.c (mon.1) 141 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2023-10-26T08:26:33.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:32 smithi012 bash[26970]: audit 2023-10-26T08:26:32.501628+0000 mon.c (mon.1) 142 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-10-26T08:26:33.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:32 smithi012 bash[26970]: audit 2023-10-26T08:26:32.501811+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2023-10-26T08:26:33.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:32 smithi012 bash[26970]: audit 2023-10-26T08:26:32.502263+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-10-26T08:26:33.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:32 smithi012 bash[26970]: audit 2023-10-26T08:26:32.503124+0000 mon.c (mon.1) 144 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2023-10-26T08:26:33.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:32 smithi012 bash[26970]: audit 2023-10-26T08:26:32.503146+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-10-26T08:26:33.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:32 smithi012 bash[26970]: audit 2023-10-26T08:26:32.504229+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-10-26T08:26:33.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:32 smithi012 bash[26970]: audit 2023-10-26T08:26:32.504848+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2023-10-26T08:26:34.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:33 smithi079 bash[23494]: cluster 2023-10-26T08:26:32.477202+0000 mgr.x (mgr.24727) 56 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:34.298 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:33 smithi012 bash[23428]: cluster 2023-10-26T08:26:32.477202+0000 mgr.x (mgr.24727) 56 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:34.298 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:33 smithi012 bash[26970]: cluster 2023-10-26T08:26:32.477202+0000 mgr.x (mgr.24727) 56 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:35.077 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:34 smithi012 bash[46125]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-mgr.y 2023-10-26T08:26:35.078 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:34 smithi012 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.y.service: Main process exited, code=exited, status=137/n/a 2023-10-26T08:26:35.078 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:34 smithi012 bash[46188]: Error response from daemon: No such container: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-mgr.y 2023-10-26T08:26:35.348 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:35 smithi012 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.y.service: Failed with result 'exit-code'. 2023-10-26T08:26:35.349 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:35 smithi012 systemd[1]: Stopped Ceph mgr.y for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:26:35.827 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:35 smithi012 systemd[1]: Started Ceph mgr.y for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:26:36.221 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:35 smithi012 bash[23428]: cluster 2023-10-26T08:26:34.478703+0000 mgr.x (mgr.24727) 57 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:36.222 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:35 smithi012 bash[26970]: cluster 2023-10-26T08:26:34.478703+0000 mgr.x (mgr.24727) 57 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:36.223 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:35 smithi012 bash[23428]: audit 2023-10-26T08:26:35.377677+0000 mon.c (mon.1) 145 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:36.223 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:35 smithi012 bash[26970]: audit 2023-10-26T08:26:35.377677+0000 mon.c (mon.1) 145 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:36.224 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:35 smithi012 bash[23428]: audit 2023-10-26T08:26:35.378339+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:36.224 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:35 smithi012 bash[26970]: audit 2023-10-26T08:26:35.378339+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:36.225 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:35 smithi012 bash[23428]: audit 2023-10-26T08:26:35.384971+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:26:36.225 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:35 smithi012 bash[23428]: audit 2023-10-26T08:26:35.386490+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:36.225 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:35 smithi012 bash[23428]: audit 2023-10-26T08:26:35.389585+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:26:36.226 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:35 smithi012 bash[23428]: audit 2023-10-26T08:26:35.390244+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:26:36.226 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:35 smithi012 bash[26970]: audit 2023-10-26T08:26:35.384971+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:26:36.226 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:35 smithi012 bash[26970]: audit 2023-10-26T08:26:35.386490+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:36.227 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:35 smithi012 bash[26970]: audit 2023-10-26T08:26:35.389585+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:26:36.227 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:35 smithi012 bash[26970]: audit 2023-10-26T08:26:35.390244+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:26:36.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:35 smithi079 bash[23494]: cluster 2023-10-26T08:26:34.478703+0000 mgr.x (mgr.24727) 57 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:36.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:35 smithi079 bash[23494]: audit 2023-10-26T08:26:35.377677+0000 mon.c (mon.1) 145 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:36.228 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:35 smithi079 bash[23494]: audit 2023-10-26T08:26:35.378339+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:36.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:35 smithi079 bash[23494]: audit 2023-10-26T08:26:35.384971+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95965675, \"cpu_percentage\": \"2.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.025905Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90502594, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026630Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52523171, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.026851Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49650073, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027099Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47469035, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027336Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50656706, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027555Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.027771Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50950307, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:25:50.028249Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:26:36.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:35 smithi079 bash[23494]: audit 2023-10-26T08:26:35.386490+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:36.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:35 smithi079 bash[23494]: audit 2023-10-26T08:26:35.389585+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:26:36.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:35 smithi079 bash[23494]: audit 2023-10-26T08:26:35.390244+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:26:36.516 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:36 smithi012 bash[46305]: debug 2023-10-26T08:26:36.338+0000 7f648b245700 1 -- 172.21.15.12:0/516633643 <== mon.0 v2:172.21.15.12:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56051f7164e0 con 0x56051f80ac00 2023-10-26T08:26:36.827 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:36 smithi012 bash[46305]: debug 2023-10-26T08:26:36.506+0000 7f649b82c680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-26T08:26:36.827 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:36 smithi012 bash[46305]: debug 2023-10-26T08:26:36.614+0000 7f649b82c680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-26T08:26:37.577 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:37 smithi012 bash[46305]: debug 2023-10-26T08:26:37.098+0000 7f649b82c680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-26T08:26:38.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:37 smithi079 bash[23494]: cluster 2023-10-26T08:26:36.479377+0000 mgr.x (mgr.24727) 58 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:38.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:37 smithi012 bash[23428]: cluster 2023-10-26T08:26:36.479377+0000 mgr.x (mgr.24727) 58 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:38.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:37 smithi012 bash[26970]: cluster 2023-10-26T08:26:36.479377+0000 mgr.x (mgr.24727) 58 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:38.328 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:38 smithi012 bash[46305]: debug 2023-10-26T08:26:38.030+0000 7f649b82c680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-26T08:26:38.328 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:38 smithi012 bash[46305]: debug 2023-10-26T08:26:38.134+0000 7f649b82c680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-26T08:26:38.827 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:38 smithi012 bash[46305]: debug 2023-10-26T08:26:38.390+0000 7f649b82c680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-26T08:26:39.827 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:39 smithi012 bash[46305]: debug 2023-10-26T08:26:39.554+0000 7f649b82c680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-26T08:26:39.828 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:39 smithi012 bash[46305]: debug 2023-10-26T08:26:39.726+0000 7f649b82c680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-26T08:26:40.174 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:39 smithi012 bash[46305]: debug 2023-10-26T08:26:39.826+0000 7f649b82c680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-26T08:26:40.174 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:39 smithi012 bash[46305]: debug 2023-10-26T08:26:39.942+0000 7f649b82c680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-26T08:26:40.175 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:39 smithi012 bash[26970]: cluster 2023-10-26T08:26:38.480897+0000 mgr.x (mgr.24727) 59 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:40.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:39 smithi012 bash[23428]: cluster 2023-10-26T08:26:38.480897+0000 mgr.x (mgr.24727) 59 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:40.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:39 smithi079 bash[23494]: cluster 2023-10-26T08:26:38.480897+0000 mgr.x (mgr.24727) 59 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:40.827 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:40 smithi012 bash[46305]: debug 2023-10-26T08:26:40.166+0000 7f649b82c680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-26T08:26:40.827 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:40 smithi012 bash[46305]: debug 2023-10-26T08:26:40.558+0000 7f649b82c680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-26T08:26:40.828 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:40 smithi012 bash[46305]: debug 2023-10-26T08:26:40.694+0000 7f649b82c680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-26T08:26:42.237 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:41 smithi012 bash[46305]: debug 2023-10-26T08:26:41.678+0000 7f649b82c680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-26T08:26:42.238 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:41 smithi012 bash[46305]: debug 2023-10-26T08:26:41.794+0000 7f649b82c680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-26T08:26:42.238 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:41 smithi012 bash[46305]: debug 2023-10-26T08:26:41.922+0000 7f649b82c680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-26T08:26:42.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: cluster 2023-10-26T08:26:40.481587+0000 mgr.x (mgr.24727) 60 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:42.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.504407+0000 mon.c (mon.1) 149 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 115657932, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.504304Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"f5035bf1c144\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"99.13%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-10-26T08:26:41.504782Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:26:35.398649Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113036492, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505123Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52806287, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505506Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49975132, \"cpu_percentage\": \"1.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505829Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47448064, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506142Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50939822, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506458Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12949913, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506766Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"fece858ec1f4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507052Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:26:03.603801Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507271Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.507637Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:42.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.505408+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 115657932, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.504304Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"f5035bf1c144\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"99.13%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-10-26T08:26:41.504782Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:26:35.398649Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113036492, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505123Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52806287, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505506Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49975132, \"cpu_percentage\": \"1.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505829Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47448064, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506142Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50939822, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506458Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12949913, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506766Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"fece858ec1f4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507052Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:26:03.603801Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507271Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.507637Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:42.479 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.511610+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 115657932, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.504304Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"f5035bf1c144\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"99.13%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-10-26T08:26:41.504782Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:26:35.398649Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113036492, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505123Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52806287, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505506Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49975132, \"cpu_percentage\": \"1.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505829Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47448064, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506142Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50939822, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506458Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12949913, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506766Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"fece858ec1f4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507052Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:26:03.603801Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507271Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.507637Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:26:42.480 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.805331+0000 mon.c (mon.1) 150 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 114399641, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804368Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 435788185, \"cpu_percentage\": \"2.48%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804747Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51359252, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805015Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49639587, \"cpu_percentage\": \"1.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805271Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805521Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50457477, \"cpu_percentage\": \"1.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805770Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"aa62d8051798\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 33774632, \"cpu_percentage\": \"0.14%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806019Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:26:17.486101Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12299796, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806267Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806512Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51139051, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806757Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.807145Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:42.480 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.806293+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 114399641, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804368Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 435788185, \"cpu_percentage\": \"2.48%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804747Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51359252, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805015Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49639587, \"cpu_percentage\": \"1.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805271Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805521Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50457477, \"cpu_percentage\": \"1.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805770Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"aa62d8051798\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 33774632, \"cpu_percentage\": \"0.14%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806019Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:26:17.486101Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12299796, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806267Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806512Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51139051, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806757Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.807145Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:42.480 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.812333+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 114399641, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804368Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 435788185, \"cpu_percentage\": \"2.48%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804747Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51359252, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805015Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49639587, \"cpu_percentage\": \"1.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805271Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805521Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50457477, \"cpu_percentage\": \"1.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805770Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"aa62d8051798\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 33774632, \"cpu_percentage\": \"0.14%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806019Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:26:17.486101Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12299796, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806267Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806512Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51139051, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806757Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.807145Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:26:42.481 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.816759+0000 mon.c (mon.1) 151 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-10-26T08:26:42.481 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.817412+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-10-26T08:26:42.481 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.823211+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-10-26T08:26:42.481 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.834630+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:42.482 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.836957+0000 mon.c (mon.1) 153 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-10-26T08:26:42.482 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.837590+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-10-26T08:26:42.482 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.842784+0000 mon.c (mon.1) 154 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-10-26T08:26:42.482 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.843454+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-10-26T08:26:42.482 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: cluster 2023-10-26T08:26:41.850861+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-10-26T08:26:42.483 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.854126+0000 mon.c (mon.1) 155 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-10-26T08:26:42.483 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.855420+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-10-26T08:26:42.483 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.856965+0000 mon.c (mon.1) 156 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-10-26T08:26:42.484 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:41 smithi079 bash[23494]: audit 2023-10-26T08:26:41.857253+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-10-26T08:26:42.501 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[46305]: debug 2023-10-26T08:26:42.166+0000 7f649b82c680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-26T08:26:42.501 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: cluster 2023-10-26T08:26:40.481587+0000 mgr.x (mgr.24727) 60 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:42.502 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: cluster 2023-10-26T08:26:40.481587+0000 mgr.x (mgr.24727) 60 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:42.502 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.504407+0000 mon.c (mon.1) 149 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 115657932, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.504304Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"f5035bf1c144\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"99.13%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-10-26T08:26:41.504782Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:26:35.398649Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113036492, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505123Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52806287, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505506Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49975132, \"cpu_percentage\": \"1.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505829Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47448064, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506142Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50939822, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506458Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12949913, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506766Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"fece858ec1f4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507052Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:26:03.603801Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507271Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.507637Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:42.503 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.505408+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 115657932, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.504304Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"f5035bf1c144\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"99.13%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-10-26T08:26:41.504782Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:26:35.398649Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113036492, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505123Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52806287, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505506Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49975132, \"cpu_percentage\": \"1.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505829Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47448064, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506142Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50939822, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506458Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12949913, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506766Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"fece858ec1f4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507052Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:26:03.603801Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507271Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.507637Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:42.503 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.504407+0000 mon.c (mon.1) 149 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 115657932, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.504304Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"f5035bf1c144\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"99.13%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-10-26T08:26:41.504782Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:26:35.398649Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113036492, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505123Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52806287, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505506Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49975132, \"cpu_percentage\": \"1.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505829Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47448064, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506142Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50939822, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506458Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12949913, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506766Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"fece858ec1f4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507052Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:26:03.603801Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507271Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.507637Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:42.504 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.511610+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 115657932, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.504304Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"f5035bf1c144\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"99.13%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-10-26T08:26:41.504782Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:26:35.398649Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113036492, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505123Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52806287, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505506Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49975132, \"cpu_percentage\": \"1.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505829Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47448064, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506142Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50939822, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506458Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12949913, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506766Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"fece858ec1f4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507052Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:26:03.603801Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507271Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.507637Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:26:42.504 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.505408+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 115657932, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.504304Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"f5035bf1c144\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"99.13%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-10-26T08:26:41.504782Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:26:35.398649Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113036492, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505123Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52806287, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505506Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49975132, \"cpu_percentage\": \"1.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505829Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47448064, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506142Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50939822, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506458Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12949913, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506766Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"fece858ec1f4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507052Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:26:03.603801Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507271Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.507637Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:42.505 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.805331+0000 mon.c (mon.1) 150 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 114399641, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804368Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 435788185, \"cpu_percentage\": \"2.48%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804747Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51359252, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805015Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49639587, \"cpu_percentage\": \"1.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805271Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805521Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50457477, \"cpu_percentage\": \"1.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805770Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"aa62d8051798\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 33774632, \"cpu_percentage\": \"0.14%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806019Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:26:17.486101Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12299796, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806267Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806512Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51139051, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806757Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.807145Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:42.506 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.806293+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 114399641, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804368Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 435788185, \"cpu_percentage\": \"2.48%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804747Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51359252, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805015Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49639587, \"cpu_percentage\": \"1.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805271Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805521Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50457477, \"cpu_percentage\": \"1.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805770Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"aa62d8051798\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 33774632, \"cpu_percentage\": \"0.14%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806019Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:26:17.486101Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12299796, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806267Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806512Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51139051, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806757Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.807145Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:42.506 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.511610+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 115657932, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.504304Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"f5035bf1c144\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"99.13%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-10-26T08:26:41.504782Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:26:35.398649Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113036492, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505123Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52806287, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505506Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49975132, \"cpu_percentage\": \"1.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.505829Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47448064, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506142Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50939822, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506458Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12949913, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.506766Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"fece858ec1f4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507052Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:26:03.603801Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.507271Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.507637Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:26:42.507 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.812333+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 114399641, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804368Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 435788185, \"cpu_percentage\": \"2.48%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804747Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51359252, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805015Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49639587, \"cpu_percentage\": \"1.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805271Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805521Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50457477, \"cpu_percentage\": \"1.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805770Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"aa62d8051798\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 33774632, \"cpu_percentage\": \"0.14%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806019Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:26:17.486101Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12299796, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806267Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806512Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51139051, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806757Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.807145Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:26:42.507 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.816759+0000 mon.c (mon.1) 151 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-10-26T08:26:42.508 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.817412+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-10-26T08:26:42.508 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.823211+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-10-26T08:26:42.508 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.834630+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:42.508 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.836957+0000 mon.c (mon.1) 153 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-10-26T08:26:42.509 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.837590+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-10-26T08:26:42.509 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.842784+0000 mon.c (mon.1) 154 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-10-26T08:26:42.509 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.843454+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-10-26T08:26:42.509 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: cluster 2023-10-26T08:26:41.850861+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-10-26T08:26:42.509 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.854126+0000 mon.c (mon.1) 155 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-10-26T08:26:42.510 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.855420+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-10-26T08:26:42.510 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.856965+0000 mon.c (mon.1) 156 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-10-26T08:26:42.510 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:41.857253+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-10-26T08:26:42.511 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.805331+0000 mon.c (mon.1) 150 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 114399641, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804368Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 435788185, \"cpu_percentage\": \"2.48%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804747Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51359252, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805015Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49639587, \"cpu_percentage\": \"1.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805271Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805521Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50457477, \"cpu_percentage\": \"1.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805770Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"aa62d8051798\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 33774632, \"cpu_percentage\": \"0.14%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806019Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:26:17.486101Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12299796, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806267Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806512Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51139051, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806757Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.807145Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:42.511 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.806293+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 114399641, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804368Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 435788185, \"cpu_percentage\": \"2.48%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804747Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51359252, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805015Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49639587, \"cpu_percentage\": \"1.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805271Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805521Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50457477, \"cpu_percentage\": \"1.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805770Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"aa62d8051798\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 33774632, \"cpu_percentage\": \"0.14%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806019Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:26:17.486101Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12299796, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806267Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806512Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51139051, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806757Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.807145Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]: dispatch 2023-10-26T08:26:42.511 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.812333+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 114399641, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804368Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 435788185, \"cpu_percentage\": \"2.48%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.804747Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51359252, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805015Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49639587, \"cpu_percentage\": \"1.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805271Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805521Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50457477, \"cpu_percentage\": \"1.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.805770Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"aa62d8051798\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 33774632, \"cpu_percentage\": \"0.14%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806019Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:26:17.486101Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12299796, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806267Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27042775, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806512Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51139051, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:41.806757Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:41.807145Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}}"}]': finished 2023-10-26T08:26:42.512 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.816759+0000 mon.c (mon.1) 151 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-10-26T08:26:42.512 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.817412+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-10-26T08:26:42.512 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.823211+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-10-26T08:26:42.512 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.834630+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:42.512 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.836957+0000 mon.c (mon.1) 153 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-10-26T08:26:42.513 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.837590+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-10-26T08:26:42.513 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.842784+0000 mon.c (mon.1) 154 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-10-26T08:26:42.513 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.843454+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-10-26T08:26:42.513 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: cluster 2023-10-26T08:26:41.850861+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-10-26T08:26:42.513 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.854126+0000 mon.c (mon.1) 155 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-10-26T08:26:42.514 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.855420+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-10-26T08:26:42.514 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.856965+0000 mon.c (mon.1) 156 : audit [INF] from='mgr.24727 172.21.15.79:0/815233806' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-10-26T08:26:42.514 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:41.857253+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-10-26T08:26:42.827 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[46305]: debug 2023-10-26T08:26:42.490+0000 7f649b82c680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-26T08:26:42.827 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[46305]: debug 2023-10-26T08:26:42.662+0000 7f649b82c680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-26T08:26:43.153 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:42 smithi079 bash[23494]: cephadm 2023-10-26T08:26:41.844683+0000 mgr.x (mgr.24727) 61 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-10-26T08:26:43.153 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:42 smithi079 bash[23494]: cephadm 2023-10-26T08:26:41.845220+0000 mgr.x (mgr.24727) 62 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-10-26T08:26:43.153 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:42 smithi079 bash[23494]: cephadm 2023-10-26T08:26:41.847775+0000 mgr.x (mgr.24727) 63 : cephadm [INF] Failing over to other MGR 2023-10-26T08:26:43.153 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:42 smithi079 bash[23494]: cluster 2023-10-26T08:26:42.098931+0000 mon.a (mon.0) 675 : cluster [DBG] Standby manager daemon x started 2023-10-26T08:26:43.154 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:42 smithi079 bash[23494]: audit 2023-10-26T08:26:42.830823+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-10-26T08:26:43.154 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:42 smithi079 bash[23494]: cluster 2023-10-26T08:26:42.830938+0000 mon.a (mon.0) 677 : cluster [DBG] mgrmap e20: y(active, starting, since 0.986561s), standbys: x 2023-10-26T08:26:43.154 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:42 smithi079 bash[23494]: audit 2023-10-26T08:26:42.857653+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-10-26T08:26:43.154 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:42 smithi079 bash[23494]: cluster 2023-10-26T08:26:42.857752+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-10-26T08:26:43.155 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:42 smithi079 bash[35002]: debug 2023-10-26T08:26:42.835+0000 7fd7bac04700 -1 mgr handle_mgr_map I was active but no longer am 2023-10-26T08:26:43.155 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:42 smithi079 bash[35002]: ignoring --setuser ceph since I am not root 2023-10-26T08:26:43.155 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:42 smithi079 bash[35002]: ignoring --setgroup ceph since I am not root 2023-10-26T08:26:43.155 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:42 smithi079 bash[35002]: debug 2023-10-26T08:26:42.883+0000 7ff350d2e700 1 -- 172.21.15.79:0/3008362699 <== mon.2 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555a0753c4e0 con 0x555a07630800 2023-10-26T08:26:43.155 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:43 smithi079 bash[35002]: debug 2023-10-26T08:26:43.043+0000 7ff360ef7680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-26T08:26:43.156 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:43 smithi079 bash[35002]: debug 2023-10-26T08:26:43.147+0000 7ff360ef7680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-26T08:26:43.199 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[46305]: debug 2023-10-26T08:26:42.842+0000 7f649b82c680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-26T08:26:43.199 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:43 smithi012 bash[46305]: debug 2023-10-26T08:26:43.078+0000 7f649b82c680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-26T08:26:43.200 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: cephadm 2023-10-26T08:26:41.844683+0000 mgr.x (mgr.24727) 61 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-10-26T08:26:43.200 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: cephadm 2023-10-26T08:26:41.845220+0000 mgr.x (mgr.24727) 62 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-10-26T08:26:43.200 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: cephadm 2023-10-26T08:26:41.847775+0000 mgr.x (mgr.24727) 63 : cephadm [INF] Failing over to other MGR 2023-10-26T08:26:43.200 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: cluster 2023-10-26T08:26:42.098931+0000 mon.a (mon.0) 675 : cluster [DBG] Standby manager daemon x started 2023-10-26T08:26:43.201 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:42.830823+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-10-26T08:26:43.201 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: cluster 2023-10-26T08:26:42.830938+0000 mon.a (mon.0) 677 : cluster [DBG] mgrmap e20: y(active, starting, since 0.986561s), standbys: x 2023-10-26T08:26:43.201 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: audit 2023-10-26T08:26:42.857653+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-10-26T08:26:43.201 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[26970]: cluster 2023-10-26T08:26:42.857752+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-10-26T08:26:43.201 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: cephadm 2023-10-26T08:26:41.844683+0000 mgr.x (mgr.24727) 61 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-10-26T08:26:43.202 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: cephadm 2023-10-26T08:26:41.845220+0000 mgr.x (mgr.24727) 62 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-10-26T08:26:43.202 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: cephadm 2023-10-26T08:26:41.847775+0000 mgr.x (mgr.24727) 63 : cephadm [INF] Failing over to other MGR 2023-10-26T08:26:43.202 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: cluster 2023-10-26T08:26:42.098931+0000 mon.a (mon.0) 675 : cluster [DBG] Standby manager daemon x started 2023-10-26T08:26:43.202 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:42.830823+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-10-26T08:26:43.202 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: cluster 2023-10-26T08:26:42.830938+0000 mon.a (mon.0) 677 : cluster [DBG] mgrmap e20: y(active, starting, since 0.986561s), standbys: x 2023-10-26T08:26:43.203 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: audit 2023-10-26T08:26:42.857653+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-10-26T08:26:43.203 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:42 smithi012 bash[23428]: cluster 2023-10-26T08:26:42.857752+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-10-26T08:26:43.577 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:43 smithi012 bash[46305]: debug 2023-10-26T08:26:43.190+0000 7f649b82c680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-26T08:26:43.976 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:43 smithi079 bash[35002]: debug 2023-10-26T08:26:43.595+0000 7ff360ef7680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-26T08:26:44.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:43 smithi012 bash[23428]: cluster 2023-10-26T08:26:43.194932+0000 mon.a (mon.0) 680 : cluster [INF] Active manager daemon y restarted 2023-10-26T08:26:44.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:43 smithi012 bash[23428]: cluster 2023-10-26T08:26:43.195931+0000 mon.a (mon.0) 681 : cluster [INF] Activating manager daemon y 2023-10-26T08:26:44.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:43 smithi012 bash[23428]: audit 2023-10-26T08:26:43.198035+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-10-26T08:26:44.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:43 smithi012 bash[23428]: cluster 2023-10-26T08:26:43.206079+0000 mon.a (mon.0) 683 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-10-26T08:26:44.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:43 smithi012 bash[23428]: audit 2023-10-26T08:26:43.206604+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:26:44.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:43 smithi012 bash[23428]: audit 2023-10-26T08:26:43.209116+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-10-26T08:26:44.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:43 smithi012 bash[23428]: audit 2023-10-26T08:26:43.209568+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:26:44.329 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:43 smithi012 bash[26970]: cluster 2023-10-26T08:26:43.194932+0000 mon.a (mon.0) 680 : cluster [INF] Active manager daemon y restarted 2023-10-26T08:26:44.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:43 smithi012 bash[26970]: cluster 2023-10-26T08:26:43.195931+0000 mon.a (mon.0) 681 : cluster [INF] Activating manager daemon y 2023-10-26T08:26:44.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:43 smithi012 bash[26970]: audit 2023-10-26T08:26:43.198035+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-10-26T08:26:44.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:43 smithi012 bash[26970]: cluster 2023-10-26T08:26:43.206079+0000 mon.a (mon.0) 683 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-10-26T08:26:44.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:43 smithi012 bash[26970]: audit 2023-10-26T08:26:43.206604+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:26:44.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:43 smithi012 bash[26970]: audit 2023-10-26T08:26:43.209116+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-10-26T08:26:44.331 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:43 smithi012 bash[26970]: audit 2023-10-26T08:26:43.209568+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:26:44.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:44 smithi079 bash[23494]: cluster 2023-10-26T08:26:43.194932+0000 mon.a (mon.0) 680 : cluster [INF] Active manager daemon y restarted 2023-10-26T08:26:44.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:44 smithi079 bash[23494]: cluster 2023-10-26T08:26:43.195931+0000 mon.a (mon.0) 681 : cluster [INF] Activating manager daemon y 2023-10-26T08:26:44.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:44 smithi079 bash[23494]: audit 2023-10-26T08:26:43.198035+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-10-26T08:26:44.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:44 smithi079 bash[23494]: cluster 2023-10-26T08:26:43.206079+0000 mon.a (mon.0) 683 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-10-26T08:26:44.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:44 smithi079 bash[23494]: audit 2023-10-26T08:26:43.206604+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:26:44.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:44 smithi079 bash[23494]: audit 2023-10-26T08:26:43.209116+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-10-26T08:26:44.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:44 smithi079 bash[23494]: audit 2023-10-26T08:26:43.209568+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:26:44.844 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:44 smithi079 bash[35002]: debug 2023-10-26T08:26:44.503+0000 7ff360ef7680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-26T08:26:44.845 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:44 smithi079 bash[35002]: debug 2023-10-26T08:26:44.595+0000 7ff360ef7680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-26T08:26:44.845 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:44 smithi079 bash[35002]: debug 2023-10-26T08:26:44.839+0000 7ff360ef7680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-26T08:26:45.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:45 smithi079 bash[23494]: cluster 2023-10-26T08:26:44.012481+0000 mon.a (mon.0) 687 : cluster [DBG] mgrmap e21: y(active, starting, since 0.816753s), standbys: x 2023-10-26T08:26:45.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:45 smithi012 bash[23428]: cluster 2023-10-26T08:26:44.012481+0000 mon.a (mon.0) 687 : cluster [DBG] mgrmap e21: y(active, starting, since 0.816753s), standbys: x 2023-10-26T08:26:45.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:45 smithi012 bash[26970]: cluster 2023-10-26T08:26:44.012481+0000 mon.a (mon.0) 687 : cluster [DBG] mgrmap e21: y(active, starting, since 0.816753s), standbys: x 2023-10-26T08:26:46.217 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:45 smithi079 bash[35002]: debug 2023-10-26T08:26:45.959+0000 7ff360ef7680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-26T08:26:46.218 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:46 smithi079 bash[35002]: debug 2023-10-26T08:26:46.115+0000 7ff360ef7680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-26T08:26:46.476 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:46 smithi079 bash[35002]: debug 2023-10-26T08:26:46.215+0000 7ff360ef7680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-26T08:26:46.476 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:46 smithi079 bash[35002]: debug 2023-10-26T08:26:46.327+0000 7ff360ef7680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-26T08:26:46.914 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:46 smithi079 bash[35002]: debug 2023-10-26T08:26:46.547+0000 7ff360ef7680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-26T08:26:47.226 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:46 smithi079 bash[35002]: debug 2023-10-26T08:26:46.911+0000 7ff360ef7680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-26T08:26:47.226 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:47 smithi079 bash[35002]: debug 2023-10-26T08:26:47.031+0000 7ff360ef7680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-26T08:26:48.226 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:47 smithi079 bash[35002]: debug 2023-10-26T08:26:47.887+0000 7ff360ef7680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-26T08:26:48.227 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:47 smithi079 bash[35002]: debug 2023-10-26T08:26:47.991+0000 7ff360ef7680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-26T08:26:48.227 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:48 smithi079 bash[35002]: debug 2023-10-26T08:26:48.103+0000 7ff360ef7680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-26T08:26:48.616 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:48 smithi079 bash[35002]: debug 2023-10-26T08:26:48.327+0000 7ff360ef7680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-26T08:26:48.950 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:48 smithi079 bash[35002]: debug 2023-10-26T08:26:48.611+0000 7ff360ef7680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-26T08:26:48.951 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:48 smithi079 bash[35002]: debug 2023-10-26T08:26:48.775+0000 7ff360ef7680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-26T08:26:49.226 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:48 smithi079 bash[35002]: debug 2023-10-26T08:26:48.947+0000 7ff360ef7680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-26T08:26:49.226 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:49 smithi079 bash[35002]: debug 2023-10-26T08:26:49.163+0000 7ff360ef7680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-26T08:26:49.726 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:26:49 smithi079 bash[35002]: debug 2023-10-26T08:26:49.263+0000 7ff360ef7680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-26T08:26:49.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:49 smithi079 bash[23494]: cluster 2023-10-26T08:26:49.285456+0000 mon.a (mon.0) 688 : cluster [DBG] Standby manager daemon x restarted 2023-10-26T08:26:49.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:49 smithi079 bash[23494]: cluster 2023-10-26T08:26:49.285644+0000 mon.a (mon.0) 689 : cluster [DBG] Standby manager daemon x started 2023-10-26T08:26:49.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:49 smithi079 bash[23494]: audit 2023-10-26T08:26:49.287603+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.? 172.21.15.79:0/2508642111' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-26T08:26:49.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:49 smithi079 bash[23494]: audit 2023-10-26T08:26:49.288625+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.? 172.21.15.79:0/2508642111' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:26:49.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:49 smithi079 bash[23494]: audit 2023-10-26T08:26:49.290789+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.79:0/2508642111' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-26T08:26:49.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:49 smithi079 bash[23494]: audit 2023-10-26T08:26:49.291886+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.? 172.21.15.79:0/2508642111' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:26:49.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:49 smithi012 bash[23428]: cluster 2023-10-26T08:26:49.285456+0000 mon.a (mon.0) 688 : cluster [DBG] Standby manager daemon x restarted 2023-10-26T08:26:49.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:49 smithi012 bash[23428]: cluster 2023-10-26T08:26:49.285644+0000 mon.a (mon.0) 689 : cluster [DBG] Standby manager daemon x started 2023-10-26T08:26:49.829 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:49 smithi012 bash[23428]: audit 2023-10-26T08:26:49.287603+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.? 172.21.15.79:0/2508642111' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-26T08:26:49.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:49 smithi012 bash[23428]: audit 2023-10-26T08:26:49.288625+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.? 172.21.15.79:0/2508642111' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:26:49.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:49 smithi012 bash[23428]: audit 2023-10-26T08:26:49.290789+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.79:0/2508642111' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-26T08:26:49.830 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:49 smithi012 bash[23428]: audit 2023-10-26T08:26:49.291886+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.? 172.21.15.79:0/2508642111' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:26:49.830 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:49 smithi012 bash[26970]: cluster 2023-10-26T08:26:49.285456+0000 mon.a (mon.0) 688 : cluster [DBG] Standby manager daemon x restarted 2023-10-26T08:26:49.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:49 smithi012 bash[26970]: cluster 2023-10-26T08:26:49.285644+0000 mon.a (mon.0) 689 : cluster [DBG] Standby manager daemon x started 2023-10-26T08:26:49.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:49 smithi012 bash[26970]: audit 2023-10-26T08:26:49.287603+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.? 172.21.15.79:0/2508642111' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-26T08:26:49.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:49 smithi012 bash[26970]: audit 2023-10-26T08:26:49.288625+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.? 172.21.15.79:0/2508642111' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:26:49.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:49 smithi012 bash[26970]: audit 2023-10-26T08:26:49.290789+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.79:0/2508642111' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-26T08:26:49.831 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:49 smithi012 bash[26970]: audit 2023-10-26T08:26:49.291886+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.? 172.21.15.79:0/2508642111' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:26:50.577 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[46305]: Warning: Permanently added '172.21.15.79' (ECDSA) to the list of known hosts. 2023-10-26T08:26:50.578 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[46305]: Warning: Permanently added '172.21.15.12' (ECDSA) to the list of known hosts. 2023-10-26T08:26:50.578 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: cluster 2023-10-26T08:26:49.351965+0000 mon.a (mon.0) 690 : cluster [DBG] mgrmap e22: y(active, starting, since 6s), standbys: x 2023-10-26T08:26:50.579 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:49.352792+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-26T08:26:50.579 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:49.353117+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-26T08:26:50.579 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.016067+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-26T08:26:50.579 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.016689+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-26T08:26:50.579 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.017230+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-26T08:26:50.580 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.020848+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:26:50.580 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.021478+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:26:50.580 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.021979+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:26:50.580 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.022693+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:26:50.580 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.023326+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:26:50.581 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.023830+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:26:50.581 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.024233+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:26:50.581 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.024543+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:26:50.581 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.024831+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-26T08:26:50.581 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.024969+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-26T08:26:50.582 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.025469+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-26T08:26:50.582 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.027312+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-10-26T08:26:50.582 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: cluster 2023-10-26T08:26:49.351965+0000 mon.a (mon.0) 690 : cluster [DBG] mgrmap e22: y(active, starting, since 6s), standbys: x 2023-10-26T08:26:50.583 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:49.352792+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-26T08:26:50.583 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:49.353117+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-26T08:26:50.583 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.016067+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-26T08:26:50.584 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.016689+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-26T08:26:50.584 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.017230+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-26T08:26:50.584 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.020848+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:26:50.584 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.021478+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:26:50.585 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.021979+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:26:50.585 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.022693+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:26:50.585 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.023326+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:26:50.585 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.023830+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:26:50.586 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.024233+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:26:50.586 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.024543+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:26:50.586 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.024831+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-26T08:26:50.586 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.024969+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-26T08:26:50.586 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.025469+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-26T08:26:50.587 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.027312+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-10-26T08:26:50.587 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.028907+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-10-26T08:26:50.587 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.029578+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-10-26T08:26:50.588 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.030165+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-10-26T08:26:50.588 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.030755+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi012"}]: dispatch 2023-10-26T08:26:50.588 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.031414+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi079"}]: dispatch 2023-10-26T08:26:50.588 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.032043+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-10-26T08:26:50.589 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.032683+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-10-26T08:26:50.589 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.033228+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-10-26T08:26:50.589 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.033793+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-10-26T08:26:50.589 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.034336+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-10-26T08:26:50.589 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.034903+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-10-26T08:26:50.590 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.035453+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-10-26T08:26:50.590 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.036023+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-10-26T08:26:50.590 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.036556+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-10-26T08:26:50.590 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.037111+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-10-26T08:26:50.591 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.037669+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-10-26T08:26:50.591 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.038159+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-10-26T08:26:50.591 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.028907+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-10-26T08:26:50.592 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.029578+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-10-26T08:26:50.592 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.030165+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-10-26T08:26:50.592 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.030755+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi012"}]: dispatch 2023-10-26T08:26:50.592 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.031414+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi079"}]: dispatch 2023-10-26T08:26:50.593 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.032043+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-10-26T08:26:50.593 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.032683+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-10-26T08:26:50.593 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.033228+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-10-26T08:26:50.593 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.033793+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-10-26T08:26:50.594 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.034336+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-10-26T08:26:50.594 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.034903+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-10-26T08:26:50.594 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.035453+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-10-26T08:26:50.594 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.036023+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-10-26T08:26:50.595 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.036556+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-10-26T08:26:50.595 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.037111+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-10-26T08:26:50.595 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.037669+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-10-26T08:26:50.595 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.038159+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-10-26T08:26:50.596 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.038605+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:26:50.596 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.039104+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:26:50.596 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.039576+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-10-26T08:26:50.596 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.040051+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-10-26T08:26:50.596 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.040534+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-10-26T08:26:50.597 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.040990+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-10-26T08:26:50.597 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: cluster 2023-10-26T08:26:50.058049+0000 mon.a (mon.0) 731 : cluster [INF] Manager daemon y is now available 2023-10-26T08:26:50.597 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: cephadm 2023-10-26T08:26:50.085358+0000 mgr.y (mgr.14841) 1 : cephadm [INF] inventory: adjusted host smithi079 addr 'smithi079' -> '172.21.15.79' 2023-10-26T08:26:50.597 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.086006+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"172.21.15.12\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"172.21.15.79\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-10-26T08:26:50.597 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.089683+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"172.21.15.12\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"172.21.15.79\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-10-26T08:26:50.598 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.224035+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:50.598 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.228203+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:50.598 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.300431+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-26T08:26:50.598 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[23428]: audit 2023-10-26T08:26:50.307857+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-26T08:26:50.599 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.038605+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:26:50.599 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.039104+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:26:50.599 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.039576+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-10-26T08:26:50.599 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.040051+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-10-26T08:26:50.600 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.040534+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-10-26T08:26:50.600 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.040990+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-10-26T08:26:50.600 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: cluster 2023-10-26T08:26:50.058049+0000 mon.a (mon.0) 731 : cluster [INF] Manager daemon y is now available 2023-10-26T08:26:50.601 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: cephadm 2023-10-26T08:26:50.085358+0000 mgr.y (mgr.14841) 1 : cephadm [INF] inventory: adjusted host smithi079 addr 'smithi079' -> '172.21.15.79' 2023-10-26T08:26:50.601 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.086006+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"172.21.15.12\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"172.21.15.79\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-10-26T08:26:50.601 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.089683+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"172.21.15.12\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"172.21.15.79\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-10-26T08:26:50.601 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.224035+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:50.602 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.228203+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:50.602 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.300431+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-26T08:26:50.602 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:50 smithi012 bash[26970]: audit 2023-10-26T08:26:50.307857+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-26T08:26:50.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: cluster 2023-10-26T08:26:49.351965+0000 mon.a (mon.0) 690 : cluster [DBG] mgrmap e22: y(active, starting, since 6s), standbys: x 2023-10-26T08:26:50.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:49.352792+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-26T08:26:50.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:49.353117+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.? 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-26T08:26:50.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.016067+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-26T08:26:50.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.016689+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-26T08:26:50.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.017230+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-26T08:26:50.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.020848+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T08:26:50.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.021478+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T08:26:50.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.021979+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T08:26:50.728 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.022693+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T08:26:50.729 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.023326+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T08:26:50.729 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.023830+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T08:26:50.729 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.024233+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T08:26:50.729 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.024543+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T08:26:50.729 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.024831+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-26T08:26:50.730 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.024969+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-26T08:26:50.730 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.025469+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-26T08:26:50.730 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.027312+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-10-26T08:26:50.730 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.028907+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-10-26T08:26:50.730 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.029578+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-10-26T08:26:50.731 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.030165+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-10-26T08:26:50.731 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.030755+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi012"}]: dispatch 2023-10-26T08:26:50.731 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.031414+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi079"}]: dispatch 2023-10-26T08:26:50.731 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.032043+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-10-26T08:26:50.731 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.032683+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-10-26T08:26:50.732 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.033228+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-10-26T08:26:50.732 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.033793+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-10-26T08:26:50.732 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.034336+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-10-26T08:26:50.732 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.034903+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-10-26T08:26:50.732 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.035453+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-10-26T08:26:50.733 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.036023+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-10-26T08:26:50.733 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.036556+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-10-26T08:26:50.733 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.037111+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-10-26T08:26:50.733 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.037669+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-10-26T08:26:50.733 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.038159+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-10-26T08:26:50.734 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.038605+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T08:26:50.734 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.039104+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T08:26:50.734 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.039576+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-10-26T08:26:50.734 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.040051+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-10-26T08:26:50.734 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.040534+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-10-26T08:26:50.735 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.040990+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-10-26T08:26:50.735 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: cluster 2023-10-26T08:26:50.058049+0000 mon.a (mon.0) 731 : cluster [INF] Manager daemon y is now available 2023-10-26T08:26:50.735 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: cephadm 2023-10-26T08:26:50.085358+0000 mgr.y (mgr.14841) 1 : cephadm [INF] inventory: adjusted host smithi079 addr 'smithi079' -> '172.21.15.79' 2023-10-26T08:26:50.735 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.086006+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"172.21.15.12\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"172.21.15.79\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-10-26T08:26:50.735 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.089683+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi012\": {\"hostname\": \"smithi012\", \"addr\": \"172.21.15.12\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"172.21.15.79\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-10-26T08:26:50.736 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.224035+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:50.736 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.228203+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:50.736 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.300431+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-26T08:26:50.736 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:50 smithi079 bash[23494]: audit 2023-10-26T08:26:50.307857+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-26T08:26:51.111 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c 'ceph orch ps' 2023-10-26T08:26:51.577 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:51 smithi012 bash[23428]: cluster 2023-10-26T08:26:50.379968+0000 mon.a (mon.0) 738 : cluster [DBG] mgrmap e23: y(active, since 7s), standbys: x 2023-10-26T08:26:51.578 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:51 smithi012 bash[23428]: cluster 2023-10-26T08:26:50.416123+0000 mgr.y (mgr.14841) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:51.578 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:51 smithi012 bash[23428]: audit 2023-10-26T08:26:50.586121+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:26:51.578 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:51 smithi012 bash[23428]: audit 2023-10-26T08:26:50.589907+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:26:51.578 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:51 smithi012 bash[26970]: cluster 2023-10-26T08:26:50.379968+0000 mon.a (mon.0) 738 : cluster [DBG] mgrmap e23: y(active, since 7s), standbys: x 2023-10-26T08:26:51.579 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:51 smithi012 bash[26970]: cluster 2023-10-26T08:26:50.416123+0000 mgr.y (mgr.14841) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:51.579 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:51 smithi012 bash[26970]: audit 2023-10-26T08:26:50.586121+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:26:51.579 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:51 smithi012 bash[26970]: audit 2023-10-26T08:26:50.589907+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:26:51.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:51 smithi079 bash[23494]: cluster 2023-10-26T08:26:50.379968+0000 mon.a (mon.0) 738 : cluster [DBG] mgrmap e23: y(active, since 7s), standbys: x 2023-10-26T08:26:51.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:51 smithi079 bash[23494]: cluster 2023-10-26T08:26:50.416123+0000 mgr.y (mgr.14841) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:51.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:51 smithi079 bash[23494]: audit 2023-10-26T08:26:50.586121+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:26:51.727 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:51 smithi079 bash[23494]: audit 2023-10-26T08:26:50.589907+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-10-26T08:26:52.569 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:52 smithi012 bash[23428]: cluster 2023-10-26T08:26:51.389445+0000 mon.a (mon.0) 741 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2023-10-26T08:26:52.570 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:52 smithi012 bash[23428]: cluster 2023-10-26T08:26:52.023965+0000 mgr.y (mgr.14841) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:52.570 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:52 smithi012 bash[26970]: cluster 2023-10-26T08:26:51.389445+0000 mon.a (mon.0) 741 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2023-10-26T08:26:52.570 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:52 smithi012 bash[26970]: cluster 2023-10-26T08:26:52.023965+0000 mgr.y (mgr.14841) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:52.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:52 smithi079 bash[23494]: cluster 2023-10-26T08:26:51.389445+0000 mon.a (mon.0) 741 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2023-10-26T08:26:52.726 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:52 smithi079 bash[23494]: cluster 2023-10-26T08:26:52.023965+0000 mgr.y (mgr.14841) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:54.566 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-26T08:26:54.566 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.a smithi012 running (50s) 13s ago 7m 15.3M - 0.26.0 9f27df16978d fece858ec1f4 2023-10-26T08:26:54.566 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.a smithi079 running (6m) 12s ago 6m 25.7M - 6.6.2 87a51ecf0b1c 8ed32347e7e4 2023-10-26T08:26:54.567 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.x smithi079 running (96s) 12s ago 11m 415M - 16.2.14-106-gf2ece71a 905f4094f1b9 4a376a0a716b 2023-10-26T08:26:54.567 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.y smithi012 *:8443 running (19s) 13s ago 13m 85.2M - 16.2.14-106-gf2ece71a 905f4094f1b9 f5035bf1c144 2023-10-26T08:26:54.567 INFO:teuthology.orchestra.run.smithi012.stdout:mon.a smithi012 running (13m) 13s ago 13m 110M 2048M 15.2.0 204a01f9b0b6 a2a83ba26fe7 2023-10-26T08:26:54.567 INFO:teuthology.orchestra.run.smithi012.stdout:mon.b smithi079 running (11m) 12s ago 11m 109M 2048M 15.2.0 204a01f9b0b6 70d2c6ac7add 2023-10-26T08:26:54.567 INFO:teuthology.orchestra.run.smithi012.stdout:mon.c smithi012 running (11m) 13s ago 11m 107M 2048M 15.2.0 204a01f9b0b6 6be56b872a86 2023-10-26T08:26:54.568 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.a smithi012 running (7m) 13s ago 7m 12.3M - 1.6.1 458e026e6aa6 5a1dc4076552 2023-10-26T08:26:54.568 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.b smithi079 running (7m) 12s ago 7m 11.7M - 1.6.1 458e026e6aa6 c58dbe648db8 2023-10-26T08:26:54.568 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (10m) 13s ago 11m 50.3M 4096M 15.2.0 204a01f9b0b6 3c0dac35df4f 2023-10-26T08:26:54.568 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (10m) 13s ago 10m 47.6M 4096M 15.2.0 204a01f9b0b6 71bfeb53700a 2023-10-26T08:26:54.568 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (10m) 13s ago 10m 45.2M 4096M 15.2.0 204a01f9b0b6 a81e3e0a084e 2023-10-26T08:26:54.569 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (9m) 13s ago 9m 48.5M 4096M 15.2.0 204a01f9b0b6 d00290085f9c 2023-10-26T08:26:54.569 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi079 running (9m) 12s ago 9m 48.9M 4096M 15.2.0 204a01f9b0b6 f6fc3a91fc82 2023-10-26T08:26:54.569 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi079 running (8m) 12s ago 8m 47.3M 4096M 15.2.0 204a01f9b0b6 c4c7d9479caf 2023-10-26T08:26:54.569 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi079 running (8m) 12s ago 8m 45.1M 4096M 15.2.0 204a01f9b0b6 bbe2989c38fb 2023-10-26T08:26:54.569 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi079 running (8m) 12s ago 8m 48.1M 4096M 15.2.0 204a01f9b0b6 26de7327d913 2023-10-26T08:26:54.570 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.a smithi079 running (37s) 12s ago 7m 32.2M - 2.47.2 22010d1e5539 aa62d8051798 2023-10-26T08:26:54.570 INFO:teuthology.orchestra.run.smithi012.stdout:rgw.r.z.smithi012.jpggmd smithi012 running (5m) 13s ago 5m 48.7M - 15.2.0 204a01f9b0b6 c2cdc07ee140 2023-10-26T08:26:54.570 INFO:teuthology.orchestra.run.smithi012.stdout:rgw.r.z.smithi079.agubrf smithi079 running (5m) 12s ago 5m 48.7M - 15.2.0 204a01f9b0b6 a1fce8166ce4 2023-10-26T08:26:55.314 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c 'ceph versions' 2023-10-26T08:26:55.454 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[23428]: cluster 2023-10-26T08:26:54.024844+0000 mgr.y (mgr.14841) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:55.454 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[23428]: audit 2023-10-26T08:26:54.537702+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-10-26T08:26:55.454 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[23428]: audit 2023-10-26T08:26:54.538551+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-10-26T08:26:55.455 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[23428]: audit 2023-10-26T08:26:54.539301+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.455 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[23428]: audit 2023-10-26T08:26:54.540071+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.455 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[23428]: audit 2023-10-26T08:26:54.540806+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.455 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[23428]: audit 2023-10-26T08:26:54.541521+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.455 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[23428]: audit 2023-10-26T08:26:54.544544+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-10-26T08:26:55.456 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[23428]: audit 2023-10-26T08:26:54.545355+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.456 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[23428]: audit 2023-10-26T08:26:54.546131+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.456 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[23428]: audit 2023-10-26T08:26:54.546935+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.456 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[23428]: audit 2023-10-26T08:26:54.547709+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.457 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[26970]: cluster 2023-10-26T08:26:54.024844+0000 mgr.y (mgr.14841) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:55.457 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[26970]: audit 2023-10-26T08:26:54.537702+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-10-26T08:26:55.457 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[26970]: audit 2023-10-26T08:26:54.538551+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-10-26T08:26:55.457 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[26970]: audit 2023-10-26T08:26:54.539301+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.457 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[26970]: audit 2023-10-26T08:26:54.540071+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.458 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[26970]: audit 2023-10-26T08:26:54.540806+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.458 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[26970]: audit 2023-10-26T08:26:54.541521+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.458 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[26970]: audit 2023-10-26T08:26:54.544544+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-10-26T08:26:55.458 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[26970]: audit 2023-10-26T08:26:54.545355+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.459 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[26970]: audit 2023-10-26T08:26:54.546131+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.459 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[26970]: audit 2023-10-26T08:26:54.546935+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.459 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:55 smithi012 bash[26970]: audit 2023-10-26T08:26:54.547709+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:55 smithi079 bash[23494]: cluster 2023-10-26T08:26:54.024844+0000 mgr.y (mgr.14841) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:55.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:55 smithi079 bash[23494]: audit 2023-10-26T08:26:54.537702+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-10-26T08:26:55.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:55 smithi079 bash[23494]: audit 2023-10-26T08:26:54.538551+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-10-26T08:26:55.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:55 smithi079 bash[23494]: audit 2023-10-26T08:26:54.539301+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:55 smithi079 bash[23494]: audit 2023-10-26T08:26:54.540071+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:55 smithi079 bash[23494]: audit 2023-10-26T08:26:54.540806+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:55 smithi079 bash[23494]: audit 2023-10-26T08:26:54.541521+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:55 smithi079 bash[23494]: audit 2023-10-26T08:26:54.544544+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-10-26T08:26:55.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:55 smithi079 bash[23494]: audit 2023-10-26T08:26:54.545355+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:55 smithi079 bash[23494]: audit 2023-10-26T08:26:54.546131+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:55 smithi079 bash[23494]: audit 2023-10-26T08:26:54.546935+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:55.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:55 smithi079 bash[23494]: audit 2023-10-26T08:26:54.547709+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:56.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:56 smithi079 bash[23494]: audit 2023-10-26T08:26:54.531262+0000 mgr.y (mgr.14841) 5 : audit [DBG] from='client.24793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:26:56.487 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:56 smithi012 bash[23428]: audit 2023-10-26T08:26:54.531262+0000 mgr.y (mgr.14841) 5 : audit [DBG] from='client.24793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:26:56.488 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:56 smithi012 bash[26970]: audit 2023-10-26T08:26:54.531262+0000 mgr.y (mgr.14841) 5 : audit [DBG] from='client.24793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T08:26:57.099 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:26:56 smithi012 bash[45742]: ts=2023-10-26T08:26:56.958Z caller=notify.go:745 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephNodeDiskspaceWarning\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2023-10-26T08:26:57.398 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:57 smithi012 bash[26970]: cluster 2023-10-26T08:26:56.026401+0000 mgr.y (mgr.14841) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:57.399 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:57 smithi012 bash[26970]: audit 2023-10-26T08:26:56.996987+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 115028787, \"cpu_percentage\": \"0.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990314Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 395627724, \"cpu_percentage\": \"0.58%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990701Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51831111, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990965Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50216304, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991244Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47783608, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991519Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50667192, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991778Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"aa62d8051798\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 34508636, \"cpu_percentage\": \"0.52%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992035Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:26:17.486101Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992294Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27221032, \"cpu_percentage\": \"1.34%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992550Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51894026, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992806Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:56.993259Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:26:57.399 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:57 smithi012 bash[26970]: audit 2023-10-26T08:26:57.003947+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 115028787, \"cpu_percentage\": \"0.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990314Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 395627724, \"cpu_percentage\": \"0.58%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990701Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51831111, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990965Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50216304, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991244Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47783608, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991519Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50667192, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991778Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"aa62d8051798\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 34508636, \"cpu_percentage\": \"0.52%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992035Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:26:17.486101Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992294Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27221032, \"cpu_percentage\": \"1.34%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992550Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51894026, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992806Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:56.993259Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:26:57.400 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:57 smithi012 bash[23428]: cluster 2023-10-26T08:26:56.026401+0000 mgr.y (mgr.14841) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:57.400 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:57 smithi012 bash[23428]: audit 2023-10-26T08:26:56.996987+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 115028787, \"cpu_percentage\": \"0.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990314Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 395627724, \"cpu_percentage\": \"0.58%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990701Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51831111, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990965Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50216304, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991244Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47783608, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991519Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50667192, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991778Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"aa62d8051798\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 34508636, \"cpu_percentage\": \"0.52%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992035Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:26:17.486101Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992294Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27221032, \"cpu_percentage\": \"1.34%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992550Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51894026, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992806Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:56.993259Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:26:57.400 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:57 smithi012 bash[23428]: audit 2023-10-26T08:26:57.003947+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 115028787, \"cpu_percentage\": \"0.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990314Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 395627724, \"cpu_percentage\": \"0.58%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990701Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51831111, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990965Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50216304, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991244Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47783608, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991519Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50667192, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991778Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"aa62d8051798\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 34508636, \"cpu_percentage\": \"0.52%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992035Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:26:17.486101Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992294Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27221032, \"cpu_percentage\": \"1.34%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992550Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51894026, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992806Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:56.993259Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:26:57.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:57 smithi079 bash[23494]: cluster 2023-10-26T08:26:56.026401+0000 mgr.y (mgr.14841) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:57.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:57 smithi079 bash[23494]: audit 2023-10-26T08:26:56.996987+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 115028787, \"cpu_percentage\": \"0.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990314Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 395627724, \"cpu_percentage\": \"0.58%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990701Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51831111, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990965Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50216304, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991244Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47783608, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991519Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50667192, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991778Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"aa62d8051798\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 34508636, \"cpu_percentage\": \"0.52%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992035Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:26:17.486101Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992294Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27221032, \"cpu_percentage\": \"1.34%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992550Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51894026, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992806Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:56.993259Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:26:57.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:57 smithi079 bash[23494]: audit 2023-10-26T08:26:57.003947+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"70d2c6ac7add\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 115028787, \"cpu_percentage\": \"0.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990314Z\", \"created\": \"2023-10-26T08:15:15.782653Z\", \"started\": \"2023-10-26T08:15:15.814083Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"4a376a0a716b\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 395627724, \"cpu_percentage\": \"0.58%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990701Z\", \"created\": \"2023-10-26T08:15:32.862260Z\", \"started\": \"2023-10-26T08:25:18.053372Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"f6fc3a91fc82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51831111, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.990965Z\", \"created\": \"2023-10-26T08:17:33.568213Z\", \"started\": \"2023-10-26T08:17:36.755409Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"c4c7d9479caf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50216304, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991244Z\", \"created\": \"2023-10-26T08:17:57.831641Z\", \"started\": \"2023-10-26T08:18:01.283807Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"bbe2989c38fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47783608, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991519Z\", \"created\": \"2023-10-26T08:18:22.891051Z\", \"started\": \"2023-10-26T08:18:26.420237Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"26de7327d913\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50667192, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.991778Z\", \"created\": \"2023-10-26T08:18:48.394452Z\", \"started\": \"2023-10-26T08:18:51.523761Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"aa62d8051798\", \"container_image_id\": \"22010d1e55390ce1751f0aac7c650930ad8611cd38168a74864ab39f321ebe68\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f\"], \"memory_usage\": 34508636, \"cpu_percentage\": \"0.52%\", \"version\": \"2.47.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992035Z\", \"created\": \"2023-10-26T08:19:20.257705Z\", \"started\": \"2023-10-26T08:26:17.486101Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"c58dbe648db8\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992294Z\", \"created\": \"2023-10-26T08:19:21.961665Z\", \"started\": \"2023-10-26T08:19:27.578064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"8ed32347e7e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27221032, \"cpu_percentage\": \"1.34%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992550Z\", \"created\": \"2023-10-26T08:20:02.320721Z\", \"started\": \"2023-10-26T08:20:02.343261Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.agubrf\", \"daemon_name\": \"rgw.r.z.smithi079.agubrf\", \"hostname\": \"smithi079\", \"container_id\": \"a1fce8166ce4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51894026, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:56.992806Z\", \"created\": \"2023-10-26T08:21:31.438642Z\", \"started\": \"2023-10-26T08:21:31.462994Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6ea3a6a7-0124-43f5-b14f-5a1a1dc6a67a\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"hnQCJ1-9iPv-R1G3-yzQJ-7pwW-lL3V-jJwox6\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9cff9dba-3db8-4819-a638-a2e24c66dbf5\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"oaqH87-QAN0-1M9I-sN77-poUy-8zwY-Nv48Lf\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"593dcb61-fdb9-4a3a-b6a2-7db5c3944fb3\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"PssUZ8-5oOy-kJOk-3Eem-y9lT-LXdk-QiqUfu\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6601e111-7cd4-44d3-bd53-b63dc93ae497\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"pUL2aX-TgOQ-XLL7-hkTn-rAdp-d2NV-DeDT6a\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.522727Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:03.636866Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:04.789578Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:31.449289Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:55.727665Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:20.741551Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-10-26T08:18:46.239797Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-10-26T08:26:05.829390Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.292892Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-10-26T08:19:39.448520Z\"}, \"rgw.r.z.smithi079.agubrf\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:29.114931Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:56.993259Z\", \"last_device_update\": \"2023-10-26T08:18:55.873987Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.636781Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:26:58.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.285369+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.286388+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.287259+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.288067+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.288976+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.289687+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.290350+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.478 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.291030+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.479 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.291990+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.479 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.491347+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"3.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.485552Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"f5035bf1c144\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 423624704, \"cpu_percentage\": \"5.36%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-10-26T08:26:57.485925Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:26:35.398649Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113875353, \"cpu_percentage\": \"2.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486179Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53383004, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486419Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50499420, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486655Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47919923, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486889Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51547996, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487124Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 13012828, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487415Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"fece858ec1f4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16315842, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487650Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:26:03.603801Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487884Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:57.488257Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:26:58.480 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.498590+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"3.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.485552Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"f5035bf1c144\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 423624704, \"cpu_percentage\": \"5.36%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-10-26T08:26:57.485925Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:26:35.398649Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113875353, \"cpu_percentage\": \"2.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486179Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53383004, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486419Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50499420, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486655Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47919923, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486889Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51547996, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487124Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 13012828, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487415Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"fece858ec1f4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16315842, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487650Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:26:03.603801Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487884Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:57.488257Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:26:58.480 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.761651+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.480 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.762440+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.480 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.763115+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.481 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.763895+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.481 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.764605+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.481 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.765323+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.481 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.766031+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.481 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.766865+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.482 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.767638+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.482 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.770822+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-10-26T08:26:58.482 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.775326+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-10-26T08:26:58.482 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.785398+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:58.483 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:58 smithi079 bash[23494]: audit 2023-10-26T08:26:57.787562+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-10-26T08:26:58.579 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.285369+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.579 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.286388+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.579 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.287259+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.579 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.288067+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.579 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.288976+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.580 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.289687+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.580 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.290350+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.580 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.291030+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.580 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.291990+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.581 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.285369+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.581 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.286388+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.581 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.287259+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.581 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.288067+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.581 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.288976+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.582 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.289687+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.582 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.290350+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.582 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.291030+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.582 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.291990+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.583 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.491347+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"3.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.485552Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"f5035bf1c144\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 423624704, \"cpu_percentage\": \"5.36%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-10-26T08:26:57.485925Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:26:35.398649Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113875353, \"cpu_percentage\": \"2.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486179Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53383004, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486419Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50499420, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486655Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47919923, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486889Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51547996, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487124Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 13012828, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487415Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"fece858ec1f4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16315842, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487650Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:26:03.603801Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487884Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:57.488257Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:26:58.583 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.491347+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"3.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.485552Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"f5035bf1c144\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 423624704, \"cpu_percentage\": \"5.36%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-10-26T08:26:57.485925Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:26:35.398649Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113875353, \"cpu_percentage\": \"2.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486179Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53383004, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486419Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50499420, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486655Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47919923, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486889Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51547996, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487124Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 13012828, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487415Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"fece858ec1f4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16315842, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487650Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:26:03.603801Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487884Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:57.488257Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-10-26T08:26:58.584 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.498590+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"3.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.485552Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"f5035bf1c144\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 423624704, \"cpu_percentage\": \"5.36%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-10-26T08:26:57.485925Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:26:35.398649Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113875353, \"cpu_percentage\": \"2.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486179Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53383004, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486419Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50499420, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486655Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47919923, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486889Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51547996, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487124Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 13012828, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487415Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"fece858ec1f4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16315842, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487650Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:26:03.603801Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487884Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:57.488257Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:26:58.584 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.761651+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.584 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.762440+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.585 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.763115+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.585 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.763895+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.585 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.764605+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.585 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.765323+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.585 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.766031+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.586 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.766865+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.586 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.767638+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.586 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.770822+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-10-26T08:26:58.586 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.498590+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi012","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi012\", \"container_id\": \"a2a83ba26fe7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"3.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.485552Z\", \"created\": \"2023-10-26T08:13:20.149166Z\", \"started\": \"2023-10-26T08:13:26.669483Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi012\", \"container_id\": \"f5035bf1c144\", \"container_image_id\": \"905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b22abb8b8e807fef15da0f926e50f00c141d0708f06ee7ec26c3e5d4bbdc3de4\"], \"memory_usage\": 423624704, \"cpu_percentage\": \"5.36%\", \"version\": \"16.2.14-106-gf2ece71a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-10-26T08:26:57.485925Z\", \"created\": \"2023-10-26T08:13:29.056961Z\", \"started\": \"2023-10-26T08:26:35.398649Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi012\", \"container_id\": \"6be56b872a86\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113875353, \"cpu_percentage\": \"2.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486179Z\", \"created\": \"2023-10-26T08:15:01.874824Z\", \"started\": \"2023-10-26T08:15:01.896034Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi012\", \"container_id\": \"3c0dac35df4f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53383004, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486419Z\", \"created\": \"2023-10-26T08:15:53.649928Z\", \"started\": \"2023-10-26T08:15:57.060296Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi012\", \"container_id\": \"71bfeb53700a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50499420, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486655Z\", \"created\": \"2023-10-26T08:16:19.974688Z\", \"started\": \"2023-10-26T08:16:24.569891Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi012\", \"container_id\": \"a81e3e0a084e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47919923, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.486889Z\", \"created\": \"2023-10-26T08:16:45.586681Z\", \"started\": \"2023-10-26T08:16:50.263928Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi012\", \"container_id\": \"d00290085f9c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51547996, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487124Z\", \"created\": \"2023-10-26T08:17:12.471253Z\", \"started\": \"2023-10-26T08:17:16.564153Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi012\", \"container_id\": \"5a1dc4076552\", \"container_image_id\": \"458e026e6aa62a8da4522cb09766da69d7365ebeb456d5a43a214fc6bd232a3c\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\"], \"memory_usage\": 13012828, \"cpu_percentage\": \"0.00%\", \"version\": \"1.6.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487415Z\", \"created\": \"2023-10-26T08:19:22.690564Z\", \"started\": \"2023-10-26T08:19:31.518158Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi012\", \"container_id\": \"fece858ec1f4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16315842, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487650Z\", \"created\": \"2023-10-26T08:19:39.422402Z\", \"started\": \"2023-10-26T08:26:03.603801Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi012.jpggmd\", \"daemon_name\": \"rgw.r.z.smithi012.jpggmd\", \"hostname\": \"smithi012\", \"container_id\": \"c2cdc07ee140\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-10-26T08:26:57.487884Z\", \"created\": \"2023-10-26T08:21:34.328665Z\", \"started\": \"2023-10-26T08:21:34.350454Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520501Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0ff84686-8cf3-453e-9d8b-9e0738fd7915\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"eLLpyM-d8Fu-eEJ0-ZT64-29lw-6S1s-fNHPH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3e118b92-541c-4d6a-8ab6-d44c162c069b\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"ngGl46-BNBQ-wAXl-zsNf-yfuo-Lumg-G7PhMe\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"95feac2f-7ab3-4650-886b-401fc41c87f9\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"FWIddL-KOWj-gqMv-DyTz-pMMv-2ZQ5-BvEfAZ\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fbb6838c-b832-4f10-b40e-8691489be50c\", \"cluster_fsid\": \"6a98a15c-73d7-11ee-8db9-212e2dc638e7\", \"block_uuid\": \"rM6sdU-vpGH-3OV4-8frD-oj7H-tKTa-ITfIAq\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005J400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-10-26T08:25:32.520520Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W4HP5L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:53.139122Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-10-26T08:26:21.972871Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-10-26T08:15:51.458664Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:17.625594Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-10-26T08:16:43.479095Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-10-26T08:17:10.250587Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:19:21.990972Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-10-26T08:25:55.094277Z\"}, \"rgw.r.z.smithi012.jpggmd\": {\"deps\": [], \"last_config\": \"2023-10-26T08:21:31.474348Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-10-26T08:25:51.080267Z\"}}, \"last_daemon_update\": \"2023-10-26T08:26:57.488257Z\", \"last_device_update\": \"2023-10-26T08:17:19.996111Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-10-26T08:25:18.340078Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-10-26T08:26:58.587 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.761651+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.587 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.762440+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.587 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.763115+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.587 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.763895+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.587 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.764605+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.588 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.765323+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.588 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.766031+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.588 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.766865+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-10-26T08:26:58.588 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.767638+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-10-26T08:26:58.588 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.770822+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-10-26T08:26:58.589 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.775326+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-10-26T08:26:58.589 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.785398+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:58.589 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[23428]: audit 2023-10-26T08:26:57.787562+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-10-26T08:26:58.589 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.775326+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-10-26T08:26:58.590 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.785398+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T08:26:58.590 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:58 smithi012 bash[26970]: audit 2023-10-26T08:26:57.787562+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-10-26T08:26:58.717 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2023-10-26T08:26:58.717 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2023-10-26T08:26:58.717 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-10-26T08:26:58.718 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:26:58.718 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2023-10-26T08:26:58.718 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-106-gf2ece71a (f2ece71a1e784ed2e115679dd66f690a9706b8a8) pacific (stable)": 2 2023-10-26T08:26:58.718 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:26:58.718 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2023-10-26T08:26:58.719 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-10-26T08:26:58.719 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:26:58.719 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": {}, 2023-10-26T08:26:58.719 INFO:teuthology.orchestra.run.smithi012.stdout: "rgw": { 2023-10-26T08:26:58.719 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-10-26T08:26:58.720 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2023-10-26T08:26:58.720 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2023-10-26T08:26:58.720 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2023-10-26T08:26:58.720 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-106-gf2ece71a (f2ece71a1e784ed2e115679dd66f690a9706b8a8) pacific (stable)": 2 2023-10-26T08:26:58.720 INFO:teuthology.orchestra.run.smithi012.stdout: } 2023-10-26T08:26:58.721 INFO:teuthology.orchestra.run.smithi012.stdout:} 2023-10-26T08:26:59.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:59 smithi012 bash[23428]: cluster 2023-10-26T08:26:58.027175+0000 mgr.y (mgr.14841) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:59.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:26:59 smithi012 bash[23428]: audit 2023-10-26T08:26:58.710236+0000 mon.c (mon.1) 161 : audit [DBG] from='client.? 172.21.15.12:0/1630079659' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:26:59.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:59 smithi012 bash[26970]: cluster 2023-10-26T08:26:58.027175+0000 mgr.y (mgr.14841) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:59.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:26:59 smithi012 bash[26970]: audit 2023-10-26T08:26:58.710236+0000 mon.c (mon.1) 161 : audit [DBG] from='client.? 172.21.15.12:0/1630079659' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:26:59.394 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:59 smithi079 bash[23494]: cluster 2023-10-26T08:26:58.027175+0000 mgr.y (mgr.14841) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:26:59.394 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:26:59 smithi079 bash[23494]: audit 2023-10-26T08:26:58.710236+0000 mon.c (mon.1) 161 : audit [DBG] from='client.? 172.21.15.12:0/1630079659' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:26:59.584 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-10-26T08:27:01.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:27:01 smithi012 bash[23428]: cluster 2023-10-26T08:27:00.027936+0000 mgr.y (mgr.14841) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:27:01.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:27:01 smithi012 bash[23428]: cephadm 2023-10-26T08:27:00.135362+0000 mgr.y (mgr.14841) 9 : cephadm [INF] Upgrade: Updating mgr.x 2023-10-26T08:27:01.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:27:01 smithi012 bash[23428]: audit 2023-10-26T08:27:00.136216+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T08:27:01.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:27:01 smithi012 bash[23428]: audit 2023-10-26T08:27:00.138344+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-26T08:27:01.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:27:01 smithi012 bash[23428]: audit 2023-10-26T08:27:00.140556+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:27:01.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:27:01 smithi012 bash[23428]: cephadm 2023-10-26T08:27:00.142335+0000 mgr.y (mgr.14841) 10 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-10-26T08:27:01.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:27:01 smithi012 bash[23428]: audit 2023-10-26T08:27:00.143377+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-10-26T08:27:01.329 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:27:01 smithi012 bash[26970]: cluster 2023-10-26T08:27:00.027936+0000 mgr.y (mgr.14841) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:27:01.329 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:27:01 smithi012 bash[26970]: cephadm 2023-10-26T08:27:00.135362+0000 mgr.y (mgr.14841) 9 : cephadm [INF] Upgrade: Updating mgr.x 2023-10-26T08:27:01.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:27:01 smithi012 bash[26970]: audit 2023-10-26T08:27:00.136216+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T08:27:01.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:27:01 smithi012 bash[26970]: audit 2023-10-26T08:27:00.138344+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-26T08:27:01.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:27:01 smithi012 bash[26970]: audit 2023-10-26T08:27:00.140556+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:27:01.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:27:01 smithi012 bash[26970]: cephadm 2023-10-26T08:27:00.142335+0000 mgr.y (mgr.14841) 10 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-10-26T08:27:01.330 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:27:01 smithi012 bash[26970]: audit 2023-10-26T08:27:00.143377+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-10-26T08:27:01.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:27:01 smithi079 bash[23494]: cluster 2023-10-26T08:27:00.027936+0000 mgr.y (mgr.14841) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:27:01.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:27:01 smithi079 bash[23494]: cephadm 2023-10-26T08:27:00.135362+0000 mgr.y (mgr.14841) 9 : cephadm [INF] Upgrade: Updating mgr.x 2023-10-26T08:27:01.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:27:01 smithi079 bash[23494]: audit 2023-10-26T08:27:00.136216+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T08:27:01.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:27:01 smithi079 bash[23494]: audit 2023-10-26T08:27:00.138344+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-26T08:27:01.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:27:01 smithi079 bash[23494]: audit 2023-10-26T08:27:00.140556+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T08:27:01.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:27:01 smithi079 bash[23494]: cephadm 2023-10-26T08:27:00.142335+0000 mgr.y (mgr.14841) 10 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-10-26T08:27:01.477 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:27:01 smithi079 bash[23494]: audit 2023-10-26T08:27:00.143377+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14841 172.21.15.12:0/4169831152' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-10-26T08:27:02.476 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:27:02 smithi079 systemd[1]: Stopping Ceph mgr.x for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:02.889 INFO:teuthology.orchestra.run.smithi012.stdout:false 2023-10-26T08:27:03.327 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:27:03 smithi012 bash[23428]: cluster 2023-10-26T08:27:02.029415+0000 mgr.y (mgr.14841) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:27:03.328 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:27:03 smithi012 bash[23428]: audit 2023-10-26T08:27:02.864468+0000 mon.c (mon.1) 162 : audit [DBG] from='client.? 172.21.15.12:0/3644300863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:27:03.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:27:03 smithi012 bash[26970]: cluster 2023-10-26T08:27:02.029415+0000 mgr.y (mgr.14841) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:27:03.328 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:27:03 smithi012 bash[26970]: audit 2023-10-26T08:27:02.864468+0000 mon.c (mon.1) 162 : audit [DBG] from='client.? 172.21.15.12:0/3644300863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:27:03.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:27:03 smithi079 bash[23494]: cluster 2023-10-26T08:27:02.029415+0000 mgr.y (mgr.14841) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2023-10-26T08:27:03.476 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:27:03 smithi079 bash[23494]: audit 2023-10-26T08:27:02.864468+0000 mon.c (mon.1) 162 : audit [DBG] from='client.? 172.21.15.12:0/3644300863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-26T08:27:03.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T08:27:03.630 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_f2ece71a1e784ed2e115679dd66f690a9706b8a8/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_f2ece71a1e784ed2e115679dd66f690a9706b8a8/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi012 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-10-26T08:27:03.697 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=a39b85a6744844c6bdda6da977fa5d79 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_f2ece71a1e784ed2e115679dd66f690a9706b8a8/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_f2ece71a1e784ed2e115679dd66f690a9706b8a8/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi012 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-10-26T08:27:03.700 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-26T08:27:03.715 INFO:tasks.cephadm:Teardown begin 2023-10-26T08:27:03.716 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-26T08:27:03.739 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-26T08:27:03.757 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-10-26T08:27:03.758 DEBUG:teuthology.orchestra.run.smithi012:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-26T08:27:03.786 DEBUG:teuthology.orchestra.run.smithi079:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-26T08:27:03.793 INFO:tasks.cephadm:Stopping all daemons... 2023-10-26T08:27:03.793 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-10-26T08:27:03.794 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.a 2023-10-26T08:27:03.900 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:27:03 smithi012 systemd[1]: Stopping Ceph mon.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:04.208 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:27:03 smithi012 bash[23428]: debug 2023-10-26T08:27:03.889+0000 7fb549ccf700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-10-26T08:27:04.209 INFO:journalctl@ceph.mon.a.smithi012.stdout:Oct 26 08:27:03 smithi012 bash[23428]: debug 2023-10-26T08:27:03.889+0000 7fb549ccf700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-10-26T08:27:04.704 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.a.service' 2023-10-26T08:27:04.751 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-26T08:27:04.752 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-10-26T08:27:04.752 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-10-26T08:27:04.753 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.c 2023-10-26T08:27:04.827 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:27:04 smithi012 systemd[1]: Stopping Ceph mon.c for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:05.179 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:27:04 smithi012 bash[26970]: debug 2023-10-26T08:27:04.877+0000 7f3d7504b700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-10-26T08:27:05.179 INFO:journalctl@ceph.mon.c.smithi012.stdout:Oct 26 08:27:04 smithi012 bash[26970]: debug 2023-10-26T08:27:04.877+0000 7f3d7504b700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-10-26T08:27:05.902 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.c.service' 2023-10-26T08:27:05.939 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-26T08:27:05.939 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-10-26T08:27:05.940 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-10-26T08:27:05.940 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.b 2023-10-26T08:27:06.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:27:05 smithi079 systemd[1]: Stopping Ceph mon.b for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:06.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:27:06 smithi079 bash[23494]: debug 2023-10-26T08:27:06.054+0000 7f188b9a7700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-10-26T08:27:06.227 INFO:journalctl@ceph.mon.b.smithi079.stdout:Oct 26 08:27:06 smithi079 bash[23494]: debug 2023-10-26T08:27:06.054+0000 7f188b9a7700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-10-26T08:27:07.011 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mon.b.service' 2023-10-26T08:27:07.051 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-26T08:27:07.051 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-10-26T08:27:07.052 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-10-26T08:27:07.052 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.y 2023-10-26T08:27:07.327 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:27:07 smithi012 systemd[1]: Stopping Ceph mgr.y for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:07.328 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:27:07 smithi012 bash[48243]: Error response from daemon: No such container: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-mgr.y 2023-10-26T08:27:07.328 INFO:journalctl@ceph.mgr.y.smithi012.stdout:Oct 26 08:27:07 smithi012 bash[46305]: debug 2023-10-26T08:27:07.245+0000 7f6489a42700 -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 2023-10-26T08:27:08.056 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.y.service' 2023-10-26T08:27:08.092 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-26T08:27:08.093 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-10-26T08:27:08.093 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-10-26T08:27:08.094 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.x 2023-10-26T08:27:13.340 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:27:13 smithi079 bash[38078]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-mgr.x 2023-10-26T08:27:13.341 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:27:13 smithi079 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.x.service: Main process exited, code=exited, status=137/n/a 2023-10-26T08:27:13.341 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Oct 26 08:27:13 smithi079 bash[38207]: Error response from daemon: No such container: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-mgr.x 2023-10-26T08:27:13.344 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@mgr.x.service' 2023-10-26T08:27:13.369 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-26T08:27:13.369 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-10-26T08:27:13.370 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-10-26T08:27:13.370 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.0 2023-10-26T08:27:13.790 INFO:journalctl@ceph.osd.0.smithi012.stdout:Oct 26 08:27:13 smithi012 systemd[1]: Stopping Ceph osd.0 for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:13.790 INFO:journalctl@ceph.osd.0.smithi012.stdout:Oct 26 08:27:13 smithi012 bash[28935]: debug 2023-10-26T08:27:13.493+0000 7fa333db1700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-10-26T08:27:13.791 INFO:journalctl@ceph.osd.0.smithi012.stdout:Oct 26 08:27:13 smithi012 bash[28935]: debug 2023-10-26T08:27:13.493+0000 7fa333db1700 -1 osd.0 63 *** Got signal Terminated *** 2023-10-26T08:27:13.791 INFO:journalctl@ceph.osd.0.smithi012.stdout:Oct 26 08:27:13 smithi012 bash[28935]: debug 2023-10-26T08:27:13.493+0000 7fa333db1700 -1 osd.0 63 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-26T08:27:14.577 INFO:journalctl@ceph.osd.0.smithi012.stdout:Oct 26 08:27:14 smithi012 bash[48358]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-osd.0 2023-10-26T08:27:14.578 INFO:journalctl@ceph.osd.0.smithi012.stdout:Oct 26 08:27:14 smithi012 bash[48414]: bash: /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/osd.0/unit.stop: No such file or directory 2023-10-26T08:27:16.270 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.0.service' 2023-10-26T08:27:16.307 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-26T08:27:16.308 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-10-26T08:27:16.309 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-10-26T08:27:16.309 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.1 2023-10-26T08:27:16.519 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:27:16 smithi012 systemd[1]: Stopping Ceph osd.1 for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:16.519 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:27:16 smithi012 bash[30691]: debug 2023-10-26T08:27:16.413+0000 7fb72f09c700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-10-26T08:27:16.520 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:27:16 smithi012 bash[30691]: debug 2023-10-26T08:27:16.413+0000 7fb72f09c700 -1 osd.1 63 *** Got signal Terminated *** 2023-10-26T08:27:16.520 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:27:16 smithi012 bash[30691]: debug 2023-10-26T08:27:16.413+0000 7fb72f09c700 -1 osd.1 63 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-26T08:27:17.327 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:27:17 smithi012 bash[48502]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-osd.1 2023-10-26T08:27:17.328 INFO:journalctl@ceph.osd.1.smithi012.stdout:Oct 26 08:27:17 smithi012 bash[48542]: bash: /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/osd.1/unit.stop: No such file or directory 2023-10-26T08:27:19.237 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.1.service' 2023-10-26T08:27:19.274 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-26T08:27:19.274 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-10-26T08:27:19.275 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-10-26T08:27:19.275 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.2 2023-10-26T08:27:19.509 INFO:journalctl@ceph.osd.2.smithi012.stdout:Oct 26 08:27:19 smithi012 systemd[1]: Stopping Ceph osd.2 for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:19.509 INFO:journalctl@ceph.osd.2.smithi012.stdout:Oct 26 08:27:19 smithi012 bash[32302]: debug 2023-10-26T08:27:19.409+0000 7fbd8628e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-10-26T08:27:19.509 INFO:journalctl@ceph.osd.2.smithi012.stdout:Oct 26 08:27:19 smithi012 bash[32302]: debug 2023-10-26T08:27:19.409+0000 7fbd8628e700 -1 osd.2 63 *** Got signal Terminated *** 2023-10-26T08:27:19.510 INFO:journalctl@ceph.osd.2.smithi012.stdout:Oct 26 08:27:19 smithi012 bash[32302]: debug 2023-10-26T08:27:19.409+0000 7fbd8628e700 -1 osd.2 63 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-26T08:27:20.328 INFO:journalctl@ceph.osd.2.smithi012.stdout:Oct 26 08:27:19 smithi012 bash[48632]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-osd.2 2023-10-26T08:27:20.329 INFO:journalctl@ceph.osd.2.smithi012.stdout:Oct 26 08:27:19 smithi012 bash[48672]: bash: /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/osd.2/unit.stop: No such file or directory 2023-10-26T08:27:21.992 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.2.service' 2023-10-26T08:27:22.029 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-26T08:27:22.029 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-10-26T08:27:22.030 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-10-26T08:27:22.030 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.3 2023-10-26T08:27:22.328 INFO:journalctl@ceph.osd.3.smithi012.stdout:Oct 26 08:27:22 smithi012 systemd[1]: Stopping Ceph osd.3 for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:22.328 INFO:journalctl@ceph.osd.3.smithi012.stdout:Oct 26 08:27:22 smithi012 bash[33867]: debug 2023-10-26T08:27:22.121+0000 7f50c1764700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-10-26T08:27:22.328 INFO:journalctl@ceph.osd.3.smithi012.stdout:Oct 26 08:27:22 smithi012 bash[33867]: debug 2023-10-26T08:27:22.121+0000 7f50c1764700 -1 osd.3 63 *** Got signal Terminated *** 2023-10-26T08:27:22.329 INFO:journalctl@ceph.osd.3.smithi012.stdout:Oct 26 08:27:22 smithi012 bash[33867]: debug 2023-10-26T08:27:22.121+0000 7f50c1764700 -1 osd.3 63 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-26T08:27:23.077 INFO:journalctl@ceph.osd.3.smithi012.stdout:Oct 26 08:27:22 smithi012 bash[48758]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-osd.3 2023-10-26T08:27:23.078 INFO:journalctl@ceph.osd.3.smithi012.stdout:Oct 26 08:27:22 smithi012 bash[48796]: bash: /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/osd.3/unit.stop: No such file or directory 2023-10-26T08:27:24.698 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.3.service' 2023-10-26T08:27:24.734 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-26T08:27:24.734 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-10-26T08:27:24.735 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-10-26T08:27:24.735 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.4 2023-10-26T08:27:25.112 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:27:24 smithi079 systemd[1]: Stopping Ceph osd.4 for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:25.113 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:27:24 smithi079 bash[25624]: debug 2023-10-26T08:27:24.858+0000 7f5d8987b700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-10-26T08:27:25.113 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:27:24 smithi079 bash[25624]: debug 2023-10-26T08:27:24.858+0000 7f5d8987b700 -1 osd.4 63 *** Got signal Terminated *** 2023-10-26T08:27:25.113 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:27:24 smithi079 bash[25624]: debug 2023-10-26T08:27:24.858+0000 7f5d8987b700 -1 osd.4 63 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-26T08:27:25.726 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:27:25 smithi079 bash[38403]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-osd.4 2023-10-26T08:27:25.727 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 26 08:27:25 smithi079 bash[38441]: bash: /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/osd.4/unit.stop: No such file or directory 2023-10-26T08:27:27.478 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.4.service' 2023-10-26T08:27:27.510 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-26T08:27:27.510 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-10-26T08:27:27.511 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-10-26T08:27:27.511 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.5 2023-10-26T08:27:27.725 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 26 08:27:27 smithi079 systemd[1]: Stopping Ceph osd.5 for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:27.726 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 26 08:27:27 smithi079 bash[27199]: debug 2023-10-26T08:27:27.614+0000 7fc4650a7700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-10-26T08:27:27.726 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 26 08:27:27 smithi079 bash[27199]: debug 2023-10-26T08:27:27.614+0000 7fc4650a7700 -1 osd.5 63 *** Got signal Terminated *** 2023-10-26T08:27:27.726 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 26 08:27:27 smithi079 bash[27199]: debug 2023-10-26T08:27:27.614+0000 7fc4650a7700 -1 osd.5 63 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-26T08:27:28.476 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 26 08:27:28 smithi079 bash[38530]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-osd.5 2023-10-26T08:27:28.476 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 26 08:27:28 smithi079 bash[38568]: bash: /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/osd.5/unit.stop: No such file or directory 2023-10-26T08:27:30.155 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.5.service' 2023-10-26T08:27:30.190 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-26T08:27:30.191 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-10-26T08:27:30.192 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-10-26T08:27:30.192 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.6 2023-10-26T08:27:30.406 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:27:30 smithi079 systemd[1]: Stopping Ceph osd.6 for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:30.407 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:27:30 smithi079 bash[28772]: debug 2023-10-26T08:27:30.302+0000 7f5b15869700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-10-26T08:27:30.407 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:27:30 smithi079 bash[28772]: debug 2023-10-26T08:27:30.302+0000 7f5b15869700 -1 osd.6 63 *** Got signal Terminated *** 2023-10-26T08:27:30.407 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:27:30 smithi079 bash[28772]: debug 2023-10-26T08:27:30.302+0000 7f5b15869700 -1 osd.6 63 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-26T08:27:31.226 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:27:30 smithi079 bash[38667]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-osd.6 2023-10-26T08:27:31.227 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 26 08:27:30 smithi079 bash[38707]: bash: /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/osd.6/unit.stop: No such file or directory 2023-10-26T08:27:32.898 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.6.service' 2023-10-26T08:27:32.921 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-26T08:27:32.922 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-10-26T08:27:32.922 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-10-26T08:27:32.923 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.7 2023-10-26T08:27:33.147 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:27:32 smithi079 systemd[1]: Stopping Ceph osd.7 for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:33.148 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:27:33 smithi079 bash[30396]: debug 2023-10-26T08:27:33.026+0000 7f0b80fb7700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-10-26T08:27:33.148 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:27:33 smithi079 bash[30396]: debug 2023-10-26T08:27:33.026+0000 7f0b80fb7700 -1 osd.7 63 *** Got signal Terminated *** 2023-10-26T08:27:33.148 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:27:33 smithi079 bash[30396]: debug 2023-10-26T08:27:33.026+0000 7f0b80fb7700 -1 osd.7 63 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-26T08:27:33.976 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:27:33 smithi079 bash[38794]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-osd.7 2023-10-26T08:27:33.977 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 26 08:27:33 smithi079 bash[38831]: bash: /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/osd.7/unit.stop: No such file or directory 2023-10-26T08:27:35.481 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@osd.7.service' 2023-10-26T08:27:35.513 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-26T08:27:35.514 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-10-26T08:27:35.514 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-10-26T08:27:35.514 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@prometheus.a 2023-10-26T08:27:35.861 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:27:35 smithi079 systemd[1]: Stopping Ceph prometheus.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:35.861 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:27:35 smithi079 bash[36554]: ts=2023-10-26T08:27:35.664Z caller=main.go:859 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-10-26T08:27:35.862 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:27:35 smithi079 bash[36554]: ts=2023-10-26T08:27:35.664Z caller=main.go:883 level=info msg="Stopping scrape discovery manager..." 2023-10-26T08:27:35.862 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:27:35 smithi079 bash[36554]: ts=2023-10-26T08:27:35.664Z caller=main.go:897 level=info msg="Stopping notify discovery manager..." 2023-10-26T08:27:35.862 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:27:35 smithi079 bash[36554]: ts=2023-10-26T08:27:35.664Z caller=manager.go:1023 level=info component="rule manager" msg="Stopping rule manager..." 2023-10-26T08:27:35.863 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:27:35 smithi079 bash[36554]: ts=2023-10-26T08:27:35.664Z caller=manager.go:1033 level=info component="rule manager" msg="Rule manager stopped" 2023-10-26T08:27:35.863 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:27:35 smithi079 bash[36554]: ts=2023-10-26T08:27:35.664Z caller=main.go:934 level=info msg="Stopping scrape manager..." 2023-10-26T08:27:35.863 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:27:35 smithi079 bash[36554]: ts=2023-10-26T08:27:35.664Z caller=main.go:879 level=info msg="Scrape discovery manager stopped" 2023-10-26T08:27:35.863 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:27:35 smithi079 bash[36554]: ts=2023-10-26T08:27:35.664Z caller=main.go:893 level=info msg="Notify discovery manager stopped" 2023-10-26T08:27:35.864 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:27:35 smithi079 bash[36554]: ts=2023-10-26T08:27:35.665Z caller=main.go:926 level=info msg="Scrape manager stopped" 2023-10-26T08:27:35.864 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:27:35 smithi079 bash[36554]: ts=2023-10-26T08:27:35.667Z caller=notifier.go:603 level=info component=notifier msg="Stopping notification manager..." 2023-10-26T08:27:35.864 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:27:35 smithi079 bash[36554]: ts=2023-10-26T08:27:35.667Z caller=main.go:1155 level=info msg="Notifier manager stopped" 2023-10-26T08:27:35.864 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Oct 26 08:27:35 smithi079 bash[36554]: ts=2023-10-26T08:27:35.667Z caller=main.go:1167 level=info msg="See you next time!" 2023-10-26T08:27:36.383 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@prometheus.a.service' 2023-10-26T08:27:36.418 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-26T08:27:36.418 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-10-26T08:27:36.419 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 --force --keep-logs 2023-10-26T08:27:36.537 INFO:teuthology.orchestra.run.smithi012.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-10-26T08:27:36.537 INFO:teuthology.orchestra.run.smithi012.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-10-26T08:27:36.538 INFO:teuthology.orchestra.run.smithi012.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-10-26T08:27:36.538 INFO:teuthology.orchestra.run.smithi012.stderr: [--retry RETRY] 2023-10-26T08:27:36.539 INFO:teuthology.orchestra.run.smithi012.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} 2023-10-26T08:27:36.539 INFO:teuthology.orchestra.run.smithi012.stderr: ... 2023-10-26T08:27:36.539 INFO:teuthology.orchestra.run.smithi012.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-10-26T08:27:36.546 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-10-26T08:27:36.547 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 --force --keep-logs 2023-10-26T08:27:36.663 INFO:teuthology.orchestra.run.smithi079.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-10-26T08:27:36.663 INFO:teuthology.orchestra.run.smithi079.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-10-26T08:27:36.664 INFO:teuthology.orchestra.run.smithi079.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-10-26T08:27:36.664 INFO:teuthology.orchestra.run.smithi079.stderr: [--retry RETRY] 2023-10-26T08:27:36.664 INFO:teuthology.orchestra.run.smithi079.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} 2023-10-26T08:27:36.664 INFO:teuthology.orchestra.run.smithi079.stderr: ... 2023-10-26T08:27:36.665 INFO:teuthology.orchestra.run.smithi079.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-10-26T08:27:36.672 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-10-26T08:27:36.673 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-26T08:27:36.689 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-26T08:27:36.704 INFO:tasks.cephadm:Archiving crash dumps... 2023-10-26T08:27:36.706 DEBUG:teuthology.misc:Transferring archived files from smithi012:/var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437083/remote/ubuntu@smithi012.front.sepia.ceph.com/crash 2023-10-26T08:27:36.707 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/crash -- . 2023-10-26T08:27:36.726 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437083/remote/ubuntu@smithi079.front.sepia.ceph.com/crash 2023-10-26T08:27:36.727 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/crash -- . 2023-10-26T08:27:36.744 INFO:tasks.cephadm:Checking cluster log for badness... 2023-10-26T08:27:36.745 DEBUG:teuthology.orchestra.run.smithi012:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-10-26T08:27:36.784 INFO:teuthology.orchestra.run.smithi012.stderr:grep: /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph.log: No such file or directory 2023-10-26T08:27:36.786 INFO:tasks.cephadm:Compressing logs... 2023-10-26T08:27:36.786 DEBUG:teuthology.orchestra.run.smithi012:> 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 -- 2023-10-26T08:27:36.789 DEBUG:teuthology.orchestra.run.smithi079:> 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 -- 2023-10-26T08:27:36.800 INFO:teuthology.orchestra.run.smithi012.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-10-26T08:27:36.805 INFO:teuthology.orchestra.run.smithi079.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-10-26T08:27:36.813 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-10-26T08:27:36.814 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-mon.a.log 2023-10-26T08:27:36.814 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-mgr.y.log 2023-10-26T08:27:36.815 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-mon.c.log 2023-10-26T08:27:36.815 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-mon.a.log: 87.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-10-26T08:27:36.815 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.1.log 2023-10-26T08:27:36.816 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-mgr.y.log: /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-client.rgw.r.z.smithi012.jpggmd.log 2023-10-26T08:27:36.817 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.0.log 2023-10-26T08:27:36.817 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.3.log 2023-10-26T08:27:36.818 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-10-26T08:27:36.819 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-mon.b.log 2023-10-26T08:27:36.819 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.5.log 2023-10-26T08:27:36.819 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-client.rgw.r.z.smithi012.jpggmd.log: /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.0.log: 58.5% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-client.rgw.r.z.smithi012.jpggmd.log.gz 2023-10-26T08:27:36.820 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-volume.log 2023-10-26T08:27:36.821 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-mgr.x.log 2023-10-26T08:27:36.821 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.6.log 2023-10-26T08:27:36.822 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.5.log: 87.3%gzip -- replaced with /var/log/ceph/cephadm.log.gz 2023-10-26T08:27:36.822 INFO:teuthology.orchestra.run.smithi079.stderr:-5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-client.rgw.r.z.smithi079.agubrf.log 2023-10-26T08:27:36.822 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.4.log 2023-10-26T08:27:36.822 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.6.log: /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-client.rgw.r.z.smithi079.agubrf.log: 58.4% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-client.rgw.r.z.smithi079.agubrf.log.gz 2023-10-26T08:27:36.823 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.2.log 2023-10-26T08:27:36.824 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-volume.log 2023-10-26T08:27:36.825 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.7.log 2023-10-26T08:27:36.831 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.4.log: /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-volume.log: /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.7.log: 90.9% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-volume.log.gz 2023-10-26T08:27:36.833 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-volume.log: /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.2.log: 91.3% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-volume.log.gz 2023-10-26T08:27:36.856 INFO:teuthology.orchestra.run.smithi079.stderr: 90.0% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-mgr.x.log.gz 2023-10-26T08:27:37.041 INFO:teuthology.orchestra.run.smithi079.stderr: 92.9% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.6.log.gz 2023-10-26T08:27:37.060 INFO:teuthology.orchestra.run.smithi012.stderr: 92.0% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-mgr.y.log.gz 2023-10-26T08:27:37.077 INFO:teuthology.orchestra.run.smithi012.stderr: 92.8% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.2.log.gz 2023-10-26T08:27:37.102 INFO:teuthology.orchestra.run.smithi079.stderr: 93.7% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-mon.b.log.gz 2023-10-26T08:27:37.109 INFO:teuthology.orchestra.run.smithi079.stderr: 93.3% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.7.log.gz 2023-10-26T08:27:37.125 INFO:teuthology.orchestra.run.smithi012.stderr: 94.1% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-mon.c.log.gz 2023-10-26T08:27:37.161 INFO:teuthology.orchestra.run.smithi012.stderr: 93.0% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.0.log.gz 2023-10-26T08:27:37.166 INFO:teuthology.orchestra.run.smithi012.stderr: 93.4% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.1.log.gz 2023-10-26T08:27:37.169 INFO:teuthology.orchestra.run.smithi079.stderr: 93.1% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.5.log.gz 2023-10-26T08:27:37.189 INFO:teuthology.orchestra.run.smithi079.stderr: 93.2% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.4.log.gz 2023-10-26T08:27:37.191 INFO:teuthology.orchestra.run.smithi079.stderr: 2023-10-26T08:27:37.191 INFO:teuthology.orchestra.run.smithi079.stderr:real 0m0.396s 2023-10-26T08:27:37.192 INFO:teuthology.orchestra.run.smithi079.stderr:user 0m1.481s 2023-10-26T08:27:37.192 INFO:teuthology.orchestra.run.smithi079.stderr:sys 0m0.101s 2023-10-26T08:27:37.228 INFO:teuthology.orchestra.run.smithi012.stderr: 93.2% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-osd.3.log.gz 2023-10-26T08:27:37.571 INFO:teuthology.orchestra.run.smithi012.stderr: 91.1% -- replaced with /var/log/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/ceph-mon.a.log.gz 2023-10-26T08:27:37.573 INFO:teuthology.orchestra.run.smithi012.stderr: 2023-10-26T08:27:37.573 INFO:teuthology.orchestra.run.smithi012.stderr:real 0m0.780s 2023-10-26T08:27:37.573 INFO:teuthology.orchestra.run.smithi012.stderr:user 0m2.611s 2023-10-26T08:27:37.574 INFO:teuthology.orchestra.run.smithi012.stderr:sys 0m0.099s 2023-10-26T08:27:37.574 INFO:tasks.cephadm:Archiving logs... 2023-10-26T08:27:37.575 DEBUG:teuthology.misc:Transferring archived files from smithi012:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437083/remote/ubuntu@smithi012.front.sepia.ceph.com/log 2023-10-26T08:27:37.576 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-26T08:27:37.914 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437083/remote/ubuntu@smithi079.front.sepia.ceph.com/log 2023-10-26T08:27:37.916 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-26T08:27:38.129 INFO:tasks.cephadm:Removing cluster... 2023-10-26T08:27:38.129 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 --force 2023-10-26T08:27:40.057 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:27:39 smithi012 systemd[1]: Stopping Ceph node-exporter.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:40.980 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:27:40 smithi012 bash[49081]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-node-exporter.a 2023-10-26T08:27:40.981 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:27:40 smithi012 bash[49128]: bash: /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/node-exporter.a/unit.stop: No such file or directory 2023-10-26T08:27:40.981 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:27:40 smithi012 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2023-10-26T08:27:40.982 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:27:40 smithi012 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@node-exporter.a.service: Failed with result 'exit-code'. 2023-10-26T08:27:40.982 INFO:journalctl@ceph.node-exporter.a.smithi012.stdout:Oct 26 08:27:40 smithi012 systemd[1]: Stopped Ceph node-exporter.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:27:41.283 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:27:40 smithi012 systemd[1]: Stopping Ceph alertmanager.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:41.283 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:27:41 smithi012 bash[45742]: ts=2023-10-26T08:27:41.060Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2023-10-26T08:27:42.024 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:27:41 smithi012 bash[49155]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-alertmanager.a 2023-10-26T08:27:42.024 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:27:41 smithi012 bash[49210]: bash: /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/alertmanager.a/unit.stop: No such file or directory 2023-10-26T08:27:42.024 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:27:41 smithi012 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@alertmanager.a.service: Succeeded. 2023-10-26T08:27:42.025 INFO:journalctl@ceph.alertmanager.a.smithi012.stdout:Oct 26 08:27:41 smithi012 systemd[1]: Stopped Ceph alertmanager.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:27:53.732 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 --force 2023-10-26T08:27:56.457 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:27:56 smithi079 systemd[1]: Stopping Ceph node-exporter.b for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:56.976 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:27:56 smithi079 bash[39266]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-node-exporter.b 2023-10-26T08:27:56.976 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:27:56 smithi079 bash[39321]: bash: /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/node-exporter.b/unit.stop: No such file or directory 2023-10-26T08:27:57.226 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:27:57 smithi079 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2023-10-26T08:27:57.226 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:27:57 smithi079 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@node-exporter.b.service: Failed with result 'exit-code'. 2023-10-26T08:27:57.227 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Oct 26 08:27:57 smithi079 systemd[1]: Stopped Ceph node-exporter.b for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:27:57.572 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:57 smithi079 systemd[1]: Stopping Ceph grafana.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7... 2023-10-26T08:27:57.572 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:57 smithi079 bash[32523]: t=2023-10-26T08:27:57+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-10-26T08:27:57.573 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:57 smithi079 bash[32523]: t=2023-10-26T08:27:57+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2023-10-26T08:27:57.573 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:57 smithi079 bash[32523]: t=2023-10-26T08:27:57+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2023-10-26T08:27:57.573 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:57 smithi079 bash[32523]: t=2023-10-26T08:27:57+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2023-10-26T08:27:57.573 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:57 smithi079 bash[32523]: t=2023-10-26T08:27:57+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2023-10-26T08:27:57.574 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:57 smithi079 bash[32523]: t=2023-10-26T08:27:57+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2023-10-26T08:27:57.574 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:57 smithi079 bash[32523]: t=2023-10-26T08:27:57+0000 lvl=info msg="Stopped Stream Manager" 2023-10-26T08:27:57.574 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:57 smithi079 bash[32523]: t=2023-10-26T08:27:57+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2023-10-26T08:27:57.575 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:57 smithi079 bash[32523]: t=2023-10-26T08:27:57+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2023-10-26T08:27:57.575 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:57 smithi079 bash[32523]: t=2023-10-26T08:27:57+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2023-10-26T08:27:57.575 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:57 smithi079 bash[32523]: t=2023-10-26T08:27:57+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2023-10-26T08:27:57.575 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:57 smithi079 bash[32523]: t=2023-10-26T08:27:57+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2023-10-26T08:27:57.576 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:57 smithi079 bash[32523]: t=2023-10-26T08:27:57+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2023-10-26T08:27:58.226 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:57 smithi079 bash[39347]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7-grafana.a 2023-10-26T08:27:58.226 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:57 smithi079 bash[39391]: bash: /var/lib/ceph/6a98a15c-73d7-11ee-8db9-212e2dc638e7/grafana.a/unit.stop: No such file or directory 2023-10-26T08:27:58.227 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:58 smithi079 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2023-10-26T08:27:58.227 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:58 smithi079 systemd[1]: ceph-6a98a15c-73d7-11ee-8db9-212e2dc638e7@grafana.a.service: Failed with result 'exit-code'. 2023-10-26T08:27:58.227 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Oct 26 08:27:58 smithi079 systemd[1]: Stopped Ceph grafana.a for 6a98a15c-73d7-11ee-8db9-212e2dc638e7. 2023-10-26T08:28:09.830 INFO:tasks.cephadm:Removing cephadm ... 2023-10-26T08:28:09.831 DEBUG:teuthology.orchestra.run.smithi012:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-26T08:28:09.838 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-26T08:28:09.843 INFO:tasks.cephadm:Teardown complete 2023-10-26T08:28:09.844 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-26T08:28:09.852 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-26T08:28:09.852 DEBUG:teuthology.orchestra.run.smithi012:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-26T08:28:09.855 DEBUG:teuthology.orchestra.run.smithi079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-26T08:28:09.875 INFO:teuthology.orchestra.run.smithi012.stdout: remote refid st t when poll reach delay offset jitter 2023-10-26T08:28:09.875 INFO:teuthology.orchestra.run.smithi012.stdout:============================================================================== 2023-10-26T08:28:09.875 INFO:teuthology.orchestra.run.smithi012.stdout:*hv01.front.sepi 44.4.53.2 2 u 22 64 377 0.072 4.251 2.585 2023-10-26T08:28:09.876 INFO:teuthology.orchestra.run.smithi012.stdout:+hv02.front.sepi 63.231.80.2 3 u 20 64 377 0.073 2.101 2.871 2023-10-26T08:28:09.876 INFO:teuthology.orchestra.run.smithi012.stdout:+hv03.front.sepi 74.6.168.72 3 u 14 64 377 0.085 0.986 2.814 2023-10-26T08:28:09.876 INFO:teuthology.orchestra.run.smithi012.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 0.000 0.000 2023-10-26T08:28:09.879 INFO:teuthology.orchestra.run.smithi079.stdout: remote refid st t when poll reach delay offset jitter 2023-10-26T08:28:09.879 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================== 2023-10-26T08:28:09.879 INFO:teuthology.orchestra.run.smithi079.stdout:*hv01.front.sepi 44.4.53.2 2 u 13 64 377 0.083 -1.242 0.121 2023-10-26T08:28:09.880 INFO:teuthology.orchestra.run.smithi079.stdout:+hv02.front.sepi 63.231.80.2 3 u 14 64 377 0.074 0.718 0.135 2023-10-26T08:28:09.880 INFO:teuthology.orchestra.run.smithi079.stdout:+hv03.front.sepi 74.6.168.72 3 u 21 64 377 0.089 -0.676 0.126 2023-10-26T08:28:09.880 INFO:teuthology.orchestra.run.smithi079.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 0.000 0.000 2023-10-26T08:28:09.881 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-26T08:28:09.888 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-26T08:28:09.889 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-26T08:28:09.922 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-26T08:28:09.930 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-26T08:28:09.938 INFO:teuthology.task.internal:Duration was 1294.301852 seconds 2023-10-26T08:28:09.938 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-26T08:28:09.947 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-26T08:28:09.947 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-26T08:28:09.949 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-26T08:28:10.001 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-26T08:28:10.002 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi012.front.sepia.ceph.com 2023-10-26T08:28:10.002 DEBUG:teuthology.orchestra.run.smithi012:> 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 2023-10-26T08:28:10.016 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi079.front.sepia.ceph.com 2023-10-26T08:28:10.017 DEBUG:teuthology.orchestra.run.smithi079:> 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 2023-10-26T08:28:10.032 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-26T08:28:10.033 DEBUG:teuthology.orchestra.run.smithi012:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-26T08:28:10.063 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-26T08:28:10.129 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-26T08:28:10.129 DEBUG:teuthology.orchestra.run.smithi012:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-26T08:28:10.131 DEBUG:teuthology.orchestra.run.smithi079:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-26T08:28:10.271 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-26T08:28:10.281 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-26T08:28:10.281 DEBUG:teuthology.orchestra.run.smithi012:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-26T08:28:10.297 DEBUG:teuthology.orchestra.run.smithi079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-26T08:28:10.311 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-26T08:28:10.320 DEBUG:teuthology.orchestra.run.smithi012:> 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 2023-10-26T08:28:10.342 DEBUG:teuthology.orchestra.run.smithi079:> 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 2023-10-26T08:28:10.354 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern = core 2023-10-26T08:28:10.366 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = core 2023-10-26T08:28:10.385 DEBUG:teuthology.orchestra.run.smithi012:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-26T08:28:10.391 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T08:28:10.392 DEBUG:teuthology.orchestra.run.smithi079:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-26T08:28:10.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T08:28:10.398 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-26T08:28:10.407 INFO:teuthology.task.internal:Transferring archived files... 2023-10-26T08:28:10.408 DEBUG:teuthology.misc:Transferring archived files from smithi012:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437083/remote/smithi012 2023-10-26T08:28:10.409 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-26T08:28:10.441 DEBUG:teuthology.misc:Transferring archived files from smithi079:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437083/remote/smithi079 2023-10-26T08:28:10.442 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-26T08:28:10.468 INFO:teuthology.task.internal:Removing archive directory... 2023-10-26T08:28:10.469 DEBUG:teuthology.orchestra.run.smithi012:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-26T08:28:10.482 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-26T08:28:10.514 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-26T08:28:10.524 INFO:teuthology.task.internal:Not uploading archives. 2023-10-26T08:28:10.525 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-26T08:28:10.534 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-26T08:28:10.534 DEBUG:teuthology.orchestra.run.smithi012:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-26T08:28:10.537 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-26T08:28:10.542 INFO:teuthology.orchestra.run.smithi012.stdout: 924113 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 26 08:28 /home/ubuntu/cephtest 2023-10-26T08:28:10.545 INFO:teuthology.orchestra.run.smithi079.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 26 08:28 /home/ubuntu/cephtest 2023-10-26T08:28:10.547 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-26T08:28:10.561 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-26T08:28:10.592 INFO:teuthology.nuke:Checking targets against current locks 2023-10-26T08:28:10.621 DEBUG:teuthology.nuke:shortname: smithi012 2023-10-26T08:28:10.621 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-26T08:28:10.640 DEBUG:teuthology.nuke:shortname: smithi079 2023-10-26T08:28:10.640 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-26T08:28:10.644 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi012.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437083', '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': '2023-10-26 07:57:29.081913', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-10-26T08:28:10.668 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437083', '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': '2023-10-26 07:57:29.080034', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-10-26T08:28:10.695 INFO:teuthology.orchestra.console.smithi012:Power off 2023-10-26T08:28:10.696 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-26T08:28:10.719 DEBUG:teuthology.orchestra.console.smithi012:power off output: Chassis Power Control: Down/Off 2023-10-26T08:28:10.720 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-26T08:28:10.736 INFO:teuthology.orchestra.console.smithi079:Power off 2023-10-26T08:28:10.737 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-26T08:28:10.749 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is on 2023-10-26T08:28:10.762 DEBUG:teuthology.orchestra.console.smithi079:power off output: Chassis Power Control: Down/Off 2023-10-26T08:28:10.762 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-26T08:28:10.785 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2023-10-26T08:28:14.751 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-26T08:28:14.787 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-26T08:28:14.862 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is on 2023-10-26T08:28:14.896 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2023-10-26T08:28:18.865 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-26T08:28:18.897 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-26T08:28:18.975 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is off 2023-10-26T08:28:19.008 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2023-10-26T08:28:19.076 INFO:teuthology.orchestra.console.smithi012:Power off completed 2023-10-26T08:28:23.010 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-26T08:28:23.121 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is off 2023-10-26T08:28:23.222 INFO:teuthology.orchestra.console.smithi079:Power off completed 2023-10-26T08:28:23.327 INFO:teuthology.run:Summary data: description: rados/cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls mon_election/classic} duration: 1294.301852464676 failure_reason: 'Command failed on smithi012 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6a98a15c-73d7-11ee-8db9-212e2dc638e7 -e sha1=f2ece71a1e784ed2e115679dd66f690a9706b8a8 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=a39b85a6744844c6bdda6da977fa5d79 status: fail success: false 2023-10-26T08:28:23.327 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-26T08:28:23.418 INFO:teuthology.run:FAIL